Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.epp.allpackages.feature/epp.rmap')
-rw-r--r--features/org.eclipse.epp.allpackages.feature/epp.rmap43
1 files changed, 0 insertions, 43 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/epp.rmap b/features/org.eclipse.epp.allpackages.feature/epp.rmap
deleted file mode 100644
index 9b0f40d2..00000000
--- a/features/org.eclipse.epp.allpackages.feature/epp.rmap
+++ /dev/null
@@ -1,43 +0,0 @@
-<?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 pattern="^org\.eclipse\.epp\.allpackages\..*$" searchPathRef="org.eclipse.epp.allpackages"/>
- <rm:locator pattern="^org\.eclipse\.epp\.package\..*\.feature$" searchPathRef="org.eclipse.epp.packages.feature"/>
- <rm:locator pattern="^org\.eclipse\.epp\.package\..*$" searchPathRef="org.eclipse.epp.packages"/>
- <rm:locator searchPathRef="simrelease" failOnError="false"/>
- <rm:searchPath name="org.eclipse.epp.allpackages">
- <rm:provider componentTypes="eclipse.feature" readerType="git">
- <rm:uri format="{0}/org.eclipse.epp.packages,features/{1}">
- <bc:propertyRef key="workspace.root"/>
- <bc:propertyRef key="buckminster.component"/>
- </rm:uri>
- <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git"/>
- </rm:provider>
- </rm:searchPath>
- <rm:searchPath name="org.eclipse.epp.packages">
- <rm:provider componentTypes="osgi.bundle" readerType="git">
- <rm:uri format="{0}/org.eclipse.epp.packages,packages/{1}">
- <bc:propertyRef key="workspace.root"/>
- <bc:propertyRef key="buckminster.component"/>
- </rm:uri>
- <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git"/>
- </rm:provider>
- </rm:searchPath>
- <rm:searchPath name="org.eclipse.epp.packages.feature">
- <rm:provider componentTypes="eclipse.feature" readerType="git">
- <rm:uri format="{0}/org.eclipse.epp.packages,packages/{1}">
- <bc:propertyRef key="workspace.root"/>
- <bc:propertyRef key="buckminster.component"/>
- </rm:uri>
- <rm:property key="git.remote.uri" value="git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git"/>
- </rm:provider>
- </rm:searchPath>
- <rm:searchPath name="simrelease">
- <rm:provider componentTypes="osgi.bundle,eclipse.feature" readerType="p2" source="false" mutable="false">
- <rm:uri format="{0}?importType=binary">
- <bc:propertyRef key="simrelease.site"/>
- </rm:uri>
- <rm:property key="buckminster.mutable" value="false" />
- <rm:property key="buckminster.source" value="false" />
- </rm:provider>
- </rm:searchPath>
-</rm:rmap>

Back to the top