[jboss-cvs] JBossAS SVN: r59400 - branches/Branch_4_2/build

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jan 7 11:49:06 EST 2007


Author: dimitris at jboss.org
Date: 2007-01-07 11:49:03 -0500 (Sun, 07 Jan 2007)
New Revision: 59400

Modified:
   branches/Branch_4_2/build/build.xml
Log:
JBAS-1853, rename conf/log4j.xml to jboss-log4j.xml

Modified: branches/Branch_4_2/build/build.xml
===================================================================
--- branches/Branch_4_2/build/build.xml	2007-01-07 16:48:36 UTC (rev 59399)
+++ branches/Branch_4_2/build/build.xml	2007-01-07 16:49:03 UTC (rev 59400)
@@ -690,7 +690,7 @@
     <copy todir="${install.minimal.conf}">
       <fileset dir="${install.default.conf}">
         <include name="jndi.properties"/>
-        <include name="log4j.xml"/>
+        <include name="jboss-log4j.xml"/>
       </fileset>
     </copy>
     <copy file="${install.default.conf}/jboss-minimal.xml"




More information about the jboss-cvs-commits mailing list