Added clean to build target.
This commit is contained in:
parent
ecb8169c7e
commit
a3c2ee9539
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<tstamp/>
|
<tstamp/>
|
||||||
<mkdir dir="${path.dist.signed}"/>
|
<mkdir dir="${path.dist.signed}"/>
|
||||||
</target>
|
</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}">
|
<copy toDir="${path.dist.signed}">
|
||||||
<fileset dir="${path.lib}">
|
<fileset dir="${path.lib}">
|
||||||
<include name="**/*.jar"/>
|
<include name="**/*.jar"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue