Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.epp.allpackages.helios.feature/epp.rmap')
-rw-r--r--features/org.eclipse.epp.allpackages.helios.feature/epp.rmap45
1 files changed, 0 insertions, 45 deletions
diff --git a/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap b/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap
deleted file mode 100644
index b133376d..00000000
--- a/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rmap xmlns="http://www.eclipse.org/buckminster/RMap-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:mp="http://www.eclipse.org/buckminster/MavenProvider-1.0"
- xmlns:pmp="http://www.eclipse.org/buckminster/PDEMapProvider-1.0"
- xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0">
-
- <searchPath name="org.eclipse.epp.allpackages.helios">
- <provider readerType="cvs" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true">
- <uri format=":pserver:anonymous@dev.eclipse.org:/cvsroot/technology,org.eclipse.epp/features/{0}">
- <bc:propertyRef key="buckminster.component" />
- </uri>
- </provider>
- </searchPath>
-
- <searchPath name="org.eclipse.epp.packages">
- <provider readerType="cvs" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true">
- <uri format=":pserver:anonymous@dev.eclipse.org:/cvsroot/technology,org.eclipse.epp/packages/{0}">
- <bc:propertyRef key="buckminster.component" />
- </uri>
- </provider>
- </searchPath>
-
- <searchPath name="helios">
- <provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="false">
- <uri format="{0}?importType=binary">
- <bc:propertyRef key="helios.site" />
- </uri>
- </provider>
- </searchPath>
-
- <searchPath name="platform">
- <provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature" mutable="false" source="false">
- <uri format="{0}?importType=binary">
- <bc:propertyRef key="platform.site" />
- </uri>
- </provider>
- </searchPath>
-
- <locator searchPathRef="org.eclipse.epp.allpackages.helios" pattern="^org\.eclipse\.epp\.allpackages\.helios\..*$"/>
- <locator searchPathRef="org.eclipse.epp.allpackages.helios" pattern="^org\.eclipse\.epp\.targetplatform\..*$"/>
- <locator searchPathRef="org.eclipse.epp.packages" pattern="^org\.eclipse\.epp\.package\..*$"/>
- <locator searchPathRef="platform" failOnError="false" />
- <locator searchPathRef="helios"/>
-
-</rmap>

Back to the top