Reverting changes to project files. Don't commit these.

This commit is contained in:
Steven Lawson
2012-12-01 14:17:02 -05:00
parent 079fe2cb4e
commit f6d8222a1a
4 changed files with 11 additions and 11 deletions

View File

@ -73,11 +73,11 @@
-->
<target name="-pre-jar">
<buildnumber file="buildnumber.properties" />
<propertyfile file="appinfo.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}" />
</propertyfile>
<copy file="appinfo.properties" todir="${build.classes.dir}" />
</target>
</project>