Author: veithen
Date: Sat Aug 7 10:46:23 2010
New Revision: 983200
URL: http://svn.apache.org/viewvc?rev=983200&view=rev
Log:
Prevent the unit tests in the jaxws module from creating a log file in the
project's base directory, because this file will never be cleaned and because
it ends up in the source distribution. Note that this change was done in
r817877 on the trunk.
Modified:
axis/axis2/java/core/branches/java/1_5/modules/jaxws/test-resources/log4j.properties
Modified:
axis/axis2/java/core/branches/java/1_5/modules/jaxws/test-resources/log4j.properties
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/java/1_5/modules/jaxws/test-resources/log4j.properties?rev=983200&r1=983199&r2=983200&view=diff
==============================================================================
---
axis/axis2/java/core/branches/java/1_5/modules/jaxws/test-resources/log4j.properties
(original)
+++
axis/axis2/java/core/branches/java/1_5/modules/jaxws/test-resources/log4j.properties
Sat Aug 7 10:46:23 2010
@@ -28,7 +28,7 @@ log4j.rootCategory=ERROR, CONSOLE
# The example below adds debug trace for StAXUtils or jaxws server to
# the axis2.small.log.
# You can add this without changing the root category.
-log4j.category.org.apache.axis2.jaxws.message=DEBUG, SMALL
+#log4j.category.org.apache.axis2.jaxws.message=DEBUG, SMALL
# Enable the following to get JAXWS TestLogger trace.
#log4j.category.JAXWS-Tests=DEBUG, SMALL
@@ -56,4 +56,4 @@ log4j.appender.SMALL=org.apache.log4j.Fi
log4j.appender.SMALL.File=axis2.small.log
log4j.appender.SMALL.Append=true
log4j.appender.SMALL.layout=org.apache.log4j.PatternLayout
-log4j.appender.SMALL.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n
\ No newline at end of file
+log4j.appender.SMALL.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n