[jboss-cvs] JBossAS SVN: r58579 - trunk/tomcat

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 06:39:01 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-18 06:39:00 -0500 (Sat, 18 Nov 2006)
New Revision: 58579

Modified:
   trunk/tomcat/build.xml
Log:
Use -beans.xml for clustering services

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2006-11-18 11:38:20 UTC (rev 58578)
+++ trunk/tomcat/build.xml	2006-11-18 11:39:00 UTC (rev 58579)
@@ -296,11 +296,11 @@
     </jar>
 
    <!-- Cluster service sar and aop descriptor used for fine-grained replication -->
-  	<mkdir dir="${build.deploy}/tc6-cluster.sar/META-INF"/>
+   <mkdir dir="${build.deploy}/tc6-cluster.sar/META-INF"/>
    <copy todir="${build.deploy}/tc6-cluster.sar"
          file="${build.lib}/tc6-cluster.aop"/>
-  	<copy tofile="${build.deploy}/tc6-cluster.sar/META-INF/jboss-service.xml"
-  	      file="${build.resources}/tc6-cluster-service.xml"/>
+  	<copy tofile="${build.deploy}/tc6-cluster.sar/META-INF/tc6-cluster-beans.xml"
+  	      file="${build.resources}/tc6-cluster-beans.xml"/>
 
     <!-- Update the build marker to allow bypassing -->
     <touch file="${build-bypass.marker}"/>




More information about the jboss-cvs-commits mailing list