From bcd5bb943b451dee228b95a421d9565cd3979238 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Mon, 31 Jan 2011 10:44:05 +0000
Subject: [PATCH] improved unicase fortiss.rmap entry

---
 fortiss-std-env/buckminster/fortiss.rmap | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap
index 988556c..6ebfa3e 100644
--- a/fortiss-std-env/buckminster/fortiss.rmap
+++ b/fortiss-std-env/buckminster/fortiss.rmap
@@ -31,7 +31,25 @@
 			componentTypes="osgi.bundle,eclipse.feature"
 			source="false" mutable="false">
 			<rm:uri format="http://unicase.googlecode.com/svn/updatesite/emfstoreNightly"/>
-		</rm:provider>	
+		</rm:provider>
+		
+		<rm:provider
+			readerType="svn"
+			componentTypes="osgi.bundle"
+			source="true" mutable="false">
+			<rm:uri format="http://unicase.googlecode.com/svn/trunk/core/{0}">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
+
+		<rm:provider
+			readerType="svn"
+			componentTypes="osgi.bundle"
+			source="true" mutable="false">
+			<rm:uri format="http://unicase.googlecode.com/svn/trunk/other/backchannel/{0}">
+				<bc:propertyRef key="buckminster.component"/>
+			</rm:uri>
+		</rm:provider>
   </rm:searchPath>
   
 	<rm:searchPath name="helios">
@@ -40,7 +58,8 @@
 			componentTypes="osgi.bundle,eclipse.feature"
 			source="false" mutable="false">
 			<rm:uri format="http://download.eclipse.org/releases/helios"/>
-		</rm:provider>	
+		</rm:provider>
+
 		<rm:provider
 			readerType="p2"
 			componentTypes="osgi.bundle,eclipse.feature"
-- 
GitLab