[slf4j-dev] svn commit: r669 - in slf4j/trunk/jcl104-over-slf4j/src/main/resources: . META-INF META-INF/services

ceki at slf4j.org ceki at slf4j.org
Wed Dec 20 23:04:57 CET 2006


Author: ceki
Date: Wed Dec 20 23:04:56 2006
New Revision: 669

Added:
   slf4j/trunk/jcl104-over-slf4j/src/main/resources/
   slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/
   slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/
   slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory

Log:
adding missing services file as reported in bug report 33. See also http://bugzilla.slf4j.org/show_bug.cgi?id=33

Added: slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
==============================================================================
--- (empty file)
+++ slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory	Wed Dec 20 23:04:56 2006
@@ -0,0 +1,5 @@
+org.apache.commons.logging.impl.SLF4FLogFactory
+
+# Axis gets at JCL through its own mechanism as defined by Commons Discovery, which
+# in turn follows the instructions found at: 
+# http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service Provider



More information about the slf4j-dev mailing list