Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2009-09-20 08:49:21 +0000
committerMarkus Knauer2009-09-20 08:49:21 +0000
commit829e69bc6656da5982183a07d1e26e01ae58a90c (patch)
tree5e1be494817eb096eabadece1f04205bb19b009a
parent927015d3c1850cc261a579f431304d10030882fb (diff)
downloadorg.eclipse.epp.packages-829e69bc6656da5982183a07d1e26e01ae58a90c.tar.gz
org.eclipse.epp.packages-829e69bc6656da5982183a07d1e26e01ae58a90c.tar.xz
org.eclipse.epp.packages-829e69bc6656da5982183a07d1e26e01ae58a90c.zip
new entry for platform site as additional source
-rw-r--r--features/org.eclipse.epp.allpackages.feature/epp.rmap9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/org.eclipse.epp.allpackages.feature/epp.rmap b/features/org.eclipse.epp.allpackages.feature/epp.rmap
index 82f2f090..2063d68f 100644
--- a/features/org.eclipse.epp.allpackages.feature/epp.rmap
+++ b/features/org.eclipse.epp.allpackages.feature/epp.rmap
@@ -36,9 +36,18 @@
</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" pattern="^org\.eclipse\.epp\.allpackages\..*$"/>
<locator searchPathRef="org.eclipse.epp.packages" pattern="^org\.eclipse\.epp\.package\..*$"/>
<locator searchPathRef="org.eclipse.wtp.epp.package" pattern="^org\.eclipse\.wtp\.epp\.package\..*$"/>
+ <locator searchPathRef="platform" failOnError="false"/>
<locator searchPathRef="galileo"/>
</rmap>

Back to the top