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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 28 03:44:13 EST 2007


Author: jmesnil
Date: 2007-11-28 03:44:13 -0500 (Wed, 28 Nov 2007)
New Revision: 1979

Added:
   slf4j/api/
   slf4j/api/1.4.3/
   slf4j/api/1.4.3/component-info.xml
   slf4j/api/1.4.3/lib/
   slf4j/api/1.4.3/lib/slf4j-api-1.4.3.jar
   slf4j/log4j/
   slf4j/log4j/1.4.3/
Removed:
   slf4j/1.4.3/
Modified:
   slf4j/log4j/1.4.3/component-info.xml
Log:
* splitted slf4j into 2 subcomponents: api & log4j

Added: slf4j/api/1.4.3/component-info.xml
===================================================================
--- slf4j/api/1.4.3/component-info.xml	                        (rev 0)
+++ slf4j/api/1.4.3/component-info.xml	2007-11-28 08:44:13 UTC (rev 1979)
@@ -0,0 +1,14 @@
+<project name="slf4j-api-component-info">
+   <component id="slf4j-api"
+              licenseType="slf4j"
+              version="1.4.3"
+              projectHome="http://www.slf4j.org/index.html"
+              description="API for Simple Logging Facade for Java">
+      <artifact id="slf4j-api-1.4.3.jar"/>
+      
+      <export>
+         <include input="slf4j-api-1.4.3.jar"/>         
+      </export>
+   </component>
+
+</project>


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

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


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

Copied: slf4j/log4j/1.4.3 (from rev 1960, slf4j/1.4.3)

Modified: slf4j/log4j/1.4.3/component-info.xml
===================================================================
--- slf4j/1.4.3/component-info.xml	2007-11-27 14:23:24 UTC (rev 1960)
+++ slf4j/log4j/1.4.3/component-info.xml	2007-11-28 08:44:13 UTC (rev 1979)
@@ -1,9 +1,9 @@
-<project name="slf4j-component-info">
-   <component id="slf4j"
+<project name="slf4j-log4j-component-info">
+   <component id="slf4j-log4j"
               licenseType="slf4j"
               version="1.4.3"
               projectHome="http://www.slf4j.org/index.html"
-              description="Simple Logging Facade for Java">
+              description="Simple Logging Facade for Java, Log4j Wrapper">
       <artifact id="slf4j-log4j12.jar"/>
       
       <export>




More information about the jboss-cvs-commits mailing list