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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Jan 20 08:27:41 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-20 08:27:41 -0500 (Wed, 20 Jan 2010)
New Revision: 5522

Modified:
   core/trunk/jboss-as/build.xml
   core/trunk/jboss-as/pom.xml
Log:
added updating of all configuration of JBossAS

Modified: core/trunk/jboss-as/build.xml
===================================================================
--- core/trunk/jboss-as/build.xml	2010-01-19 17:33:51 UTC (rev 5521)
+++ core/trunk/jboss-as/build.xml	2010-01-20 13:27:41 UTC (rev 5522)
@@ -2,7 +2,7 @@
 <project name="JBoss5DeployerInstall" default="update" basedir=".">
 
 	<target name="update" description="Update JBoss 5.x or 6.x for Weld">
-	   <fail message="Use mvn -Pupdate-jboss-as"/>
+	   <fail message="Set JBOSS_HOME environment variable and use mvn -Pupdate-jboss-as"/>
 	</target>
 
 </project>

Modified: core/trunk/jboss-as/pom.xml
===================================================================
--- core/trunk/jboss-as/pom.xml	2010-01-19 17:33:51 UTC (rev 5521)
+++ core/trunk/jboss-as/pom.xml	2010-01-20 13:27:41 UTC (rev 5522)
@@ -110,6 +110,13 @@
                               <include name="**/*" />
                            </fileset>
                         </copy>
+                        
+                        <copy
+                           todir="${jboss.home}/server/all/deployers/weld.deployer">
+                           <fileset dir="target/weld.deployer">
+                              <include name="**/*" />
+                           </fileset>
+                        </copy>                        
                      </tasks>
                   </configuration>
                </execution>



More information about the weld-commits mailing list