[jboss-cvs] JBossAS SVN: r58247 - trunk/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 10 12:09:40 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-10 12:09:38 -0500 (Fri, 10 Nov 2006)
New Revision: 58247

Modified:
   trunk/build/build-distr.xml
Log:
Add the ROOT.war to the server deploy contents

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2006-11-10 17:02:50 UTC (rev 58246)
+++ trunk/build/build-distr.xml	2006-11-10 17:09:38 UTC (rev 58247)
@@ -1273,6 +1273,12 @@
     <copy tofile="${install.server}/all/deployers/jbossweb-tomcat6.deployer/META-INF/war-deployers-beans.xml"
       file="${project.root}/${_module.name}/src/resources/war-deployers-all-beans.xml" overwrite="true"/>
 
+    <!-- Copy the ROOT.war -->
+    <copy todir="${install.server}/all/deploy">
+       <fileset dir="${_module.output}/deploy">
+           <include name="ROOT.war/**"/>
+       </fileset>
+    </copy>
     <!-- Copy the tc5 clustering service sar -->
     <copy todir="${install.server}/all/deploy">
        <fileset dir="${_module.output}/deploy">




More information about the jboss-cvs-commits mailing list