Product and p2.inf questions #1155
Closed
andrew-tram
started this conversation in
General
Replies: 3 comments
|
This is quite specific to EPP packages, though it's a general issue. For EPP this is done for feature that use The problem is that such features generate no p2 metadata and so for the EPP packages one cannot determine what the products require purely from the metadata. This change generalize the support to always add such filtered metadata: It's highly likely you do not need this for your product... |
0 replies
|
Ahh thank you for the info! That makes a lot more sense. |
0 replies
|
Also note that this is P2 feature, I'm not aware that PDE makes any use of this information when you launch a product. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
When creating an RCP, what's the point of having the iu included in the p2.inf (requires.1.namespace, requires.1.name, requires.1.filter) when the features/ plugins are already included in the product file?
Example:
In product file...
<feature id="org.eclipse.platform"/>In p2.inf...
Also, where does this string come from
org.eclipse.epp.install.roots? Let's say my product id ismy.company.product, would I usemy.company.product.install.roots=trueor someting?All reactions