build target "deploy" added.

This commit is contained in:
Purodha 2013-01-02 14:42:15 +01:00
parent d9afe25155
commit 53702b1e0c

View File

@ -44,4 +44,12 @@
<delete file="WebContent/WEB-INF/web.xml"/>
</target>
<target name="deploy" depends="war">
<delete dir="${hsar.deploy.dir}/hsarweb" />
<copy file="build/hsarweb.war" todir="${hsar.deploy.dir}" />
<!-- <sleep minutes="2"/> -->
</target>
</project>