summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex
blob: 7a7a9b95c6d7563d60b475a13438acae037e5f41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension xmlns:com="http://www.eclipse.org/buckminster/Common-1.0"
	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
	<actions>
		<public name="create.eclipse.jnlp.product" actor="ant">
			<actorProperties>
				<property key="buildFileId" value="buckminster.pdetasks" />
				<property key="targets" value="create.eclipse.jnlp.product" />
			</actorProperties>
			<properties>
				<!--property key="buckminster.eclipse.productFile" value="buckminster.jnlp.p2.product"/ -->
				<property key="buckminster.eclipse.deleteuilauncher" value="false" />
			</properties>
			<prerequisites alias="action.requirements">
				<attribute name="feature.exports" />
			</prerequisites>
			<products alias="action.output" base="${buckminster.output}"
				upToDatePolicy="NOT_EMPTY">
				<path path="glustermc/" />
			</products>
		</public>
		<public name="unsign.jars" actor="ant">
			<actorProperties>
				<property key="buildFile" value="build/glustermc.ant" />
				<property key="targets" value="unsign" />
			</actorProperties>
		</public>
		<public name="sign.jars" actor="ant">
			<actorProperties>
				<property key="buildFile" value="build/glustermc.ant" />
				<property key="targets" value="sign" />
			</actorProperties>
		</public>
		<public name="copy.root.files" actor="ant">
			<actorProperties>
				<property key="buildFile" value="build/glustermc.ant" />
				<property key="targets" value="copy.root.files" />
			</actorProperties>
		</public>
		<public name="update.version" actor="ant">
			<actorProperties>
				<property key="buildFile" value="build/glustermc.ant" />
				<property key="targets" value="update.version" />
			</actorProperties>
		</public>
	</actions>
</cspecExtension>