[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.6.4-14-ge098545

Gitbot git-noreply at pixie.qos.ch
Tue May 8 19:01:54 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  e0985457677dcc7e2db3d14d37a512e4cb483b47 (commit)
      from  d8b43cb95f870840c8068efc4ccdb3487aebd41e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=e0985457677dcc7e2db3d14d37a512e4cb483b47
http://github.com/ceki/slf4j/commit/e0985457677dcc7e2db3d14d37a512e4cb483b47

commit e0985457677dcc7e2db3d14d37a512e4cb483b47
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue May 8 19:01:06 2012 +0200

    indentation changes

diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml
index 5ac9863..c223656 100644
--- a/jcl-over-slf4j/pom.xml
+++ b/jcl-over-slf4j/pom.xml
@@ -1,19 +1,20 @@
-<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">
+<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>
+  <parent>
+    <groupId>org.slf4j</groupId>
+    <artifactId>slf4j-parent</artifactId>
     <version>1.6.5-SNAPSHOT</version>
-	</parent>
-	
-	<modelVersion>4.0.0</modelVersion>
+  </parent>
 
-	<groupId>org.slf4j</groupId>
-	<artifactId>jcl-over-slf4j</artifactId>
-	<packaging>jar</packaging>
-	<name>JCL 1.1.1 implemented over SLF4J</name>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.slf4j</groupId>
+  <artifactId>jcl-over-slf4j</artifactId>
+  <packaging>jar</packaging>
+  <name>JCL 1.1.1 implemented over SLF4J</name>
   <description>JCL 1.1.1 implemented over SLF4J</description>
-	<url>http://www.slf4j.org</url>
+  <url>http://www.slf4j.org</url>
 
 
   <dependencies>
@@ -36,11 +37,11 @@
       <artifactId>slf4j-jdk14</artifactId>
       <scope>test</scope>
     </dependency>
-   
+
   </dependencies>
 
   <build>
-    <plugins>		
+    <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
@@ -53,7 +54,7 @@
             </manifestEntries>
             <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
           </archive>
-        </configuration>			
+        </configuration>
       </plugin>
     </plugins>
   </build>

-----------------------------------------------------------------------

Summary of changes:
 jcl-over-slf4j/pom.xml |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list