Author: pete.muir(a)jboss.org
Date: 2009-06-08 08:14:12 -0400 (Mon, 08 Jun 2009)
New Revision: 2779
Modified:
examples/trunk/build.xml
Log:
WBRI-246
Modified: examples/trunk/build.xml
===================================================================
--- examples/trunk/build.xml 2009-06-08 12:13:53 UTC (rev 2778)
+++ examples/trunk/build.xml 2009-06-08 12:14:12 UTC (rev 2779)
@@ -83,9 +83,13 @@
</target>
<target name="tomcat.undeploy">
+ <delete file="${tomcat.home}/webapps/${example.name}.war"
failonerror="false" />
+ </target>
+
+ <target name="tomcat.unexplode">
<delete dir="${tomcat.home}/webapps/${example.name}"
failonerror="false" />
- <delete file="${tomcat.home}/webapps/${example.name}"
failonerror="false" />
</target>
+
<macrodef name="maven">
<attribute name="target" />
Show replies by date