SF 1550604 -- added property setting to catch unset version number in compilation_tools.properties

This commit is contained in:
clay_shooter
2006-09-23 12:36:02 +00:00
parent 340546c3cd
commit 8e6be7ec6c

View File

@@ -66,6 +66,7 @@
Writes out a version file to be included in the jar
================================================================== -->
<target name="IncrementBuildNumber">
<property name="version" value="version not set in compilation_tools properties file"/>
<propertyfile file="version.properties">
<entry key="version" type="string" value="${version}" />
<entry key="build.iteration" type="int" operation="+" value="1" pattern="00" />