summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
commit1142b0e41de39010de7845cf70d71dbb001fc1dc (patch)
tree3513487f65c1a7df47996bd2852393aceaac1b8a /src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex
parent92c52d8edf285945d31e446503fc742fde9dcc49 (diff)
Renamed projects / packages com.gluster.* to org.gluster.*
Diffstat (limited to 'src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex')
-rw-r--r--src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex b/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex
new file mode 100644
index 00000000..252a5e15
--- /dev/null
+++ b/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex
@@ -0,0 +1,41 @@
+<?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>
+ </actions>
+</cspecExtension>