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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 07:31:09 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 07:31:09 -0400 (Tue, 29 Jul 2008)
New Revision: 76396

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-5809] this looks obsolete?

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-07-29 11:17:00 UTC (rev 76395)
+++ trunk/build/build-distr.xml	2008-07-29 11:31:09 UTC (rev 76396)
@@ -147,10 +147,10 @@
     </copy>
 
     <mkdir dir="${install.server}/all/deploy/cluster"/>
-    <copy file="${_module.output}/lib/ejb3-entity-cache-beans.xml"
+    <!-- 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"/>
+          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">




More information about the jboss-cvs-commits mailing list