[webbeans-commits] Webbeans SVN: r2779 - examples/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jun 8 08:14:12 EDT 2009


Author: pete.muir at 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" />




More information about the weld-commits mailing list