Let me figure this out

This commit is contained in:
Jerom van der Sar
2012-11-27 17:20:09 +01:00
parent feaac20a5a
commit 878199c2d5
3 changed files with 16 additions and 9 deletions

View File

@ -71,4 +71,13 @@
nbproject/build-impl.xml file.
-->
<target name="-pre-jar">
<buildnumber file="buildnumber.properties" />
<propertyfile file="appinfo.properties">
<entry key="program.VERSION" default="0.0" />
<entry key="program.BUILDNUM" value="${build.number}" />
<entry key="program.BUILDDATE" type="date" value="now" pattern="MM/dd/yyyy hh:mm aa" />
</propertyfile>
<copy file="appinfo.properties" todir="${build.classes.dir}" />
</target>
</project>