Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Mixing in a dependency nightly build

Hi,

Providing multiple sources will let p2 decide what version to take. p2 doesn't necessarily prefer the most recent build, so to ensure a specific version is used, you may need to either enforce some version range in the .product or feature.xml, or using Tycho target-platform filtering capability to add some extra version restriction, as explained in https://wiki.eclipse.org/Tycho/Target_Platform#Filtering

HTH

Back to the top