Added userlist

Build # tracking
Exploding arrows
This commit is contained in:
Steven Lawson
2012-03-09 14:01:04 -05:00
parent 376f5a4edd
commit ccd13369e5
17 changed files with 1445 additions and 1131 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="2.5" />
<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>