Minor Changes

This commit is contained in:
Jerom van der Sar
2012-11-27 17:00:18 +01:00
parent ea151d63e4
commit feaac20a5a
6 changed files with 16 additions and 21 deletions

View File

@ -71,13 +71,4 @@
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>