Skip to main content

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

There are couple of ways to do this. One is to filter unwanted IU from
target platform as explained in [1]. It is also possible to add
additional constraints to dependency resolution, but I don't have an
example handy.

[1] https://wiki.eclipse.org/Tycho/Target_Platform

--
Regards,
Igor

On 2/13/2014, 18:47, Lars Vogel wrote:
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



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top