Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Override Equinox implementation?

I can successfully change rebuild tycho-external-bundles.product with my own version of p2, and get Maven plugins to use this version.
However, I am having troubles with building org.eclipse.tycho.p2.resolver.impl bundle with my own version of p2. This version is available locally in my Maven repo, but whatever version I set for my p2 bundle in the MANIFEST.MF of the Tycho bundle, it keeps on using the one that can be resolved from target-platform. I tried with the fully qulified version of my local build, but nothing changed.

Is there something to modify in tycho-bundles/pom.xml or tycho-bundles/tycho-bundles-target/tycho.target to be able to build those bundles with my own local version of p2?

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top