Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Plug-in in several p2 update sites - How to consume the plug-in with the highest version number

Hello,

We are building our custom Eclipse IDE distribution based on Luna. See https://github.com/vogellacompany/com.vogella.vde for the setup in case you are interested. 

In the build we consume bundles from the Luna release repository and another repository which is based on a custom Eclipse SDK CBI build. We currently use p2 update sites to specify them for the product build with Tycho. 

Unfortunately the CBI plug-ins are also available in the Luna repo. Our build currently picks the "old" versions from the Luna repository. Is there a way to tell Tycho to pick the latest version? 

We only need Luna for the plug-ins which are not included in the CBI build and could in theory solve this with the usage of target definition files. But AFAIK the target definition files must always specify a version. As the plug-in version number of the CBI plug-ins changes all the time, I think we cannot use that.


Best regards, Lars


Back to the top