From 8f1165ad003e43f49dddfd3ecc2c12fea28667f2 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Sun, 23 Jan 2011 12:28:44 +0000
Subject: [PATCH] successful buckminster test

---
 .../buckminster/tooling-kernel-2-0.cquery     |  5 ++
 .../buckminster/tooling-kernel-2-0.rmap       | 49 +++++++++++++++++++
 2 files changed, 54 insertions(+)
 create mode 100644 fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
 create mode 100644 fortiss-std-env/buckminster/tooling-kernel-2-0.rmap

diff --git a/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
new file mode 100644
index 0000000..8b8e408
--- /dev/null
+++ b/fortiss-std-env/buckminster/tooling-kernel-2-0.cquery
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="tooling-kernel-2-0.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_feature" componentType="eclipse.feature"/>
+</cq:componentQuery>
diff --git a/fortiss-std-env/buckminster/tooling-kernel-2-0.rmap b/fortiss-std-env/buckminster/tooling-kernel-2-0.rmap
new file mode 100644
index 0000000..a4b060a
--- /dev/null
+++ b/fortiss-std-env/buckminster/tooling-kernel-2-0.rmap
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rm:rmap
+ xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
+ xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
+
+	<rm:searchPath name="fortiss">
+		<rm:provider
+			readerType="svn"
+			componentTypes="osgi.bundle"
+			source="true" mutable="true">
+			<rm:uri format="https://orion.fortiss.org/svn/af3/{0}/trunk">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
+
+		<rm:provider
+			readerType="svn"
+			componentTypes="eclipse.feature"
+			source="true" mutable="true">
+			<rm:uri format="https://orion.fortiss.org/svn/af3/features/{0}">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
+  </rm:searchPath>
+
+	<rm:searchPath name="emfstore">
+		<rm:provider
+			readerType="p2"
+			componentTypes="osgi.bundle,eclipse.feature"
+			source="false" mutable="false">
+			<rm:uri format="http://unicase.googlecode.com/svn/updatesite/emfstoreNightly"/>
+		</rm:provider>	
+  </rm:searchPath>
+  
+	<rm:searchPath name="helios">
+		<rm:provider
+			readerType="p2"
+			componentTypes="osgi.bundle,eclipse.feature"
+			source="false" mutable="false">
+			<rm:uri format="http://download.eclipse.org/releases/helios"/>
+		</rm:provider>	
+  </rm:searchPath>
+  
+  <rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/>
+  <rm:locator pattern="^org\.unicase\..*" searchPathRef="emfstore"/>
+  <rm:locator pattern="^org\.eclipse\..*" searchPathRef="helios"/>
+</rm:rmap>
-- 
GitLab