new target - buildclean (== distclean build)

useful for my ide so i dont have to run two targets sequentially (and 'dist' goes one step further to include javadoc, which i dont need)
This commit is contained in:
jrandom
2004-06-22 04:56:44 +00:00
committed by zzz
parent dd781e256c
commit 7ca35452eb

View File

@ -12,6 +12,7 @@
</target>
<target name="dist" depends="distclean, build, javadoc" />
<target name="build" depends="builddep, jar" />
<target name="buildclean" depends="distclean, builddep, jar" />
<target name="builddep">
<!-- build *everything* here, but only once -->
<ant dir="core/java/" target="jar" />