Committing buckminster queries for Tigerstripe
diff --git a/queries/index.php b/queries/index.php
index 30b8cb6..53a0893 100644
--- a/queries/index.php
+++ b/queries/index.php
@@ -47,10 +47,11 @@
<p>To simplify the setup, we use <a href="http://www.eclipse.org/buckminster">Buckminster</a> queries
to all "one-click setups". Please see below to setup the appropriate workspace.</p>
<ul>
- <li><strong>Tigerstripe Annotation Framework</strong>:</li>
- <li><strong>Tigerstripe Core Framework</strong>:</li>
- <li><strong>Tigerstripe End-User Workbench</strong>:</li>
+ <li><strong>Tigerstripe Annotation Framework</strong>: <a href="tigerstripe-annotation.cquery">tigerstripe-annotation.cquery</a></li>
+ <li><strong>Tigerstripe Core Framework</strong>: <a href="tigerstripe-base.cquery">tigerstripe-base.cquery</a></li>
+ <li><strong>Tigerstripe End-User Workbench</strong>: <a href="tigerstripe-workbench.cquery">tigerstripe-base.cquery</a></li>
</ul>
+ <p>These cqueries use the Tigerstripe RMap (<a href="tigerstripe.rmap">tigerstripe.rmap</a>).</p>
</div>
</div>
</div>
diff --git a/queries/tigerstripe-annotation.cquery b/queries/tigerstripe-annotation.cquery
new file mode 100644
index 0000000..9b7ab54
--- /dev/null
+++ b/queries/tigerstripe-annotation.cquery
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="http://www.eclipse.org/tigerstripe/queries/tigerstripe.rmap">
+ <cq:rootRequest name="org.eclipse.tigerstripe.base" componentType="eclipse.feature"/>
+</cq:componentQuery>
diff --git a/queries/tigerstripe-base.cquery b/queries/tigerstripe-base.cquery
new file mode 100644
index 0000000..e68f116
--- /dev/null
+++ b/queries/tigerstripe-base.cquery
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="http://www.eclipse.org/tigerstripe/queries/tigerstripe.rmap">
+ <cq:rootRequest name="org.eclipse.tigerstripe.annotation.feature" componentType="eclipse.feature"/>
+</cq:componentQuery>
diff --git a/queries/tigerstripe-workbench.cquery b/queries/tigerstripe-workbench.cquery
new file mode 100644
index 0000000..f70eda6
--- /dev/null
+++ b/queries/tigerstripe-workbench.cquery
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="http://www.eclipse.org/tigerstripe/queries/tigerstripe.rmap">
+ <cq:rootRequest name="org.eclipse.tigerstripe.workbench" componentType="eclipse.feature"/>
+</cq:componentQuery>
diff --git a/queries/tigerstripe.rmap b/queries/tigerstripe.rmap
index f7b9a9c..aa23d22 100644
--- a/queries/tigerstripe.rmap
+++ b/queries/tigerstripe.rmap
@@ -1,30 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<rmap xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
+<rmap
+ xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
- <searchPath name="org.eclipse.tigerstripe-plugins">
- <provider readerType="cvs"
- componentTypes="osgi.bundle,eclipse.feature,buckminster"
- mutable="true" source="true">
- <uri
- format="cvs://dev.eclipse.org/cvsroot/technology/org.eclipse.tigerstripe/plugins/{0}">
+ <searchPath name="tigerstripe-features">
+ <provider readerType="cvs" componentTypes="eclipse.feature" source="true">
+ <uri format=":extssh:dev.eclipse.org:/cvsroot/technology,org.eclipse.tigerstripe/features/{0}">
<bc:propertyRef key="buckminster.component" />
</uri>
</provider>
</searchPath>
- <searchPath name="default">
- <!--
- Let's try orbit in the last resort.
- -->
- <provider readerType="eclipse.import" componentTypes="osgi.bundle" mutable="false" source="false">
- <uri format="http://download.eclipse.org/tools/orbit/downloads/drops/S20080326131619/orbitBundles-S20080326131619.map"/>
+ <searchPath name="tigerstripe-plugins">
+ <provider readerType="cvs" componentTypes="osgi.bundle" source="true">
+ <uri format=":extssh:dev.eclipse.org:/cvsroot/technology,org.eclipse.tigerstripe/plugins/{0}">
+ <bc:propertyRef key="buckminster.component" />
+ </uri>
</provider>
</searchPath>
- <locator searchPathRef="org.eclipse.tigerstripe" pattern="^org\.eclipse\.tigerstripe(\..+)?" />
- <redirect
- href="http://www.eclipse.org/buckminster/samples/rmaps/dogfood2.rmap"
- pattern=".*" />
-</rmap>
+ <locator searchPathRef="tigerstripe-features" pattern="^org\.eclipse\.tigerstripe\.base" />
+ <locator searchPathRef="tigerstripe-features" pattern="^org\.eclipse\.tigerstripe\.annotation\.feature" />
+ <locator searchPathRef="tigerstripe-features" pattern="^org\.eclipse\.tigerstripe\.workbench" />
+ <locator searchPathRef="tigerstripe-plugins" pattern="^org\.eclipse\.tigerstripe(\..*)?" />
+</rmap>
\ No newline at end of file