From 783afea3db9a513571ca11525de3d6e70de8140e Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Mon, 31 Jan 2011 14:37:12 +0000
Subject: [PATCH] fixed fortiss.rmap

---
 fortiss-std-env/buckminster/fortiss.rmap | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap
index e2864e6..d6b5eb8 100644
--- a/fortiss-std-env/buckminster/fortiss.rmap
+++ b/fortiss-std-env/buckminster/fortiss.rmap
@@ -18,8 +18,8 @@
 		<rm:provider
 			readerType="p2"
 			componentTypes="eclipse.feature"
-			source="true" mutable="false">
-			<rm:uri format="https://{2}:{3}@orion.fortiss.org/svn/af3/features/{0}">
+			source="false" mutable="false">
+			<rm:uri format="https://{1}:{2}@orion.fortiss.org/svn/af3/features/{0}">
 				<bc:propertyRef key="buckminster.component"/>
 				<bc:propertyRef key="world.user"/>
 				<bc:propertyRef key="world.password"/>
@@ -30,7 +30,7 @@
 			readerType="p2"
 			componentTypes="eclipse.feature"
 			source="true" mutable="false">
-			<rm:uri format="https://{2}:{3}@orion.fortiss.org/svn/af3/sites/{0}">
+			<rm:uri format="https://{1}:{2}@orion.fortiss.org/svn/af3/sites/{0}">
 				<bc:propertyRef key="buckminster.component"/>
 				<bc:propertyRef key="world.user"/>
 				<bc:propertyRef key="world.password"/>
-- 
GitLab