mwenz | 5e1ddbd | 2015-07-17 14:01:43 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?><cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.graphiti.releng" componentType="buckminster" version="0.13.0.qualifier">
|
| 2 | <cs:dependencies>
|
| 3 | <cs:dependency name="com.thoughtworks.qdox" componentType="osgi.bundle"/>
|
| 4 | <cs:dependency name="org.eclipse.draw2d" componentType="eclipse.feature"/>
|
| 5 | <cs:dependency name="org.eclipse.graphiti.sdk.feature" componentType="eclipse.feature"/>
|
| 6 | <cs:dependency name="org.eclipse.graphiti.site" componentType="eclipse.feature"/>
|
| 7 | <cs:dependency name="org.eclipse.graphiti.tests-feature" componentType="eclipse.feature"/>
|
| 8 | <cs:dependency name="org.eclipse.pde" componentType="eclipse.feature"/>
|
| 9 | <cs:dependency name="org.eclipse.pde.source" componentType="eclipse.feature"/>
|
| 10 | <cs:dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
|
| 11 | <cs:dependency name="org.eclipse.platform.source" componentType="eclipse.feature"/>
|
| 12 | </cs:dependencies>
|
| 13 | <cs:actions>
|
| 14 | <cs:public name="copy.sites" actor="ant">
|
| 15 | <cs:actorProperties>
|
| 16 | <cs:property key="buildFile" value="buckminster.ant"/>
|
| 17 | <cs:property key="targets" value="copy.sites"/>
|
| 18 | </cs:actorProperties>
|
| 19 | <cs:properties>
|
| 20 | <cs:property key="build_id" value="${build.id}"/>
|
| 21 | <cs:property key="root" value="${WORKSPACE}"/>
|
| 22 | </cs:properties>
|
| 23 | <cs:products alias="action.output" base="${WORKSPACE}/last_success/"/>
|
| 24 | </cs:public>
|
| 25 | <cs:public name="create.javadoc" actor="ant">
|
| 26 | <cs:actorProperties>
|
| 27 | <cs:property key="buildFile" value="buckminster.ant"/>
|
| 28 | <cs:property key="targets" value="create.javadoc"/>
|
| 29 | </cs:actorProperties>
|
| 30 | <cs:properties>
|
| 31 | <cs:property key="root" value="${WORKSPACE}"/>
|
| 32 | </cs:properties>
|
| 33 | <cs:products>
|
| 34 | <cs:public name="javadoc.output" base="${WORKSPACE}/graphiti/org.eclipse.graphiti/examples/org.eclipse.graphiti.doc/javadoc/"/>
|
| 35 | </cs:products>
|
| 36 | </cs:public>
|
| 37 | <cs:public name="create.site.index" actor="ant">
|
| 38 | <cs:actorProperties>
|
| 39 | <cs:property key="buildFile" value="buckminster.ant"/>
|
| 40 | <cs:property key="targets" value="create.site.index"/>
|
| 41 | </cs:actorProperties>
|
| 42 | <cs:properties>
|
| 43 | <cs:property key="root" value="${WORKSPACE}"/>
|
| 44 | </cs:properties>
|
| 45 | <cs:products>
|
| 46 | <cs:public name="readable.index" base="site/"/>
|
| 47 | </cs:products>
|
| 48 | </cs:public>
|
| 49 | <cs:public name="promote.sites" actor="ant">
|
| 50 | <cs:actorProperties>
|
| 51 | <cs:property key="buildFile" value="buckminster.ant"/>
|
| 52 | <cs:property key="targets" value="promote.sites"/>
|
| 53 | </cs:actorProperties>
|
| 54 | <cs:properties>
|
| 55 | <cs:property key="download.area" value="${graphiti.download.area}"/>
|
| 56 | <cs:property key="root" value="${WORKSPACE}"/>
|
| 57 | </cs:properties>
|
| 58 | <cs:products alias="action.output" base="${graphiti.download.area}/updates/nightly/"/>
|
| 59 | </cs:public>
|
| 60 | </cs:actions>
|
| 61 | </cs:cspec>
|