Build.
diff --git a/releng/org.eclipse.amp.releng/buckminster.cspec b/releng/org.eclipse.amp.releng/buckminster.cspec
index 5c70102..4503846 100644
--- a/releng/org.eclipse.amp.releng/buckminster.cspec
+++ b/releng/org.eclipse.amp.releng/buckminster.cspec
@@ -1,28 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.amp.releng" componentType="buckminster"
- version="4.0.0.qualifier">
- <cs:dependencies>
- <cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/>
-
- <cs:dependency name="org.eclipse.gef" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.zest" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.emf.mwe.core" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.emf.mwe2.runtime.sdk" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.xtend" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.xpand" componentType="eclipse.feature"/>
-
- <cs:dependency name="org.eclipse.swtbot" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.swtbot.eclipse" componentType="eclipse.feature"/>
- <cs:dependency name="org.eclipse.swtbot.eclipse.gef" componentType="eclipse.feature"/>
-
- <cs:dependency name="org.junit" componentType="osgi.bundle"/>
+<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.amp.releng" componentType="buckminster" version="0.8.0.qualifier">
+ <cs:dependencies>
+ <cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.pde.core" componentType="osgi.bundle"/>
+ <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.swtbot" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.swtbot.eclipse" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.swtbot.eclipse.gef" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.xpand" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.xtend" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.xtext" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.gef" componentType="eclipse.feature"/>
+ <cs:dependency name="org.eclipse.zest" componentType="eclipse.feature"/>
+ <cs:dependency name="org.junit" componentType="osgi.bundle"/>
<cs:dependency name="org.junit4" componentType="osgi.bundle"/>
-
- <cs:dependency name="org.eclipse.pde.core" componentType="osgi.bundle" versionDesignator="3.3.0"/>
- <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature" versionDesignator="3.3.0"/>
-
- </cs:dependencies>
- <cs:actions>
+ </cs:dependencies>
+ <cs:actions>
<cs:public name="setup.promoter" actor="ant">
<cs:actorProperties>
<cs:property key="buildFile" value="promoter.ant"/>
@@ -31,4 +24,4 @@
<cs:products alias="output" base="${buckminster.output}/promoter/"/>
</cs:public>
</cs:actions>
-</cs:cspec>
\ No newline at end of file
+</cs:cspec>