Author: ceki
Date: Mon Nov 28 19:21:42 2005
New Revision: 440

Added:
   slf4j/trunk/lib/commons-logging-1.0.4.jar   (contents, props changed)
   slf4j/trunk/src/pom/project-jcl.xml
Modified:
   slf4j/trunk/   (props changed)
   slf4j/trunk/ibiblio.xml
Log:
minor additions

Modified: slf4j/trunk/ibiblio.xml
==============================================================================
--- slf4j/trunk/ibiblio.xml     (original)
+++ slf4j/trunk/ibiblio.xml     Mon Nov 28 19:21:42 2005
@@ -25,7 +25,7 @@
          slf4j-${impl}-${version}.jar" />
        </target>
 
-       <target name="bundle" depends="nop, simple, log4j12, log4j13, jdk14, 
JCL">
+       <target name="bundle" depends="nop, simple, log4j12, log4j13, jdk14, 
jcl, JOS">
 
        </target>
 
@@ -47,6 +47,12 @@
                </antcall>
        </target>
 
+       <target name="jcl">
+               <antcall target="bundle-IMPL">
+                       <param name="impl" value="jcl" />
+               </antcall>
+       </target>
+               
        <target name="log4j12">
                <antcall target="bundle-IMPL">
                        <param name="impl" value="log4j12" />
@@ -60,7 +66,7 @@
        </target>
                                
 
-       <target name="JCL">
+       <target name="JOS">
                <mkdir dir="tmp/ibiblio" />
                <delete>
                        <fileset dir="tmp/ibiblio" includes="**/*" />

Added: slf4j/trunk/lib/commons-logging-1.0.4.jar
==============================================================================
Binary file. No diff available.

Added: slf4j/trunk/src/pom/project-jcl.xml
==============================================================================
--- (empty file)
+++ slf4j/trunk/src/pom/project-jcl.xml Mon Nov 28 19:21:42 2005
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<project>
+  <id>slf4j-jcl</id>
+  <groupId>org.slf4j</groupId>
+  <name>slf4j-jcl</name>
+  <currentVersion>@VERSION@</currentVersion>
+  <package>/org/slf4j</package>
+  <description>
+    See http://www.slf4j.org/ 
+
+    Javadocs for the JCLLoggerAdapter are available at 
+    http://www.slf4j.org/api/org/slf4j/impl/JCLLoggerAdapter.html 
+
+  </description>
+</project>
+
_______________________________________________
dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/dev

Reply via email to