syntax fix
This commit is contained in:
parent
e4b6e0363a
commit
99c9b136d7
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="deploy" depends="package">
|
<target name="deploy" depends="package">
|
||||||
<delete file="${deployPath}" quiet="true">
|
<delete file="${deployPath}" quiet="true" />
|
||||||
<copy
|
<copy
|
||||||
file="${releaseDir}/Zallery.war"
|
file="${releaseDir}/Zallery.war"
|
||||||
toFile="${deployPath}" />
|
toFile="${deployPath}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue