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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 06:39:47 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 06:39:47 -0400 (Tue, 29 Jul 2008)
New Revision: 76372

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 10:39:11 UTC (rev 76371)
+++ trunk/build/build-distr.xml	2008-07-29 10:39:47 UTC (rev 76372)
@@ -1695,8 +1695,8 @@
       <fileset dir="${_module.output}/lib" includes="*.jar"/>
     </copy>
     <!-- Copy the profileservice beans to an optional file -->
-    <copy tofile="${install.server}/all/deployers/profileservice-beans.xml.bak"
-      file="${_module.output}/resources/profileservice-beans.xml" />
+    <copy tofile="${install.server}/all/deployers/profileservice-jboss-beans.xml.bak"
+      file="${_module.output}/resources/profileservice-jboss-beans.xml" />
   </target>
 
   <!-- ============ -->




More information about the jboss-cvs-commits mailing list