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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 3 09:50:33 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-03 09:50:33 -0500 (Sat, 03 Feb 2007)
New Revision: 60234

Modified:
   branches/Branch_4_2/build/build-distr.xml
   branches/Branch_4_2/build/build.xml
Log:
Disable the multiplexer

Modified: branches/Branch_4_2/build/build-distr.xml
===================================================================
--- branches/Branch_4_2/build/build-distr.xml	2007-02-03 10:13:23 UTC (rev 60233)
+++ branches/Branch_4_2/build/build-distr.xml	2007-02-03 14:50:33 UTC (rev 60234)
@@ -650,12 +650,6 @@
         <include name="deploy-hasingleton-service.xml"/>
       </fileset>
     </copy>
-  	<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">

Modified: branches/Branch_4_2/build/build.xml
===================================================================
--- branches/Branch_4_2/build/build.xml	2007-02-03 10:13:23 UTC (rev 60233)
+++ branches/Branch_4_2/build/build.xml	2007-02-03 14:50:33 UTC (rev 60234)
@@ -656,7 +656,6 @@
         <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