[jboss-cvs] JBossAS SVN: r60297 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 5 10:51:49 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-05 10:51:48 -0500 (Mon, 05 Feb 2007)
New Revision: 60297

Modified:
   branches/Branch_4_2/ejb3/build.xml
Log:
Use the 4.x deployment descriptors for the clustered bean caches

Modified: branches/Branch_4_2/ejb3/build.xml
===================================================================
--- branches/Branch_4_2/ejb3/build.xml	2007-02-05 15:07:37 UTC (rev 60296)
+++ branches/Branch_4_2/ejb3/build.xml	2007-02-05 15:51:48 UTC (rev 60297)
@@ -387,9 +387,11 @@
          </fileset>
       </copy>
       <copy todir="${build.lib}" file="${resources}/ejb3-interceptors-aop.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-clustered-sfsbcache-beans.xml"/>
+      <copy todir="${build.lib}" file="${resources}/ejb3-entity-cache-beans.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-timer-service.xml"/>
       <copy todir="${build.lib}" file="${resources}/ejb3-connectors-service.xml"/>
   </target>
   




More information about the jboss-cvs-commits mailing list