Skip to content

Commit

Permalink
delete temporary derby test db as part of clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
duck1123 committed Jun 26, 2009
1 parent 796d7e5 commit 364e14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<target name="clean">
<delete dir="${classes.dir}" />
<delete file="clj-record.jar" />
<delete dir="/tmp/clj-record.test.db" />
</target>

<target name="init">
Expand Down

0 comments on commit 364e14c

Please sign in to comment.