[slf4j-dev] svn commit: r270 - in slf4j/trunk: . src/pom

ceki at slf4j.org ceki at slf4j.org
Mon Sep 5 15:38:58 CEST 2005


Author: ceki
Date: Mon Sep  5 15:38:56 2005
New Revision: 270

Modified:
   slf4j/trunk/build.xml
   slf4j/trunk/src/pom/project-JCL-over-SLF4J.xml
Log:
minor changes

Modified: slf4j/trunk/build.xml
==============================================================================
--- slf4j/trunk/build.xml	(original)
+++ slf4j/trunk/build.xml	Mon Sep  5 15:38:56 2005
@@ -269,7 +269,8 @@
       <fileset dir="./"
                includes="src/**,            
                build.xml,
-               build.properties.sample,
+               build.properties,
+               local.properties.sample,
                INSTALL.txt,
                LICENSE.txt,
       	       ${jcl.jar},

Modified: slf4j/trunk/src/pom/project-JCL-over-SLF4J.xml
==============================================================================
--- slf4j/trunk/src/pom/project-JCL-over-SLF4J.xml	(original)
+++ slf4j/trunk/src/pom/project-JCL-over-SLF4J.xml	Mon Sep  5 15:38:56 2005
@@ -6,7 +6,11 @@
   <currentVersion>@VERSION@</currentVersion>
   <package>/org/slf4j</package>
   <description>
-    See http://www.slf4j.org/ 
+    See http://www.slf4j.org/manual.html#gradual for details
+
+    Please note that jcl104-over-slf4j requires a valid SLF4J
+    binding. However, since the binding can vary according to your
+    taste, the SLF4J requirement is NOT listed in this project file.
 
     Javadocs for the JCL over SLF4J are available at 
     http://www.slf4j.org/api/overview-summary.html



More information about the slf4j-dev mailing list