Added clean to build target.

This commit is contained in:
Erik C. Thauvin 2004-07-22 21:06:46 +00:00
parent ecb8169c7e
commit a3c2ee9539

View file

@ -14,7 +14,7 @@
<tstamp/>
<mkdir dir="${path.dist.signed}"/>
</target>
<target name="build" depends="init" description="Build the JNLP file">
<target name="build" depends="init,clean" description="Build the JNLP file">
<copy toDir="${path.dist.signed}">
<fileset dir="${path.lib}">
<include name="**/*.jar"/>