blob: 4503846c9b30c20e7b25360b59f8146eb82c3524 [file] [log] [blame]
mparker054c0fb2010-10-19 22:16:14 +00001<?xml version="1.0" encoding="UTF-8"?>
Miles Parker3dc7baf2010-11-16 16:29:52 -08002<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.amp.releng" componentType="buckminster" version="0.8.0.qualifier">
3 <cs:dependencies>
4 <cs:dependency name="org.eclipse.emf" componentType="eclipse.feature"/>
5 <cs:dependency name="org.eclipse.pde.core" componentType="osgi.bundle"/>
6 <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
7 <cs:dependency name="org.eclipse.swtbot" componentType="eclipse.feature"/>
8 <cs:dependency name="org.eclipse.swtbot.eclipse" componentType="eclipse.feature"/>
9 <cs:dependency name="org.eclipse.swtbot.eclipse.gef" componentType="eclipse.feature"/>
10 <cs:dependency name="org.eclipse.xpand" componentType="eclipse.feature"/>
11 <cs:dependency name="org.eclipse.xtend" componentType="eclipse.feature"/>
12 <cs:dependency name="org.eclipse.xtext" componentType="eclipse.feature"/>
13 <cs:dependency name="org.eclipse.gef" componentType="eclipse.feature"/>
14 <cs:dependency name="org.eclipse.zest" componentType="eclipse.feature"/>
15 <cs:dependency name="org.junit" componentType="osgi.bundle"/>
Miles Parkerb3754252010-11-16 12:33:11 -080016 <cs:dependency name="org.junit4" componentType="osgi.bundle"/>
Miles Parker3dc7baf2010-11-16 16:29:52 -080017 </cs:dependencies>
18 <cs:actions>
Miles Parkerf2456492010-11-10 19:04:12 -080019 <cs:public name="setup.promoter" actor="ant">
20 <cs:actorProperties>
21 <cs:property key="buildFile" value="promoter.ant"/>
22 <cs:property key="targets" value="-setup.promoter"/>
23 </cs:actorProperties>
24 <cs:products alias="output" base="${buckminster.output}/promoter/"/>
25 </cs:public>
26 </cs:actions>
Miles Parker3dc7baf2010-11-16 16:29:52 -080027</cs:cspec>