You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/08/02 16:35:42 UTC

svn commit: r562122 - in /webservices/axis2/trunk/java/modules: distribution/src/main/assembly/bin-assembly.xml kernel/conf/commons-logging.properties kernel/conf/log4j.properties

Author: dims
Date: Thu Aug  2 07:35:40 2007
New Revision: 562122

URL: http://svn.apache.org/viewvc?view=rev&rev=562122
Log:
Drop the properties files into the root directory so that it gets picked up by the w2j and j2w bat files

Modified:
    webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml
    webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties
    webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties

Modified: webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml?view=diff&rev=562122&r1=562121&r2=562122
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/src/main/assembly/bin-assembly.xml Thu Aug  2 07:35:40 2007
@@ -270,6 +270,15 @@
             </includes>
 	</fileSet>
 
+	<fileSet>
+            <directory>../../modules/kernel/conf</directory>
+            <outputDirectory></outputDirectory>
+            <includes>
+                <include>log4j.properties</include>
+                <include>commons-logging.properties</include>
+            </includes>
+	</fileSet>
+
 	<!-- TODO: Need to add filters to update the version strings within the files -->
 	<fileSet>
             <directory>../../</directory>

Modified: webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties?view=diff&rev=562122&r1=562121&r2=562122
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/commons-logging.properties Thu Aug  2 07:35:40 2007
@@ -27,4 +27,4 @@
 #org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 
 # Uncomment the next line to enable log4j based logging
-#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

Modified: webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties?view=diff&rev=562122&r1=562121&r2=562122
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties (original)
+++ webservices/axis2/trunk/java/modules/kernel/conf/log4j.properties Thu Aug  2 07:35:40 2007
@@ -30,7 +30,7 @@
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
 log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
-log4j.appender.CONSOLE.layout.ConversionPattern=%d %-5p %c - %m%n
+log4j.appender.CONSOLE.layout.ConversionPattern=[%p] %m%n
 
 # LOGFILE is set to be a File appender using a PatternLayout.
 log4j.appender.LOGFILE=org.apache.log4j.FileAppender



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org