From 8e2295b6b7139a0cf36d4f78c5caeb6bf7919ef0 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Sat, 10 Dec 2011 12:59:27 +0530 Subject: Renamed glustermg build file to glustermg.ant, Introduced configuration parameter dataVersion in spring configuration, Replaced hard coded appVersion to use placeholder @VERSION@ in spring configuration, which will be replaced with actual version number at build time. Modified InitServerTask to upgrade data based on the new parameter dataVersion instead of appVersion --- .../build/glustermg.ant | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/org.gluster.storage.management.gateway/build/glustermg.ant (limited to 'src/org.gluster.storage.management.gateway/build/glustermg.ant') diff --git a/src/org.gluster.storage.management.gateway/build/glustermg.ant b/src/org.gluster.storage.management.gateway/build/glustermg.ant new file mode 100644 index 00000000..ac15e1bd --- /dev/null +++ b/src/org.gluster.storage.management.gateway/build/glustermg.ant @@ -0,0 +1,73 @@ + + + + + + + + + -------------------------------------------------- + compile - Compile + archive - Generate WAR file + -------------------------------------------------- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit