[jboss-cvs] JBossAS SVN: r62122 - branches/Branch_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 5 02:19:59 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-05 02:19:59 -0400 (Thu, 05 Apr 2007)
New Revision: 62122

Modified:
   branches/Branch_5_0/build/build-distr.xml
Log:
Copy the profileservice-beans.xml to deployers/profileservice-beans.xml.bak

Modified: branches/Branch_5_0/build/build-distr.xml
===================================================================
--- branches/Branch_5_0/build/build-distr.xml	2007-04-05 05:56:17 UTC (rev 62121)
+++ branches/Branch_5_0/build/build-distr.xml	2007-04-05 06:19:59 UTC (rev 62122)
@@ -1691,6 +1691,9 @@
     <copy todir="${install.all.lib}" filtering="no">
       <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" />
   </target>
 
   <!-- ============ -->




More information about the jboss-cvs-commits mailing list