Project

General

Profile

Download (1.45 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="create.product" actor="ant">
8
            <actorProperties>
9
                <property key="buildFile" value="build/product.ant"/>
10
                <property key="targets" value="create.product"/>
11
            </actorProperties>
12
            <properties>
13
                <property key="profile" value="TaxonomicEditorProfile"/>
14
                <property key="iu" value="eu.etaxonomy.taxeditor"/>
15
            </properties>
16
			<prerequisites alias="repository">
17
				<attribute name="site.p2"/>
18
			</prerequisites>
19
            <products alias="destination" base="${buckminster.output}">
20
                <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}/"/>
21
            </products>
22
		</public>
23
		<public name="create.product.zip" actor="ant">
24
            <actorProperties>
25
                <property key="buildFileId" value="buckminster.pdetasks"/>
26
                <property key="targets" value="create.zip"/>
27
            </actorProperties>
28
			<prerequisites alias="action.requirements">
29
				<attribute name="create.product"/>
30
			</prerequisites>
31
            <products alias="action.output" base="${buckminster.output}">
32
                <path path="TaxonomicEditor.${target.ws}.${target.os}.${target.arch}.zip"/>
33
            </products>
34
		</public>
35
	</actions>
36
</cspecExtension>
(2-2/10)