Project

General

Profile

Download (1.79 KB) Statistics
| Branch: | Tag: | Revision:
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
	        <prerequisites>
13
	            <attribute name="copy.plugins"/>
14
	        </prerequisites>
15
	    </public>
16
		<public name="create.product" actor="ant">
17
            <actorProperties>
18
                <property key="buildFile" value="build/product.ant"/>
19
                <property key="targets" value="create.product"/>
20
            </actorProperties>
21
            <properties>
22
                <property key="profile" value="TaxonomicEditorProfile"/>
23
                <property key="iu" value="eu.etaxonomy.taxeditor"/>
24
            </properties>
25
			<prerequisites alias="repository">
26
				<attribute name="site.p2"/>
27
			</prerequisites>
28
            <products alias="destination" base="${buckminster.output}">
29
                <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}/"/>
30
            </products>
31
		</public>
32
		<public name="create.product.zip" actor="ant">
33
            <actorProperties>
34
                <property key="buildFileId" value="buckminster.pdetasks"/>
35
                <property key="targets" value="create.zip"/>
36
            </actorProperties>
37
			<prerequisites alias="action.requirements">
38
				<attribute name="create.product"/>
39
			</prerequisites>
40
            <products alias="action.output" base="${buckminster.output}">
41
                <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}.zip"/>
42
            </products>
43
		</public>
44
	</actions>
45
</cspecExtension>
(2-2/10)