[jboss-cvs] Repository SVN: r27453 - in maven2/org/slf4j/slf4j-log4j12: 1.5.6 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 15 10:45:51 EDT 2009


Author: manaRH
Date: 2009-06-15 10:45:51 -0400 (Mon, 15 Jun 2009)
New Revision: 27453

Added:
   maven2/org/slf4j/slf4j-log4j12/1.5.6/
   maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar
   maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar.sha1
   maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom
   maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom.sha1
Log:
added slf4j-log4j12:1.5.6

Added: maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar.sha1
===================================================================
--- maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar.sha1	                        (rev 0)
+++ maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.jar.sha1	2009-06-15 14:45:51 UTC (rev 27453)
@@ -0,0 +1 @@
+688d569f0d3548f2bc7bf1648aba297312b0076a
\ No newline at end of file

Added: maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom
===================================================================
--- maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom	                        (rev 0)
+++ maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom	2009-06-15 14:45:51 UTC (rev 27453)
@@ -0,0 +1,56 @@
+<project 
+ xmlns="http://maven.apache.org/POM/4.0.0" 
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<parent>
+		<groupId>org.slf4j</groupId>
+		<artifactId>slf4j-parent</artifactId>
+        <version>1.5.6</version>
+	</parent>
+	
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.slf4j</groupId>
+	<artifactId>slf4j-log4j12</artifactId>
+	<packaging>jar</packaging>
+	<name>SLF4J LOG4J-12 Binding</name>
+
+	<url>http://www.slf4j.org</url>
+
+	<description>
+		The slf4j log4j-12 binding
+	</description>
+	
+  <dependencies>
+	  <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>   
+		</dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+		</dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+    	<plugin>
+			  <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-jar-plugin</artifactId>
+              <configuration>
+                <archive>
+                  <manifestEntries>
+                    <Bundle-Version>${project.version}</Bundle-Version>
+                    <Bundle-Description>${project.description}</Bundle-Description>
+                    <Implementation-Version>${project.version}</Implementation-Version>
+                  </manifestEntries>
+                  <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+                </archive>
+              </configuration>			
+          </plugin>
+    </plugins>
+  </build>
+
+</project>
\ No newline at end of file

Added: maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom.sha1
===================================================================
--- maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom.sha1	                        (rev 0)
+++ maven2/org/slf4j/slf4j-log4j12/1.5.6/slf4j-log4j12-1.5.6.pom.sha1	2009-06-15 14:45:51 UTC (rev 27453)
@@ -0,0 +1 @@
+55cb73a7da5646596976f08505cee4acdd1d8556
\ No newline at end of file




More information about the jboss-cvs-commits mailing list