Author: ceki Date: Fri May 18 21:59:58 2007 New Revision: 810 Modified: slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
Log: - org.slf4j.impl.SLF4FLogFactory class was renamed as SLF4JLogFactory. The META-INF/services/org.apache.commons.logging.LogFactory resource file did not reflect this change. Problem reported by Terry Todd in bug number 47. See also http://bugzilla.slf4j.org/show_bug.cgi?id=47 Modified: slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory ============================================================================== --- slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory (original) +++ slf4j/trunk/jcl104-over-slf4j/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory Fri May 18 21:59:58 2007 @@ -1,4 +1,4 @@ -org.apache.commons.logging.impl.SLF4FLogFactory +org.apache.commons.logging.impl.SLF4JLogFactory # Axis gets at JCL through its own mechanism as defined by Commons Discovery, which # in turn follows the instructions found at: _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
