Add ant dependency to clean task in debug task
This commit is contained in:
parent
649246d383
commit
cae1d3bd2e
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue