Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2b4670bced65bd974622d55c96268499c4a4b53c (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="epp.rmap">
    <cq:rootRequest name="org.eclipse.epp.allpackages.indigo.feature" componentType="eclipse.feature"/>
    <cq:property key="target.arch" value="*"/>
    <cq:property key="target.os" value="*"/>
    <cq:property key="target.ws" value="*"/>
    <cq:advisorNode namePattern="^org\.mortbay\.management$" allowCircularDependency="true"/>
    <cq:advisorNode namePattern="^org\.eclipse\.ui$" componentType="osgi.bundle" allowCircularDependency="true"/>
</cq:componentQuery>

Back to the top