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:
10
build.xml
10
build.xml
@ -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>
|
||||
|
Reference in New Issue
Block a user