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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 25 12:12:07 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-08-25 12:12:07 -0400 (Mon, 25 Aug 2008)
New Revision: 77445

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-5809] Remove cruft from legacy EJB3 entity caching

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-08-25 15:59:01 UTC (rev 77444)
+++ trunk/build/build-distr.xml	2008-08-25 16:12:07 UTC (rev 77445)
@@ -146,12 +146,6 @@
       </fileset>
     </copy>
 
-    <mkdir dir="${install.server}/all/deploy/cluster"/>
-    <!-- JBAS-5809??? copy file="${_module.output}/lib/ejb3-entity-cache-beans.xml"
-          tofile="${install.server}/all/deploy/cluster/ejb3-entity-cache-jboss-beans.xml" filtering="no"/>
-    <copy file="${_module.output}/lib/ejb3-clustered-sfsbcache-beans.xml"
-          tofile="${install.server}/all/deploy/cluster/ejb3-clustered-sfsbcache-jboss-beans.xml" filtering="no"/-->
-
     <copy todir="${install.server}/all/deployers" filtering="no">
       <fileset dir="${_module.output}/lib">
         <include name="ejb3.deployer/**"/>




More information about the jboss-cvs-commits mailing list