added more libraries that are needed by solrj

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

@ -50,6 +50,7 @@
<string>$JAVAROOT/lib/commons-jxpath-1.3.jar</string>
<string>$JAVAROOT/lib/commons-logging-1.1.1.jar</string>
<string>$JAVAROOT/lib/fontbox-1.6.0.jar</string>
<string>$JAVAROOT/lib/geronimo-stax-api_1.0_spec-1.0.1.jar</string>
<string>$JAVAROOT/lib/httpclient-4.1.2.jar</string>
<string>$JAVAROOT/lib/httpcore-4.1.3.jar</string>
<string>$JAVAROOT/lib/httpmime-4.1.2.jar</string>
@ -57,6 +58,7 @@
<string>$JAVAROOT/lib/J7Zip-modified.jar</string>
<string>$JAVAROOT/lib/jakarta-oro-2.0.8.jar</string>
<string>$JAVAROOT/lib/jcifs-1.3.15.jar</string>
<string>$JAVAROOT/lib/jcl-over-slf4j-1.6.1.jar</string>
<string>$JAVAROOT/lib/jempbox-1.6.0.jar</string>
<string>$JAVAROOT/lib/jsch-0.1.42.jar</string>
<string>$JAVAROOT/lib/json-simple-1.1.jar</string>
@ -70,6 +72,7 @@
<string>$JAVAROOT/lib/slf4j-api-1.6.1.jar</string>
<string>$JAVAROOT/lib/slf4j-jdk14-1.6.1.jar</string>
<string>$JAVAROOT/lib/webcat-0.1-swf.jar</string>
<string>$JAVAROOT/lib/wstx-asl-3.2.7.jar</string>
<string>$JAVAROOT/lib/xercesImpl.jar</string>
<string>$JAVAROOT/lib/xml-apis.jar</string>
<string>$JAVAROOT/lib/yacycore.jar</string>

@ -192,6 +192,7 @@
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
<pathelement location="${lib}/fontbox-1.6.0.jar" />
<pathelement location="${lib}/geronimo-stax-api_1.0_spec-1.0.1.jar" />
<pathelement location="${lib}/httpclient-4.1.2.jar" />
<pathelement location="${lib}/httpcore-4.1.3.jar" />
<pathelement location="${lib}/httpmime-4.1.2.jar" />
@ -199,6 +200,7 @@
<pathelement location="${lib}/J7Zip-modified.jar" />
<pathelement location="${lib}/jakarta-oro-2.0.8.jar" />
<pathelement location="${lib}/jcifs-1.3.15.jar" />
<pathelement location="${lib}/jcl-over-slf4j-1.6.1.jar" />
<pathelement location="${lib}/jempbox-1.6.0" />
<pathelement location="${lib}/jsch-0.1.42.jar" />
<pathelement location="${lib}/json-simple-1.1.jar" />
@ -212,6 +214,7 @@
<pathelement location="${lib}/slf4j-api-1.6.1.jar" />
<pathelement location="${lib}/slf4j-jdk14-1.6.1.jar" />
<pathelement location="${lib}/webcat-0.1-swf.jar" />
<pathelement location="${lib}/wstx-asl-3.2.7.jar" />
<pathelement location="${lib}/xercesImpl.jar" />
<pathelement location="${lib}/xml-apis.jar" />
</path>

@ -0,0 +1,14 @@
list of library-dependencies:
* apache-solr-solrj-3.3.0.jar depens on:
commons-codec-1.4.jar
commons-httpclient-3.1.jar
commons-io-1.4.jar
geronimo-stax-api_1.0_spec-1.0.1.jar
jcl-over-slf4j-1.6.1.jar
slf4j-api-1.6.1.jar
wstx-asl-3.2.7.jar
* pdfbox-1.6.0.jar depends on:
fontbox-1.6.0.jar
jempbox-1.6.0.jar

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save