[jboss-cvs] JBossAS SVN: r65424 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 15 22:34:21 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-09-15 22:34:21 -0400 (Sat, 15 Sep 2007)
New Revision: 65424

Modified:
   trunk/ejb3/build-test.xml
Log:
[JBAS-4709] Organize clustering artifacts in deploy

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-09-16 02:31:47 UTC (rev 65423)
+++ trunk/ejb3/build-test.xml	2007-09-16 02:34:21 UTC (rev 65424)
@@ -4968,8 +4968,8 @@
       <attribute name="useBuddyRepl" default="false"/>
       <sequential>
          <echo message="Disabling EJB3 SFSB buddy replication in ${jboss.dist}/server/@{conf}"/>
-         <!-- Toggle buddy replication in jboss-web-cluster-beans.xml -->
-         <replace file="${jboss.dist}/server/@{conf}/deploy/ejb3-clustered-sfsbcache-beans.xml"
+         <!-- Toggle buddy replication in ejb3-clustered-sfsbcache-beans.xml -->
+         <replace file="${jboss.dist}/server/@{conf}/deploy/cluster/ejb3-clustered-sfsbcache-beans.xml"
             token="&lt;property name=&quot;enabled&quot;&gt;true" value="&lt;property name=&quot;enabled&quot;&gt;@{useBuddyRepl}"/>
       </sequential>
    </macrodef>




More information about the jboss-cvs-commits mailing list