Delete the jar file when cleaning

This commit is contained in:
lebrush 2013-05-16 17:07:17 +02:00
parent 968187d8f3
commit 50f24deea5
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
<target name="clean" description="clean up" >
<delete dir="${build}"/>
<delete file="${jarfile}" />
</target>
</project>