You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2011/01/19 09:44:29 UTC

svn commit: r1060713 - in /lucene/dev/branches/branch_3x: dev-tools/eclipse/dot.classpath solr/build.xml solr/lib/apache-solr-noggit-r730138.jar solr/lib/apache-solr-noggit-r944541.jar

Author: uschindler
Date: Wed Jan 19 08:44:29 2011
New Revision: 1060713

URL: http://svn.apache.org/viewvc?rev=1060713&view=rev
Log:
Revert for now:
SOLR-2319: Upgrade the noggit jar on branch_3x to the same version as on trunk
(class/jar file is java 6 only)

Added:
    lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r730138.jar
      - copied unchanged from r1060661, lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r730138.jar
Removed:
    lucene/dev/branches/branch_3x/solr/lib/apache-solr-noggit-r944541.jar
Modified:
    lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/branch_3x/solr/build.xml

Modified: lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath?rev=1060713&r1=1060712&r2=1060713&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Wed Jan 19 08:44:29 2011
@@ -89,7 +89,7 @@
 	<classpathentry kind="lib" path="lucene/contrib/icu/lib/icu4j-4_6.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/lucli/lib/jline.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/queries/lib/jakarta-regexp-1.4.jar"/>
-	<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r944541.jar"/>
+	<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r730138.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-beanutils-1.7.0.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-codec-1.4.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-collections-3.2.1.jar"/>

Modified: lucene/dev/branches/branch_3x/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/build.xml?rev=1060713&r1=1060712&r2=1060713&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/build.xml (original)
+++ lucene/dev/branches/branch_3x/solr/build.xml Wed Jan 19 08:44:29 2011
@@ -868,7 +868,7 @@
       <!-- ========== SOLR ARTIFACTS ========== -->
 
       <m2-deploy  pom.xml="lib/apache-solr-noggit-pom.xml.template"
-                 jar.file="lib/apache-solr-noggit-r944541.jar" />
+                 jar.file="lib/apache-solr-noggit-r730138.jar" />
 
       <m2-deploy pom.xml="contrib/dataimporthandler/solr-dataimporthandler-pom.xml.template"
                  jar.file="${dist}/apache-solr-dataimporthandler-${version}.jar">