Build.xml now puts clean in right place

pull/14/head
Tim Su 13 years ago
parent e6cac51035
commit 62164d1064

@ -54,7 +54,12 @@
<!-- extension targets. Uncomment the ones where you want to do custom work <!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets --> in between standard targets -->
<target name="-pre-build" depends="clean, get-version, copy-sources, updatekeys, updatekeys-release, disable-market"> <target name="-set-mode-check" depends="clean">
<fail if="build.is.mode.set"
message="Cannot run two different modes at the same time. If you are running more than one debug/release/instrument type targets, call them from different Ant calls." />
</target>
<target name="-pre-build" depends="get-version, copy-sources, updatekeys, updatekeys-release, disable-market">
<mkdir dir="gen" /> <mkdir dir="gen" />
</target> </target>

Loading…
Cancel
Save