tweaking buckminster install process
[taxeditor.git] / eu.etaxonomy.taxeditor.feature / site.rmap
index 511789c2036621f54277cbe0ff72ad162ece4d04..eac1174ca47641a960afb755bed3b3f0225f87e0 100644 (file)
@@ -1,20 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<rm:rmap xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:rm="http://www.eclipse.org/buckminster/RMap-1.0">
-  <rm:locator searchPathRef="resources"/>
-  <rm:locator pattern="(.+).jar" searchPathRef="jars"/>
-  <rm:searchPath name="resources">
-    <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="local">
-      <rm:uri format="file:///{0}/{1}/">
-        <bc:propertyRef key="workspace.root"/>
-        <bc:propertyRef key="buckminster.component"/>
-      </rm:uri>
-    </rm:provider>
-  </rm:searchPath>
-  <rm:searchPath name="jars">
-    <rm:provider readerType="local">
-      <rm:uri format="file:///{0}/eu.etaxonomy.taxeditor.cdmlib/lib/">
-        <bc:propertyRef key="workspace.root"/>
-      </rm:uri>
-    </rm:provider>
-  </rm:searchPath>
-</rm:rmap>
+<rmap
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns="http://www.eclipse.org/buckminster/RMap-1.0"
+    xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
+    xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
+    xmlns:pp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0">
+    <searchPath name="resources">
+        <provider readerType="svn" componentTypes="osgi.bundle,eclipse.feature" source="true">
+            <uri format="http://dev.e-taxonomy.eu/svn/trunk/taxeditor/{0}">
+                <bc:propertyRef key="buckminster.component" />
+            </uri>
+        </provider>
+    </searchPath>
+    
+    <locator searchPathRef="resources"/>
+</rmap>
\ No newline at end of file