Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-05-31 10:45:53 +0000
committerEike Stepper2010-05-31 10:45:53 +0000
commit06a590cd81c19d8ba18d679b79dffedccf20cc23 (patch)
tree1deba9e84bc27392ecdb39a0a06da796df96be07 /releng/org.eclipse.emf.cdo.releng
parent0e371c1e12b369c0d5d74ff17c966a3354becb74 (diff)
downloadcdo-06a590cd81c19d8ba18d679b79dffedccf20cc23.tar.gz
cdo-06a590cd81c19d8ba18d679b79dffedccf20cc23.tar.xz
cdo-06a590cd81c19d8ba18d679b79dffedccf20cc23.zip
tearDown() after exceptions from setUp()
Diffstat (limited to 'releng/org.eclipse.emf.cdo.releng')
-rw-r--r--releng/org.eclipse.emf.cdo.releng/buckminster.cspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/buckminster.cspec b/releng/org.eclipse.emf.cdo.releng/buckminster.cspec
index cae7ecbf24..2f829ca2da 100644
--- a/releng/org.eclipse.emf.cdo.releng/buckminster.cspec
+++ b/releng/org.eclipse.emf.cdo.releng/buckminster.cspec
@@ -12,6 +12,7 @@
<cs:dependency name="org.eclipse.equinox.executable" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.platform.source" componentType="eclipse.feature"/>
+ <cs:dependency name="org.junit.source" componentType="osgi.bundle"/>
<cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/>
<cs:dependency name="org.eclipse.emf.source" componentType="eclipse.feature"/>

Back to the top