reverted sleep

This commit is contained in:
Ziver Koc 2017-08-02 17:27:09 +02:00
parent 8e9a8e4288
commit f83be400dc

View file

@ -65,7 +65,6 @@
<target name="deploy" depends="package">
<delete file="${deployPath}" quiet="true" />
<sleep seconds="5"/> <!-- Let Tomcat figure out to redeploy -->
<copy
file="${releaseDir}/Zallery.war"
toFile="${deployPath}" />