migration to solrj 3.4.0

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7952 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 14 years ago
parent ffd848c7a9
commit 65ab067491

@ -21,7 +21,7 @@
<classpathentry kind="lib" path="lib/webcat-0.1-swf.jar"/> <classpathentry kind="lib" path="lib/webcat-0.1-swf.jar"/>
<classpathentry kind="lib" path="lib/activation.jar"/> <classpathentry kind="lib" path="lib/activation.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/> <classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="lib/poi-3.6-20091214.jar"/> <classpathentry kind="lib" path="lib/poi-3.6-20091214.jar" sourcepath="/Users/admin/.m2/repository/org/apache/poi/poi/3.6/poi-3.6-sources.jar"/>
<classpathentry kind="lib" path="lib/poi-scratchpad-3.6-20091214.jar"/> <classpathentry kind="lib" path="lib/poi-scratchpad-3.6-20091214.jar"/>
<classpathentry kind="lib" path="lib/bcmail-jdk15-145.jar"/> <classpathentry kind="lib" path="lib/bcmail-jdk15-145.jar"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15-145.jar"/> <classpathentry kind="lib" path="lib/bcprov-jdk15-145.jar"/>
@ -44,10 +44,13 @@
<classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/> <classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/xercesImpl.jar"/> <classpathentry kind="lib" path="lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/> <classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.3.0.jar" sourcepath="/Users/admin/.m2/repository/org/apache/solr/solr-solrj/3.3.0/solr-solrj-3.3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/> <classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.6.1.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/> <classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="lib/geronimo-stax-api_1.0_spec-1.0.1.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/wstx-asl-3.2.7.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.4.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-core.jar"/> <classpathentry kind="lib" path="lib/icu4j-core.jar"/>
<classpathentry kind="output" path="gen"/> <classpathentry kind="output" path="gen"/>

@ -39,7 +39,7 @@
<string>$JAVAROOT/htroot</string> <string>$JAVAROOT/htroot</string>
<string>$JAVAROOT/lib/activation.jar</string> <string>$JAVAROOT/lib/activation.jar</string>
<string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string> <string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string>
<string>$JAVAROOT/lib/apache-solr-solrj-3.3.0.jar</string> <string>$JAVAROOT/lib/apache-solr-solrj-3.4.0.jar</string>
<string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string> <string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string>
<string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string> <string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string>
<string>$JAVAROOT/lib/bzip2.jar</string> <string>$JAVAROOT/lib/bzip2.jar</string>

@ -181,7 +181,7 @@
<pathelement location="${htroot}" /> <pathelement location="${htroot}" />
<pathelement location="${lib}/activation.jar" /> <pathelement location="${lib}/activation.jar" />
<pathelement location="${lib}/apache-mime4j-0.6.jar" /> <pathelement location="${lib}/apache-mime4j-0.6.jar" />
<pathelement location="${lib}/apache-solr-solrj-3.3.0.jar" /> <pathelement location="${lib}/apache-solr-solrj-3.4.0.jar" />
<pathelement location="${lib}/bcmail-jdk15-145.jar" /> <pathelement location="${lib}/bcmail-jdk15-145.jar" />
<pathelement location="${lib}/bcprov-jdk15-145.jar" /> <pathelement location="${lib}/bcprov-jdk15-145.jar" />
<pathelement location="${lib}/bzip2.jar" /> <pathelement location="${lib}/bzip2.jar" />

@ -1,6 +1,6 @@
list of library-dependencies: list of library-dependencies:
* apache-solr-solrj-3.3.0.jar depens on: * apache-solr-solrj-3.4.0.jar depens on:
commons-codec-1.4.jar commons-codec-1.4.jar
commons-httpclient-3.1.jar commons-httpclient-3.1.jar
commons-io-1.4.jar commons-io-1.4.jar

Loading…
Cancel
Save