Began work on PunchcardDisplayDialog to display timestamps on various timelines.

Modified build file to clean additional files (logs, etc)

committer: Jonathan Bernard <jdbernard@gmail.com>
This commit is contained in:
Jonathan Bernard
2008-10-17 19:49:29 -05:00
parent 0914ea5b6c
commit 789e708f69
7 changed files with 312 additions and 4 deletions

View File

@ -82,4 +82,14 @@
<tar destfile="release/TimeStamper_v${application.version}.tar.gz" basedir="${dist.dir}" compression="gzip" />
</target>
<target name="-post-clean" >
<delete>
<fileset dir="${basedir}">
<include name="*.log" />
<include name="*.log.lck" />
<include name="timestamper.config" />
</fileset>
</delete>
</target>
</project>