[jboss-cvs] JBossAS SVN: r76393 - in trunk: tomcat and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 29 07:08:32 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-29 07:08:32 -0400 (Tue, 29 Jul 2008)
New Revision: 76393

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

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2008-07-29 11:07:06 UTC (rev 76392)
+++ trunk/build/build-distr.xml	2008-07-29 11:08:32 UTC (rev 76393)
@@ -1264,8 +1264,8 @@
       <fileset dir="${_module.output}/deploy/jboss-web.deployer"/>
     </copy>
     <!--
-    <copy tofile="${install.server}/all/deployers/war-clustering-deployers-beans.xml"
-      file="${project.root}/${_module.name}/src/resources/war-clustering-deployers-beans.xml" overwrite="true"/>
+    <copy tofile="${install.server}/all/deployers/war-clustering-deployers-jboss-beans.xml"
+      file="${project.root}/${_module.name}/src/resources/war-clustering-deployers-jboss-beans.xml" overwrite="true"/>
     -->
   	
   	 <!-- Copy the webserver runtime sar -->

Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml	2008-07-29 11:07:06 UTC (rev 76392)
+++ trunk/tomcat/build.xml	2008-07-29 11:08:32 UTC (rev 76393)
@@ -241,7 +241,7 @@
     <copy todir="${build.deploy}/jboss-web.deployer/META-INF">
        <fileset dir="${build.resources}">
           <include name="jboss-structure.xml" />
-          <include name="war-deployers-beans.xml" />
+          <include name="war-deployers-jboss-beans.xml" />
           <include name="webserver-xmbean.xml" />
        </fileset>
     </copy>	




More information about the jboss-cvs-commits mailing list