diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-12-12 15:52:51 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-12-12 15:52:51 +0530 |
| commit | 12a8f8bacffa9e7e6d600ac4d7e95c7d46b836e3 (patch) | |
| tree | 4f8c1ebeb64e900ceb5e20f9756f2de01996db2e /src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex | |
| parent | 5fee99642f7726955dd1721e1b90a8865e9fe050 (diff) | |
Modified to include API version number in root JNLP file, and rename the feature jnlp file appropriately during build.
Modified ClientUtil to pick up the API version number from the system property gluster.api.version
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.cspex | 6 |
1 files changed, 6 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 index 252a5e15..7a7a9b95 100644 --- a/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex +++ b/src/org.gluster.storage.management.console.feature.webstart/buckminster.cspex @@ -37,5 +37,11 @@ <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> |
