Can I package my Eclipse extension so the right version is automatically installed?

Posted by James on Stack Overflow See other posts from Stack Overflow or by James
Published on 2010-06-06T13:19:29Z Indexed on 2010/06/06 13:22 UTC
Read the original article Hit count: 323

Filed under:
|
|

Is there a way to build an Eclipse Update Site so that Eclipse 3.3 will install one version of my plug-in while Eclipse 3.4 will install another version?

Background: I've become responsible for an Eclipse extension that has half a dozen plug-ins which depend on a "support" plug-in, and the support plug-in needs to be one version for Eclipse 3.3 and a different version for Eclipse 3.4/3.5. I currently have two separate features, "extension for 3.3" and "extension for 3.4+" but I'd like to not bother my users with this detail.

© Stack Overflow or respective owner

Related posts about eclipse-plugin

Related posts about osgi