You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2011/05/20 21:37:56 UTC

svn commit: r1125525 - in /lucene/dev/branches/branch_3x: dev-tools/eclipse/dot.classpath solr/contrib/clustering/lib/simple-xml-2.3.5.jar solr/contrib/clustering/lib/simple-xml-2.4.1.jar solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template

Author: stanislaw
Date: Fri May 20 19:37:55 2011
New Revision: 1125525

URL: http://svn.apache.org/viewvc?rev=1125525&view=rev
Log:
SOLR-2448: Updating SimpleXML JAR to version 2.4.1 for consistency with the Maven dependency declaration

Added:
    lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/simple-xml-2.4.1.jar   (with props)
Removed:
    lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/simple-xml-2.3.5.jar
Modified:
    lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template

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=1125525&r1=1125524&r2=1125525&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/branch_3x/dev-tools/eclipse/dot.classpath Fri May 20 19:37:55 2011
@@ -129,7 +129,7 @@
 	<classpathentry kind="lib" path="solr/contrib/clustering/lib/jackson-mapper-asl-1.5.2.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/clustering/lib/mahout-collections-0.3.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/clustering/lib/mahout-math-0.3.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/clustering/lib/simple-xml-2.3.5.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/clustering/lib/simple-xml-2.4.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/dataimporthandler/lib/activation-1.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/dataimporthandler/lib/mail-1.4.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/extraction/lib/asm-3.1.jar"/>

Added: lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/simple-xml-2.4.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/simple-xml-2.4.1.jar?rev=1125525&view=auto
==============================================================================
Binary file - no diff available.

Modified: lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template?rev=1125525&r1=1125524&r2=1125525&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template (original)
+++ lucene/dev/branches/branch_3x/solr/contrib/clustering/lib/solr-carrot2-core-pom.xml.template Fri May 20 19:37:55 2011
@@ -93,7 +93,6 @@
       <groupId>org.simpleframework</groupId>
       <artifactId>simple-xml</artifactId>
       <version>2.4.1</version>
-      <scope>compile</scope>
     </dependency>
 
     <dependency>