[jboss-cvs] Repository SVN: r22450 - in slf4j: api/1.5.2 and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 3 04:27:35 EST 2009


Author: jmesnil
Date: 2009-02-03 04:27:34 -0500 (Tue, 03 Feb 2009)
New Revision: 22450

Added:
   slf4j/api/1.5.2/
   slf4j/api/1.5.2/component-info.xml
   slf4j/api/1.5.2/lib/
   slf4j/api/1.5.2/lib/slf4j-api-1.5.2.jar
   slf4j/log4j/1.5.2/
   slf4j/log4j/1.5.2/component-info.xml
   slf4j/log4j/1.5.2/lib/
   slf4j/log4j/1.5.2/lib/slf4j-log4j12-1.5.2.jar
Log:
added SLF4J 1.5.2 (API + log4j impl)

Added: slf4j/api/1.5.2/component-info.xml
===================================================================
--- slf4j/api/1.5.2/component-info.xml	                        (rev 0)
+++ slf4j/api/1.5.2/component-info.xml	2009-02-03 09:27:34 UTC (rev 22450)
@@ -0,0 +1,14 @@
+<project name="slf4j-api-component-info">
+   <component id="slf4j/api"
+              licenseType="slf4j"
+              version="1.5.2"
+              projectHome="http://www.slf4j.org/index.html"
+              description="API for Simple Logging Facade for Java">
+      <artifact id="slf4j-api-1.5.2.jar"/>
+      
+      <export>
+         <include input="slf4j-api-1.5.2.jar"/>         
+      </export>
+   </component>
+
+</project>


Property changes on: slf4j/api/1.5.2/component-info.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: slf4j/api/1.5.2/lib/slf4j-api-1.5.2.jar
===================================================================
(Binary files differ)


Property changes on: slf4j/api/1.5.2/lib/slf4j-api-1.5.2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: slf4j/log4j/1.5.2/component-info.xml
===================================================================
--- slf4j/log4j/1.5.2/component-info.xml	                        (rev 0)
+++ slf4j/log4j/1.5.2/component-info.xml	2009-02-03 09:27:34 UTC (rev 22450)
@@ -0,0 +1,14 @@
+<project name="slf4j-log4j-component-info">
+   <component id="slf4j/log4j"
+              licenseType="slf4j"
+              version="1.5.2"
+              projectHome="http://www.slf4j.org/index.html"
+              description="Simple Logging Facade for Java, Log4j Wrapper">
+      <artifact id="slf4j-log4j12-1.5.2.jar"/>
+      
+      <export>
+         <include input="slf4j-log4j12-1.5.2.jar"/>         
+      </export>
+   </component>
+
+</project>


Property changes on: slf4j/log4j/1.5.2/component-info.xml
___________________________________________________________________
Name: svn:executable
   + *

Added: slf4j/log4j/1.5.2/lib/slf4j-log4j12-1.5.2.jar
===================================================================
(Binary files differ)


Property changes on: slf4j/log4j/1.5.2/lib/slf4j-log4j12-1.5.2.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list