Product and p2.inf questions #1155
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... |
Beta Was this translation helpful? Give feedback.
-
Ahh thank you for the info! That makes a lot more sense. |
Beta Was this translation helpful? Give feedback.
-
Also note that this is P2 feature, I'm not aware that PDE makes any use of this information when you launch a product. |
Beta Was this translation helpful? Give feedback.
-
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=true
or someting?Beta Was this translation helpful? Give feedback.
All reactions