Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2ql: query parent ius

Hi Ivanov,

How about this:

 "select(x | x.requirements.exists(r | r.namespace = "java.package" && exists(y | y ~= r)))"

HTH,
Thomas Hallgren


On 2011-02-01 12:58, Ivanov, Radoslav wrote:
Hello
 
I am writing with regards to p2QL. I would like to select all installable units that require any package provided by an known installable unit.
 
I would be grateful if you could provide help for this query.
 
Thanks
Rado
 
_______________________________________________ p2-dev mailing list p2-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top