From 25617f68619a85ae1d9960e07fb00a1b76905224 Mon Sep 17 00:00:00 2001
From: Daniel Ratiu <ratiu@fortiss.org>
Date: Thu, 12 May 2011 09:56:25 +0000
Subject: [PATCH] af3-application.cquery and ccts.rmap added

---
 .../buckminster/af3-application.cquery        |  5 ++
 fortiss-std-env/buckminster/ccts.rmap         | 80 +++++++++++++++++++
 2 files changed, 85 insertions(+)
 create mode 100644 fortiss-std-env/buckminster/af3-application.cquery
 create mode 100644 fortiss-std-env/buckminster/ccts.rmap

diff --git a/fortiss-std-env/buckminster/af3-application.cquery b/fortiss-std-env/buckminster/af3-application.cquery
new file mode 100644
index 0000000..eb63c80
--- /dev/null
+++ b/fortiss-std-env/buckminster/af3-application.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="ccts.rmap" shortDesc="CCTS Infrstructure Developer Workspace Materialization">
+    <cq:documentation xmlns="http://www.w3.org/1999/xhtml">Buckminster materialization of the ccts infrastructure workspace.</cq:documentation>
+    <cq:rootRequest name="edu.tum.cs.af3.application_feature" componentType="eclipse.feature"/>
+</cq:componentQuery>
diff --git a/fortiss-std-env/buckminster/ccts.rmap b/fortiss-std-env/buckminster/ccts.rmap
new file mode 100644
index 0000000..91c78f7
--- /dev/null
+++ b/fortiss-std-env/buckminster/ccts.rmap
@@ -0,0 +1,80 @@
+<?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="ccts">
+		<!-- 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>
+
+		<!-- Subversion search path for IDE developers. -->
+		<rm:provider
+			readerType="svn"
+			componentTypes="osgi.bundle"
+			source="true" mutable="true">
+			<rm:uri format="https://svnbroy.informatik.tu-muenchen.de/ccts/{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://anonymous:anonym@svnbroy.informatik.tu-muenchen.de/ccts/features/{0}">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
+		
+		<rm:provider
+			readerType="svn"
+			componentTypes="eclipse.feature"
+			source="true" mutable="true">
+			<rm:uri format="https://anonymous:anonym@svnbroy.informatik.tu-muenchen.de/ccts/features/{0}">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
+	</rm:searchPath>
+ 
+	<rm:searchPath name="ccsm">
+		<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: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:provider
+			readerType="p2"
+			componentTypes="osgi.bundle,eclipse.feature"
+			source="false" mutable="false">
+			<rm:uri format="http://download.eclipse.org/eclipse/updates/3.6"/>
+		</rm:provider>		
+  </rm:searchPath>
+  
+  <rm:locator pattern="^edu\.tum\.cs\.ccts\..*" searchPathRef="ccts"/>
+  <rm:locator pattern="^edu\.tum\.cs\.af3\..*" searchPathRef="ccts"/>
+  <rm:locator pattern="^edu\.tum\.cs\.process.*" searchPathRef="ccts"/>
+  
+  <rm:locator pattern="^org\.conqat\..*" searchPathRef="ccsm"/>
+  <rm:locator searchPathRef="helios"/>
+</rm:rmap>
-- 
GitLab