Skip to content

Commit

Permalink
clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Jan 6, 2010
1 parent 3ada7ba commit 87c56c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@
<target name="jarsigner" description="Sign the jar">
<signjar keystore="ruboto-key.keystore" storepass="ruboto" jar="bin/IRB-unsigned.apk" alias="ruboto" />
</target>

<target name="clean" description="clean">
<delete dir="bin"/>
<delete dir="gen"/>
</target>
</project>

0 comments on commit 87c56c3

Please sign in to comment.