automated build configuration is on its way
authorn.hoffmann <n.hoffmann@localhost>
Wed, 16 Mar 2011 14:02:31 +0000 (14:02 +0000)
committern.hoffmann <n.hoffmann@localhost>
Wed, 16 Mar 2011 14:02:31 +0000 (14:02 +0000)
eu.etaxonomy.taxeditor.feature/site.rmap

index c17c7e0c6e1554a10c874073f8d53f5613181ade..511789c2036621f54277cbe0ff72ad162ece4d04 100644 (file)
@@ -1,29 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
-<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="local" componentTypes="osgi.bundle,eclipse.feature"
-                  mutable="true" source="true">
-            <uri format="file:///{0}/{1}/">
-                <bc:propertyRef key="workspace.root" />
-                <bc:propertyRef key="buckminster.component" />
-            </uri>
-        </provider>
-    </searchPath>
-    
-    <searchPath name="resources">
-        <provider readerType="local" componentTypes="osgi.bundle,eclipse.feature"
-            mutable="true" source="true">
-            <uri format="file:///{0}/eu.etaxonomy.taxeditor.cdmlib/lib/">
-                <bc:propertyRef key="workspace.root" />
-            </uri>
-        </provider>
-    </searchPath>
-    <locator searchPathRef="resources"/>
-</rmap>
\ No newline at end of file
+<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>