[jboss-cvs] JBossAS SVN: r59581 - branches/Branch_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 11 23:53:12 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-11 23:53:11 -0500 (Thu, 11 Jan 2007)
New Revision: 59581

Modified:
   branches/Branch_4_2/build/build-distr.xml
   branches/Branch_4_2/build/build.xml
Log:
[JBAS-3940] Use the JGroups multiplexer in the 4.2 branch

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-01-12 04:30:58 UTC (rev 59580)
+++ branches/Branch_4_2/build/build-distr.xml	2007-01-12 04:53:11 UTC (rev 59581)
@@ -650,7 +650,13 @@
         <include name="deploy-hasingleton-service.xml"/>
       </fileset>
     </copy>
-    <mkdir dir="${install.server}/all/deploy/deploy.last"/>
+  	<mkdir dir="${install.server}/all/deploy/jgroups-multiplexer.sar"/>
+  	<copy todir="${install.server}/all/deploy/jgroups-multiplexer.sar" filtering="no">
+  	  <fileset dir="${_module.output}/resources/jgroups-multiplexer.sar">
+  	    <include name="**/*"/>
+  	  </fileset>
+  	</copy>
+  	<mkdir dir="${install.server}/all/deploy/deploy.last"/>
     <copy todir="${install.server}/all/deploy/deploy.last" filtering="no">
       <fileset dir="${_module.output}/etc">
         <include name="farm-service.xml"/>

Modified: branches/Branch_4_2/build/build.xml
===================================================================
--- branches/Branch_4_2/build/build.xml	2007-01-12 04:30:58 UTC (rev 59580)
+++ branches/Branch_4_2/build/build.xml	2007-01-12 04:53:11 UTC (rev 59581)
@@ -656,6 +656,7 @@
         <exclude name="lib/jbossmqha.jar"/>
         <exclude name="lib/xmlsec.jar"/>
         <exclude name="deploy/cluster-service.xml"/>
+        <exclude name="deploy/jgroups-multiplexer.sar/**"/>
         <exclude name="deploy/deploy-hasingleton-service.xml"/>
         <exclude name="deploy/iiop-service.xml"/>
         <exclude name="deploy/httpha-invoker.sar/**"/>




More information about the jboss-cvs-commits mailing list