From 183d68e672f1223fd48b7cf21b07d96f6352b61d Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Wed, 27 Jun 2012 09:01:00 +0000
Subject: [PATCH] added lwjgl to fortiss.rmap

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

diff --git a/fortiss-std-env/buckminster/fortiss.rmap b/fortiss-std-env/buckminster/fortiss.rmap
index e41dcb5..8b7c90d 100644
--- a/fortiss-std-env/buckminster/fortiss.rmap
+++ b/fortiss-std-env/buckminster/fortiss.rmap
@@ -57,6 +57,16 @@
 		</rm:provider>		
 	</rm:searchPath>
   
+	<rm:searchPath name="lwjgl">
+		<rm:provider
+			readerType="p2"
+			componentTypes="osgi.bundle,eclipse.feature"
+			source="false" mutable="false">
+			<rm:uri format="http://lwjgl.org/update"/>
+		</rm:provider>
+	</rm:searchPath>
+   
   <rm:locator pattern="^org\.fortiss\..*" searchPathRef="fortiss"/>
+  <rm:locator pattern="^org\.lwjgl\..*" searchPathRef="lwjgl"/>
   <rm:locator searchPathRef="indigo"/>
 </rm:rmap>
-- 
GitLab