77e0e43c4383d27454f0f0c1d205a636e54a0ec9
[taxeditor.git] / eu.etaxonomy.taxeditor.feature / buckminster.cspex
1 <?xml version="1.0" encoding="UTF-8"?>
2 <cspecExtension
3 xmlns:com="http://www.eclipse.org/buckminster/Common-1.0"
4 xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
5
6 <actions>
7 <!--<public name="package.cdmlib" actor="ant">
8 <actorProperties>
9 <property key="buildFile" value="build/package.ant"/>
10 <property key="targets" value="package.cdmlib"/>
11 </actorProperties>
12 </public>-->
13 <public name="create.product" actor="ant">
14 <actorProperties>
15 <property key="buildFile" value="build/product.ant"/>
16 <property key="targets" value="create.product"/>
17 </actorProperties>
18 <properties>
19 <property key="profile" value="TaxonomicEditorProfile"/>
20 <property key="iu" value="eu.etaxonomy.taxeditor"/>
21 </properties>
22 <prerequisites alias="repository">
23 <attribute name="site.p2"/>
24 </prerequisites>
25 <products alias="destination" base="${buckminster.output}">
26 <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}/"/>
27 </products>
28 </public>
29 <public name="create.product.zip" actor="ant">
30 <actorProperties>
31 <property key="buildFileId" value="buckminster.pdetasks"/>
32 <property key="targets" value="create.zip"/>
33 </actorProperties>
34 <prerequisites alias="action.requirements">
35 <attribute name="create.product"/>
36 </prerequisites>
37 <products alias="action.output" base="${buckminster.output}">
38 <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}.zip"/>
39 </products>
40 </public>
41 </actions>
42 </cspecExtension>