Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthallgren2012-01-09 14:05:21 +0000
committerthallgren2012-01-09 14:05:21 +0000
commit47549f93278cc0296730577528c106b452b43420 (patch)
tree411a80408482f821e691bc10205f563d64accb11 /org.eclipse.equinox.p2.releng.buckminster
parentaf4bdcd99b6756d01fc77284750f7d56778dc302 (diff)
downloadrt.equinox.p2-47549f93278cc0296730577528c106b452b43420.tar.gz
rt.equinox.p2-47549f93278cc0296730577528c106b452b43420.tar.xz
rt.equinox.p2-47549f93278cc0296730577528c106b452b43420.zip
Added some missing bundles needed during test
Diffstat (limited to 'org.eclipse.equinox.p2.releng.buckminster')
-rw-r--r--org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec5
-rw-r--r--org.eclipse.equinox.p2.releng.buckminster/p2.rmap4
2 files changed, 7 insertions, 2 deletions
diff --git a/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec b/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
index 5525335d1..d5c5e1ea6 100644
--- a/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
+++ b/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
@@ -7,8 +7,13 @@
<cs:dependency name="org.eclipse.equinox.p2.tests.ui" componentType="osgi.bundle"/>
<cs:dependency name="org.eclipse.equinox.p2.repository.tools" componentType="osgi.bundle"/>
<cs:dependency name="org.eclipse.equinox.p2.ui.importexport" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.equinox.console" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.equinox.launcher.gtk.linux.x86_64" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.core.net.linux.x86_64" componentType="osgi.bundle"/>
<cs:dependency name="org.eclipse.swt.gtk.linux.x86_64" componentType="osgi.bundle"/>
<cs:dependency name="com.ibm.icu" componentType="osgi.bundle"/>
<cs:dependency name="org.eclipse.compare" componentType="osgi.bundle"/>
+ <cs:dependency name="org.apache.felix.gogo.runtime" componentType="osgi.bundle"/>
+ <cs:dependency name="org.apache.felix.gogo.shell" componentType="osgi.bundle"/>
</cs:dependencies>
</cs:cspec>
diff --git a/org.eclipse.equinox.p2.releng.buckminster/p2.rmap b/org.eclipse.equinox.p2.releng.buckminster/p2.rmap
index 5a2fb766f..44efa3fb6 100644
--- a/org.eclipse.equinox.p2.releng.buckminster/p2.rmap
+++ b/org.eclipse.equinox.p2.releng.buckminster/p2.rmap
@@ -30,9 +30,9 @@
<bc:propertyRef key="buckminster.component" />
</rm:uri>
</rm:provider>
- <rm:provider componentTypes="unknown" readerType="git" source="true">
+ <rm:provider componentTypes="buckminster,unknown" readerType="git" source="true">
<rm:property key="git.remote.uri" value="${equinox.git.prefix}/rt.equinox.p2.git" />
- <rm:uri format="{0}/{1}">
+ <rm:uri format="{0}/rt.equinox.p2,{1}">
<bc:propertyRef key="git.clones.root" />
<bc:propertyRef key="buckminster.component" />
</rm:uri>

Back to the top