Converted version into a runtime property so that it can be easily maintained
[pithos-web-client] / build.xml
index 682ff23..e7f27c7 100644 (file)
--- a/build.xml
+++ b/build.xml
                           replace="authCookie: "${authCookie}""
                           byline="true"
            />
+           <replaceregexp file="${gwt.www.dir}/${gwt.module}/index.html"
+                          match="version: (.*)"
+                          replace="version: &quot;${version}&quot;"
+                          byline="true"
+           />
     </target>
 
     <target name="uploadToVM" depends="main">