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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 6 15:37:37 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-04-06 15:37:37 -0400 (Fri, 06 Apr 2007)
New Revision: 62169

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

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-04-06 19:34:42 UTC (rev 62168)
+++ trunk/build/build-distr.xml	2007-04-06 19:37:37 UTC (rev 62169)
@@ -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