Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthallgren2012-01-09 13:36:27 +0000
committerthallgren2012-01-09 13:36:27 +0000
commitaf4bdcd99b6756d01fc77284750f7d56778dc302 (patch)
tree0a70b9a673ac0df5aec825a45f9f0a3de8d488ca /org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
parent37d241fba52baca78114803493304f2fe10875c6 (diff)
downloadrt.equinox.p2-af4bdcd99b6756d01fc77284750f7d56778dc302.tar.gz
rt.equinox.p2-af4bdcd99b6756d01fc77284750f7d56778dc302.tar.xz
rt.equinox.p2-af4bdcd99b6756d01fc77284750f7d56778dc302.zip
Added a Buckminster releng project to aid with workspace/TP population
Diffstat (limited to 'org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec')
-rw-r--r--org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec b/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
new file mode 100644
index 000000000..5525335d1
--- /dev/null
+++ b/org.eclipse.equinox.p2.releng.buckminster/buckminster.cspec
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.equinox.p2.releng.buckminster" componentType="buckminster" version="1.0.0">
+ <cs:dependencies>
+ <cs:dependency name="org.easymock" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.equinox.p2.director.app" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.equinox.p2.rcp.feature" componentType="eclipse.feature"/>
+ <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.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:dependencies>
+</cs:cspec>

Back to the top