You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/30 15:29:21 UTC

svn commit: r1307404 - in /lucene/dev/branches/lucene3930: dev-tools/eclipse/dot.classpath solr/core/ivy.xml solr/solrj/ivy.xml

Author: rmuir
Date: Fri Mar 30 13:29:20 2012
New Revision: 1307404

URL: http://svn.apache.org/viewvc?rev=1307404&view=rev
Log:
LUCENE-3930: fix ant eclipse

Modified:
    lucene/dev/branches/lucene3930/dev-tools/eclipse/dot.classpath
    lucene/dev/branches/lucene3930/solr/core/ivy.xml
    lucene/dev/branches/lucene3930/solr/solrj/ivy.xml

Modified: lucene/dev/branches/lucene3930/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/dev-tools/eclipse/dot.classpath?rev=1307404&r1=1307403&r2=1307404&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/lucene3930/dev-tools/eclipse/dot.classpath Fri Mar 30 13:29:20 2012
@@ -90,19 +90,17 @@
 	<classpathentry kind="src" path="solr/contrib/velocity/src/java"/>
 	<classpathentry kind="src" path="solr/contrib/velocity/src/test"/>
 	<classpathentry kind="src" path="solr/contrib/velocity/src/test-files"/>
-	<classpathentry kind="lib" path="lucene/lib/ant-1.7.1.jar"/>
-	<classpathentry kind="lib" path="lucene/lib/ant-junit-1.7.1.jar"/>
-	<classpathentry kind="lib" path="lucene/lib/junit-4.10.jar"/>
+	<classpathentry kind="lib" path="lucene/test-framework/lib/ant-1.7.1.jar"/>
+	<classpathentry kind="lib" path="lucene/test-framework/lib/ant-junit-1.7.1.jar"/>
+	<classpathentry kind="lib" path="lucene/test-framework/lib/junit-4.10.jar"/>
 	<classpathentry kind="lib" path="lucene/contrib/sandbox/lib/jakarta-regexp-1.4.jar"/>
-	<classpathentry kind="lib" path="modules/analysis/icu/lib/icu4j-4_8_1_1.jar"/>
+	<classpathentry kind="lib" path="modules/analysis/icu/lib/icu4j-4.8.1.1.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/phonetic/lib/commons-codec-1.6.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-fsa-1.5.2.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
 	<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
 	<classpathentry kind="lib" path="modules/benchmark/lib/commons-compress-1.2.jar"/>
 	<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1.jar"/>
-	<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r1211150.jar"/>
-	<classpathentry kind="lib" path="solr/lib/apache-solr-commons-csv-1.0-SNAPSHOT-r966014.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-fileupload-1.2.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/httpclient-4.1.3.jar"/>
 	<classpathentry kind="lib" path="solr/lib/httpcore-4.1.4.jar"/>
@@ -159,13 +157,13 @@
 	<classpathentry kind="lib" path="solr/contrib/extraction/lib/tika-core-1.0.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/extraction/lib/tika-parsers-1.0.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/extraction/lib/xmlbeans-2.3.0.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/langid/lib/langdetect-r111.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/langid/lib/langdetect-c51112119be53a81e59706ce57bacaa90c052284.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/langid/lib/jsonic-1.2.0.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/commons-digester-2.0.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-alchemy-2.3.1.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-calais-2.3.1.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-tagger-2.3.1.jar"/>
-	<classpathentry kind="lib" path="solr/contrib/uima/lib/uima-an-wst-2.3.1.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/uima/lib/AlchemyAPIAnnotator-2.3.1.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/uima/lib/OpenCalaisAnnotator-2.3.1.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/uima/lib/Tagger-2.3.1.jar"/>
+	<classpathentry kind="lib" path="solr/contrib/uima/lib/WhitespaceTokenizer-2.3.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/uima/lib/uimaj-core-2.3.1.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-1.6.4.jar"/>
 	<classpathentry kind="lib" path="solr/contrib/velocity/lib/velocity-tools-2.0.jar"/>

Modified: lucene/dev/branches/lucene3930/solr/core/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/core/ivy.xml?rev=1307404&r1=1307403&r2=1307404&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/core/ivy.xml (original)
+++ lucene/dev/branches/lucene3930/solr/core/ivy.xml Fri Mar 30 13:29:20 2012
@@ -22,7 +22,7 @@
     <dependencies>
       <dependency org="commons-codec" name="commons-codec" rev="1.6" transitive="false"/>
       <dependency org="commons-fileupload" name="commons-fileupload" rev="1.2.1" transitive="false"/>
-      <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.3" transitive="false"/>
+      <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.4" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.1.3" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpmime" rev="4.1.3" transitive="false"/>
       <dependency org="org.slf4j" name="jcl-over-slf4j" rev="1.6.1" transitive="false"/>

Modified: lucene/dev/branches/lucene3930/solr/solrj/ivy.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/solrj/ivy.xml?rev=1307404&r1=1307403&r2=1307404&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/solrj/ivy.xml (original)
+++ lucene/dev/branches/lucene3930/solr/solrj/ivy.xml Fri Mar 30 13:29:20 2012
@@ -22,7 +22,7 @@
     <dependencies>
       <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.4" transitive="false"/>
       <dependency org="org.slf4j" name="log4j-over-slf4j" rev="1.6.1" transitive="false"/>
-      <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.3" transitive="false"/>
+      <dependency org="org.apache.httpcomponents" name="httpcore" rev="4.1.4" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.1.3" transitive="false"/>
       <dependency org="org.apache.httpcomponents" name="httpmime" rev="4.1.3" transitive="false"/>
       <dependency org="commons-io" name="commons-io" rev="2.1" transitive="false"/>