[weld-commits] Weld SVN: r5836 - core/trunk/jboss-as.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Feb 15 03:42:47 EST 2010


Author: mgencur at redhat.com
Date: 2010-02-15 03:42:46 -0500 (Mon, 15 Feb 2010)
New Revision: 5836

Modified:
   core/trunk/jboss-as/pom.xml
Log:
added deleting of weld.deployer in all configuration before creating new

Modified: core/trunk/jboss-as/pom.xml
===================================================================
--- core/trunk/jboss-as/pom.xml	2010-02-12 13:55:19 UTC (rev 5835)
+++ core/trunk/jboss-as/pom.xml	2010-02-15 08:42:46 UTC (rev 5836)
@@ -88,7 +88,10 @@
                         <delete
                            dir="${jboss.home}/server/default/deployers/webbeans.deployer"
                            failonerror="false" />
-
+                        <delete
+                           dir="${jboss.home}/server/all/deployers/weld.deployer"
+                           failonerror="false" />
+                           
                         <unzip dest="${project.build.directory}"
                            src="${project.build.directory}/dependency/lib/weld-jboss-int-deployer-assembly.zip" />
 



More information about the weld-commits mailing list