[jboss-cvs] JBossAS SVN: r58557 - trunk/ejb3

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 06:21:04 EST 2006


Author: bstansberry at jboss.com
Date: 2006-11-18 06:21:03 -0500 (Sat, 18 Nov 2006)
New Revision: 58557

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

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2006-11-18 11:20:34 UTC (rev 58556)
+++ trunk/ejb3/build.xml	2006-11-18 11:21:03 UTC (rev 58557)
@@ -440,8 +440,8 @@
          </fileset>
       </copy>
       <copy todir="${build.lib}" file="${resources}/ejb3-interceptors-aop.xml"/>
-      <copy todir="${build.lib}" file="${resources}/ejb3-clustered-sfsbcache-service.xml"/>
-      <copy todir="${build.lib}" file="${resources}/ejb3-entity-cache-service.xml"/>
+      <copy todir="${build.lib}" file="${resources}/ejb3-clustered-sfsbcache-beans.xml"/>
+      <copy todir="${build.lib}" file="${resources}/ejb3-entity-cache-beans.xml"/>
       <copy todir="${build.lib}" file="${resources}/ejb3-timer-service.xml"/>
       <copy todir="${build.lib}" file="${resources}/ejb3-connectors-service.xml"/>
       <mkdir dir="${build.lib}/embeddable"/>
@@ -581,8 +581,8 @@
             <include name="jboss-aop-jdk50.deployer/**"/>
             <include name="ejb3.deployer/**"/>
             <include name="ejb3-interceptors-aop.xml"/>
-            <include name="ejb3-clustered-sfsbcache-service.xml"/>
-            <include name="ejb3-entity-cache-service.xml"/>
+            <include name="ejb3-clustered-sfsbcache-beans.xml"/>
+            <include name="ejb3-entity-cache-beans.xml"/>
             <include name="ejb3-timer-service.xml"/>
          </zipfileset>
          <zipfileset dir="docs" prefix="${ejb3.version}/docs">




More information about the jboss-cvs-commits mailing list