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/>
|
||||
<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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue