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 _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
