Skip to main content
summaryrefslogtreecommitdiffstats
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.rmap10
1 files changed, 9 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap b/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap
index 75fbee9e..634a1f8c 100644
--- a/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap
+++ b/features/org.eclipse.epp.allpackages.helios.feature/epp.rmap
@@ -12,6 +12,14 @@
</provider>
</searchPath>
+ <searchPath name="org.eclipse.epp.targetplatform">
+ <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}">
@@ -38,7 +46,7 @@
<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.targetplatform" pattern="^org\.eclipse\.epp\.targetplatform\..*$"/>
<locator searchPathRef="org.eclipse.epp.packages" pattern="^org\.eclipse\.epp\.package\..*$"/>
<locator searchPathRef="platform" failOnError="false" />
<locator searchPathRef="helios"/>

Back to the top