summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-12-12 15:52:51 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-12-12 15:52:51 +0530
commit12a8f8bacffa9e7e6d600ac4d7e95c7d46b836e3 (patch)
tree4f8c1ebeb64e900ceb5e20f9756f2de01996db2e /build
parent5fee99642f7726955dd1721e1b90a8865e9fe050 (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 'build')
-rwxr-xr-xbuild/gmc-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gmc-build.sh b/build/gmc-build.sh
index 5957561d..94f14639 100755
--- a/build/gmc-build.sh
+++ b/build/gmc-build.sh
@@ -149,6 +149,7 @@ build_gmc()
buckminster_perform -Dproduct.version=${VERSION} ${GMC_CONSOLE_PROJECT}#update.version
buckminster_perform -Dtarget.os=${os} -Dtarget.ws=${ws} -Dtarget.arch=${arch} ${GMC_WEBSTART_PROJECT}#create.eclipse.jnlp.product
buckminster_perform ${GMC_WEBSTART_PROJECT}#copy.root.files
+ buckminster_perform -Dproduct.version=${VERSION} ${GMC_WEBSTART_PROJECT}#update.version
# buckminster signs the jars using eclipse certificate - hence unsign and sign them again
echo "Signing product jars..."