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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 17 06:12:45 EST 2006


Author: dimitris at jboss.org
Date: 2006-11-17 06:12:42 -0500 (Fri, 17 Nov 2006)
New Revision: 58491

Modified:
   trunk/build/build.xml
Log:
copy bootstrap-beans.xml to the minimal config so that it boots.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2006-11-17 11:00:54 UTC (rev 58490)
+++ trunk/build/build.xml	2006-11-17 11:12:42 UTC (rev 58491)
@@ -736,7 +736,7 @@
       <fileset dir="${install.default.conf}">
         <include name="jndi.properties" />
         <include name="log4j.xml" />
-        <include name="deployer-beans.xml" />
+        <include name="bootstrap-beans.xml" />
       </fileset>
     </copy>
     <copy file="${install.default.conf}/jboss-minimal.xml"




More information about the jboss-cvs-commits mailing list