diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap
index 6ebfa3e745f122c2d20dfa61ebeeb862fffe7bfd..b8f18443355bb01940e2ac10d612f0e0fe2d6ab8 100644
--- a/fortiss-std-env/buckminster/fortiss.rmap
+++ b/fortiss-std-env/buckminster/fortiss.rmap
@@ -6,6 +6,28 @@
  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"