web.xml Anpassungen aus Properties

This commit is contained in:
Peter Hormanns 2011-05-05 16:00:25 +00:00
parent 551a2994f9
commit 66f795f1f3

View File

@ -34,6 +34,7 @@
</target>
<target name="deploy" depends="war">
<delete dir="${hsar.deploy.dir}/hsar" />
<copy file="build/hsar.war" todir="${hsar.deploy.dir}" />
</target>