Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-11-10 14:34:18 +0000
committerMarkus Knauer2010-11-10 14:34:18 +0000
commitdd16a943f75d9bbb62cf2395e9bf48bc0c055d26 (patch)
treeffc279be55bfc1451fac606a7dbea3accbf9616d /features
parentcf550652cb8c4f4b984f3e351608c5e3149cf38c (diff)
downloadorg.eclipse.epp.packages-dd16a943f75d9bbb62cf2395e9bf48bc0c055d26.tar.gz
org.eclipse.epp.packages-dd16a943f75d9bbb62cf2395e9bf48bc0c055d26.tar.xz
org.eclipse.epp.packages-dd16a943f75d9bbb62cf2395e9bf48bc0c055d26.zip
* sep. ogsi.bundle and eclipse.feature
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap11
1 files changed, 10 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap b/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
index 87c78d45..d0f64fbb 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/epp.rmap
@@ -13,7 +13,15 @@
</searchPath>
<searchPath name="org.eclipse.epp.packages">
- <provider readerType="cvs" componentTypes="osgi.bundle,eclipse.feature" mutable="true" source="true">
+ <provider readerType="cvs" componentTypes="osgi.bundle" 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="org.eclipse.epp.packages.feature">
+ <provider readerType="cvs" componentTypes="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>
@@ -37,6 +45,7 @@
</searchPath>
<locator searchPathRef="org.eclipse.epp.allpackages.indigo" pattern="^org\.eclipse\.epp\.allpackages\..*$"/>
+ <locator searchPathRef="org.eclipse.epp.packages.feature" pattern="^org\.eclipse\.epp\.package\..*\.feature$"/>
<locator searchPathRef="org.eclipse.epp.packages" pattern="^org\.eclipse\.epp\.package\..*$"/>
<locator searchPathRef="platform" failOnError="false" />
<locator searchPathRef="indigo"/>

Back to the top