Add ant dependency to clean task in debug task

This commit is contained in:
Sylvain Berfini 2012-05-29 15:39:44 +02:00
parent 649246d383
commit cae1d3bd2e

View file

@ -966,7 +966,7 @@
</target>
<!-- Builds debug output package -->
<target name="debug" depends="init, -set-debug-files, -do-debug, delete-temp"
<target name="debug" depends="clean, init, -set-debug-files, -do-debug, delete-temp"
description="Builds the application and signs it with a debug key.">
<record-build-info />