Hi,
We are using PDE build with the generation of a p2 compatible product.
We need to install 2 versions of a plugin that is a singletons.
I know 2 singletons can not be executed at the same time but we have have our own launcher that install bundles according to our licence and therefore no singleton will be executed at the same time.
But we really need them to be physically present after the build.
The p2 director fails if we do not create a P2.inf file along with the product dfinition.
We have found a way not to make the p2 director fail by creating a p2.inf file like this.
provides.0.namespace=org.eclipse.equinox.p2.iu
provides.0.name=org.singleton.one
provides.0.version=1.0.0.201204241119
provides.0.singleton=false
provides.1.namespace=org.eclipse.equinox.p2.iu
provides.1.name=org.singleton.one
provides.1.version=1.0.0.9999
provides.1.singleton=false
But in the final build none of the 2 singletons are installed.
Has anyone an idea on how to get the 2 singletons install by the p2 director ?
Thanks for any hint.
SeB.
[Updated on: Wed, 25 April 2012 05:49] by Moderator