What does separateEnvironments do? Probably this does something similar to what was proposed for eclipse-repository here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=344095
forcePackedDependencies overrides the bundle shape of the dependencies, right? You may achieve this with some ugly p2.inf hacks, but I’m not going
to advertise them here. Instead, I’d recommend to talk to the providers and have them fix the bundle shape if it is wrong.
Regards
Tobias
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
On Behalf Of Kai Zimmermann
Sent: Donnerstag, 14. März 2013 17:51
To: Tycho user list
Subject: [tycho-user] "forcePackedDependencies" and "separateEnvironments" with eclipse-repository packaging
Hi,
tycho-packaging:product-export is only part of the lifecycle of the deprecated eclipse-application packaging. But there are 2 interessting options: "forcePackedDependencies" and "separateEnvironments". Are they somehow useable with the
new eclipse-repository? Are there similar options?