You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/02/17 23:14:09 UTC

svn commit: r1071812 - in /lucene/dev/trunk: dev-tools/eclipse/ dev-tools/maven/ solr/lib/

Author: yonik
Date: Thu Feb 17 22:14:08 2011
New Revision: 1071812

URL: http://svn.apache.org/viewvc?rev=1071812&view=rev
Log:
SOLR-2373: update to slf4j 1.6.1

Added:
    lucene/dev/trunk/solr/lib/jcl-over-slf4j-1.6.1.jar   (with props)
    lucene/dev/trunk/solr/lib/log4j-over-slf4j-1.6.1.jar   (with props)
    lucene/dev/trunk/solr/lib/slf4j-api-1.6.1.jar   (with props)
    lucene/dev/trunk/solr/lib/slf4j-jdk14-1.6.1.jar   (with props)
Removed:
    lucene/dev/trunk/solr/lib/jcl-over-slf4j-1.5.5.jar
    lucene/dev/trunk/solr/lib/log4j-over-slf4j-1.5.5.jar
    lucene/dev/trunk/solr/lib/slf4j-api-1.5.5.jar
    lucene/dev/trunk/solr/lib/slf4j-jdk14-1.5.5.jar
Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath
    lucene/dev/trunk/dev-tools/maven/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1071812&r1=1071811&r2=1071812&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Thu Feb 17 22:14:08 2011
@@ -107,12 +107,12 @@
 	<classpathentry kind="lib" path="solr/lib/easymock.jar"/>
 	<classpathentry kind="lib" path="solr/lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/guava-r05.jar"/>
-	<classpathentry kind="lib" path="solr/lib/jcl-over-slf4j-1.5.5.jar"/>
+	<classpathentry kind="lib" path="solr/lib/jcl-over-slf4j-1.6.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/junit-4.7.jar"/>
-	<classpathentry kind="lib" path="solr/lib/log4j-over-slf4j-1.5.5.jar"/>
+	<classpathentry kind="lib" path="solr/lib/log4j-over-slf4j-1.6.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/servlet-api-2.4.jar"/>
-	<classpathentry kind="lib" path="solr/lib/slf4j-api-1.5.5.jar"/>
-	<classpathentry kind="lib" path="solr/lib/slf4j-jdk14-1.5.5.jar"/>
+	<classpathentry kind="lib" path="solr/lib/slf4j-api-1.6.1.jar"/>
+	<classpathentry kind="lib" path="solr/lib/slf4j-jdk14-1.6.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/velocity-1.6.4.jar"/>
 	<classpathentry kind="lib" path="solr/lib/velocity-tools-2.0.jar"/>
 	<classpathentry kind="lib" path="solr/lib/wstx-asl-3.2.7.jar"/>

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1071812&r1=1071811&r2=1071812&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Thu Feb 17 22:14:08 2011
@@ -42,7 +42,7 @@
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
     <java.compat.version>1.5</java.compat.version>
     <jetty.version>6.1.26</jetty.version>
-    <slf4j.version>1.5.5</slf4j.version>
+    <slf4j.version>1.6.1</slf4j.version>
     <tika.version>0.8</tika.version>
     <uima.version>${project.version}</uima.version>
   </properties>

Added: lucene/dev/trunk/solr/lib/jcl-over-slf4j-1.6.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/jcl-over-slf4j-1.6.1.jar?rev=1071812&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/trunk/solr/lib/log4j-over-slf4j-1.6.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/log4j-over-slf4j-1.6.1.jar?rev=1071812&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/trunk/solr/lib/slf4j-api-1.6.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/slf4j-api-1.6.1.jar?rev=1071812&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/trunk/solr/lib/slf4j-jdk14-1.6.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/slf4j-jdk14-1.6.1.jar?rev=1071812&view=auto
==============================================================================
Binary file - no diff available.