diff --git a/fortiss-std-env/buckminster/af3-application.cquery b/fortiss-std-env/buckminster/af3-application.cquery
new file mode 100644
index 0000000000000000000000000000000000000000..eb63c80a2291d502bca5e7f3450871f0fd784625
--- /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 0000000000000000000000000000000000000000..91c78f78bfe6a6d2671f6e5ca25ef8a0d23bd85e
--- /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>