syntax fix

This commit is contained in:
Ziver Koc 2017-02-01 15:23:58 +01:00
parent e4b6e0363a
commit 99c9b136d7

View file

@ -64,7 +64,7 @@
</target>
<target name="deploy" depends="package">
<delete file="${deployPath}" quiet="true">
<delete file="${deployPath}" quiet="true" />
<copy
file="${releaseDir}/Zallery.war"
toFile="${deployPath}" />