Skip to content

Commit

Permalink
Delete all jars
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jul 22, 2011
1 parent 4a3c1ae commit df805c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -32,7 +32,7 @@

<!-- Package a jar from compiled class files -->
<target name="jar" depends="compile">
<delete file="${jarfile}" />
<delete dir="." includes="**/*.jar" />
<delete file="MANIFEST.MF" />
<manifest file="MANIFEST.MF">
<attribute name="Built-By" value="${user.name}" />
Expand Down

0 comments on commit df805c7

Please sign in to comment.