Skip to content
Snippets Groups Projects
Commit cec1efcd authored by Florian Hölzl's avatar Florian Hölzl
Browse files

replaced old cquery with af3-micro-product.cquery

parent 9fe3337f
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap" shortDesc="Fortiss Tooling Kernel Developer Workspace Materialization">
<cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the tooling kernel 2.0 workspace.</cq:documentation>
<cq:rootRequest name="org.fortiss.af3.micro.ui" componentType="osgi.bundle"/>
<cq:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/>
<cq:rootRequest name="org.fortiss.af3.micro.product.top" componentType="eclipse.feature"/>
<cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
</cq:componentQuery>
......@@ -6,28 +6,6 @@
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
<rm:searchPath name="fortiss">
<!-- Local search path for hudson headless build. -->
<rm:provider
readerType="local"
componentTypes="osgi.bundle"
source="true" mutable="false">
<rm:uri format="file:///{0}/hudson/plugins/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:provider
readerType="local"
componentTypes="eclipse.feature"
source="true" mutable="false">
<rm:uri format="file:///{0}/hudson/features/{1}/">
<bc:propertyRef key="workspace.root"/>
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<!-- Subversion search path for IDE developers. -->
<rm:provider
readerType="svn"
componentTypes="osgi.bundle"
......@@ -47,52 +25,39 @@
</rm:provider>
</rm:searchPath>
<rm:searchPath name="conqat">
<rm:searchPath name="helios">
<rm:provider
readerType="p2"
componentTypes="osgi.bundle,eclipse.feature"
source="false" mutable="false">
<rm:uri format="https://www4.in.tum.de/~ccsm/eclipse_update_site"/>
<rm:uri format="http://download.eclipse.org/releases/helios"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="cope">
<rm:provider
readerType="p2"
componentTypes="osgi.bundle,eclipse.feature"
source="false" mutable="false">
<rm:uri format="http://cope.in.tum.de/update-site"/>
</rm:provider>
<rm:provider
readerType="svn"
componentTypes="osgi.bundle"
source="true" mutable="false">
<rm:uri format="https://svnbroy.in.tum.de/herrmama/EMF/COPE/trunk/plugins/{0}">
<bc:propertyRef key="buckminster.component"/>
</rm:uri>
</rm:provider>
<rm:uri format="http://download.eclipse.org/eclipse/updates/3.6"/>
</rm:provider>
</rm:searchPath>
<rm:searchPath name="helios">
<rm:searchPath name="indigo">
<rm:provider
readerType="p2"
componentTypes="osgi.bundle,eclipse.feature"
source="false" mutable="false">
<rm:uri format="http://download.eclipse.org/releases/helios"/>
<rm:uri format="http://download.eclipse.org/releases/indigo"/>
</rm:provider>
<rm:provider
readerType="p2"
componentTypes="osgi.bundle,eclipse.feature"
source="false" mutable="false">
<rm:uri format="http://download.eclipse.org/eclipse/updates/3.6"/>
<rm:uri format="http://download.eclipse.org/eclipse/updates/3.7"/>
</rm:provider>
</rm:searchPath>
<rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/>
<rm:locator pattern="^org\.conqat\..*" searchPathRef="conqat"/>
<rm:locator pattern="^edu\.tum\.cs\.cope\..*" searchPathRef="cope"/>
<rm:locator searchPathRef="helios"/>
<rm:locator searchPathRef="indigo"/>
</rm:rmap>
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="fortiss.rmap" shortDesc="Fortiss Tooling Kernel Developer Workspace Materialization">
<cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the tooling kernel 2.0 workspace.</cq:documentation>
<cq:rootRequest name="org.fortiss.tooling.kernel.ui" componentType="osgi.bundle"/>
<cq:advisorNode namePattern="^org\.conqat\..*" componentType="osgi.bundle" sourceLevel="REJECT"/>
<cq:advisorNode namePattern="^org\.fortiss\..*" componentType="osgi.bundle" sourceLevel="REQUIRE"/>
</cq:componentQuery>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment