Skip to content

Commit f3faad8

Browse files
author
Matt Revelle
committed
deploy task now depends on clean task
1 parent 6d70ada commit f3faad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</target>
6262

6363
<target name="deploy" description="Copy appropriate jar files to one place."
64-
depends="jar">
64+
depends="clean,jar">
6565
<copy todir="${deploy}" verbose="true" file="${jarfile}"/>
6666
<copy todir="${deploy}" verbose="true">
6767
<fileset dir="${lib}" includes="*.jar"/>

0 commit comments

Comments
 (0)