changeset 6 | be992d61ca32 |
parent 0 | ea84f930b04a |
child 7 | c2941cee7327 |
--- a/build.xml Fri Feb 27 22:15:25 2009 +0100 +++ b/build.xml Sat Feb 28 02:46:02 2009 +0100 @@ -287,7 +287,15 @@ <exec executable="${adb}" failonerror="true"> <arg value="uninstall" /> <arg value="${application-package}" /> - </exec> + </exec> </target> + <target name="clean" + description="Delete old build and dist directories"> + <echo message="on deletet ${outdir-classes}" /> + <delete verbose="true" dir="${outdir}"/> + </target> + + + </project>