fixed issue with tomcat not redeploying war

This commit is contained in:
Ziver Koc 2017-02-01 15:22:35 +01:00
parent 16fefa7e0e
commit e4b6e0363a

View file

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