[jboss-cvs] JBossAS SVN: r69516 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 31 18:24:13 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-31 18:24:13 -0500 (Thu, 31 Jan 2008)
New Revision: 69516

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-5193] Separate HAPartition deployment from other cluster services
[JBAS-5195] Convert HA-JNDI and HA Detached invokers back to mbeans

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-01-31 22:34:48 UTC (rev 69515)
+++ trunk/build/build-distr.xml	2008-01-31 23:24:13 UTC (rev 69516)
@@ -998,6 +998,8 @@
       <fileset dir="${_module.output}/etc">
         <include name="cluster-beans.xml"/>
         <include name="deploy-hasingleton-beans.xml"/>
+        <include name="hajndi-service.xml"/>
+        <include name="ha-legacy-service.xml"/>
       </fileset>
     </copy>
     <mkdir dir="${install.server}/all/deploy/cluster/jgroups-channelfactory.sar"/>




More information about the jboss-cvs-commits mailing list