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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 07:17:00 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 07:17:00 -0400 (Tue, 29 Jul 2008)
New Revision: 76395

Modified:
   trunk/build/build-distr.xml
Log:
[JBAS-5803] beans.xml -> jboss-beans.xml

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-07-29 11:11:28 UTC (rev 76394)
+++ trunk/build/build-distr.xml	2008-07-29 11:17:00 UTC (rev 76395)
@@ -148,9 +148,9 @@
 
     <mkdir dir="${install.server}/all/deploy/cluster"/>
     <copy file="${_module.output}/lib/ejb3-entity-cache-beans.xml"
-          todfile="${install.server}/all/deploy/cluster/ejb3-entity-cache-jboss-beans.xml" filtering="no"/>
+          tofile="${install.server}/all/deploy/cluster/ejb3-entity-cache-jboss-beans.xml" filtering="no"/>
     <copy file="${_module.output}/lib/ejb3-clustered-sfsbcache-beans.xml"
-          todfile="${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