diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-02-17 15:23:22 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-02-17 15:23:22 +0530 |
| commit | c04fef45845232457dd5956860ca16d9b521ec01 (patch) | |
| tree | 20a746a3528e5cbc5a7925b5513f68c80e7a58fe | |
| parent | 23ea87c1d45e0531b3fac8ad3c97897f208801a2 (diff) | |
simplifying the rmap file
| -rw-r--r-- | com.gluster.storage.management.releng/glustermc.rmap | 32 |
1 files changed, 9 insertions, 23 deletions
diff --git a/com.gluster.storage.management.releng/glustermc.rmap b/com.gluster.storage.management.releng/glustermc.rmap index c4b69bf9..bf6d9900 100644 --- a/com.gluster.storage.management.releng/glustermc.rmap +++ b/com.gluster.storage.management.releng/glustermc.rmap @@ -1,28 +1,14 @@ <?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:property key="useBuild" value="RBUILD"/> - <rm:locator pattern="^com\.gluster\.storage\.management(\..+)?" searchPathRef="com.gluster.storage.management"/> - <rm:locator pattern="^com\.sun\.jersey(\..+)?" searchPathRef="com.gluster.storage.management"/> - <rm:locator pattern="" searchPathRef="org.eclipse.platform" failOnError="false"/> - <rm:locator pattern="" searchPathRef="org.eclipse.helios" failOnError="false"/> - <rm:searchPath name="com.gluster.storage.management"> - <rm:provider componentTypes="osgi.bundle,eclipse.feature,buckminster" readerType="git" resolutionFilter=""> - <rm:uri format="{0}/gmc-src,{1}"> - <bc:propertyRef key="workspace.root"/> - <bc:propertyRef key="buckminster.component"/> - </rm:uri> - <rm:property key="git.remote.uri" value="/data/private/gmc-src.git"/> - <rm:property key="git.remote.name" value="origin"/> - </rm:provider> - </rm:searchPath> - <rm:searchPath name="org.eclipse.platform"> - <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false" resolutionFilter=""> - <rm:uri format="http://download.eclipse.org/eclipse/updates/3.6?importType=binary"/> - </rm:provider> - </rm:searchPath> - <rm:searchPath name="org.eclipse.helios"> - <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false"> - <rm:uri format="http://download.eclipse.org/releases/helios?importType=binary"/> + <rm:searchPath name="glustermc"> + <rm:provider readerType="local" componentTypes="osgi.bundle,eclipse.feature" + mutable="true" source="true"> + <rm:uri format="file:///{0}/gmc-src/{1}/"> + <bc:propertyRef key="workspace.root" /> + <bc:propertyRef key="buckminster.component" /> + </rm:uri> </rm:provider> </rm:searchPath> + + <rm:locator searchPathRef="glustermc"/> </rm:rmap> |
