Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Querying p2 for a list of reverse requirements

IU 'Tooling.xx' is a kind of config IU, which takes responsible to update eclipse.ini, set start level and etc. They have requirements to match any bundle, what's why they are queried.

Try below line to exclude config IUs and feature groups,

provlpquery  this "everything.select(iu | iu.providedCapabilities.exists(p | p.namespace == 'osgi.bundle')  && iu.requirements.exists(rc | everything.exists(x | x.id=='org.eclipse.emf.ecore' && x ~= rc)))" true
Mengxin Zhu
On 02/20/2013 08:40 AM, Paul Webster wrote:
AFAIK the all of the IUs that start with tooling can be ignored3 (they're generated by PDE build, although their purpose escapes me at the moment).  If you remove them, then your list is more reasonable.

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top