Displaying differences for changeset |
@@ -51,13 +51,13 @@ |
<fileset dir="." includes="**/Config.java"/> |
<fileset dir="." includes="**/csip-*.json"/> |
</replaceregexp> |
- </target> |
- |
- <target name="-create-versioned-war"> |
<basename property="war.base" file="${dist.war}" suffix=".war"/> |
<property file="../csip-core/dist/version.txt"/> |
<property name="csip-core.version">0.0.0</property> |
<property name="suffix">${hg.version.short}-${csip-core.version}</property> |
+ </target> |
+ |
+ <target name="-create-versioned-war"> |
<move file="${dist.war}" tofile="${dist.dir}/${war.base}##${suffix}.war"/> |
<echo file="${dist.dir}/version.txt">${suffix}</echo> |
<echo>Created: ${war.base}##${suffix}.war</echo> |
@@ -105,7 +105,7 @@ |
/* |
The CSIP version |
*/ |
- put("csip.version", "$version: 2.1.22 b50ffe381a06 2016-04-07 od, built at 2016-04-07 10:14 by od$"); |
+ put("csip.version", "$version: 2.1.24 a2f5325011a5 2016-04-07 od, built at 2016-04-07 10:32 by od$"); |
/* |
* The runtime architecture. |