Merge branch 'master' of git://gitorious.org/yacy/rc1.git

pull/1/head
reger 12 years ago
commit 989575b447

@ -70,6 +70,7 @@
<classpathentry kind="lib" path="lib/lucene-suggest-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/solr-core-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/solr-solrj-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-codecs-4.2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-core.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>

@ -72,6 +72,7 @@
<string>$JAVAROOT/lib/lucene-analyzers-common-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-analyzers-phonetic-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-classification-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-codecs-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-core-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-facet-4.2.1.jar</string>
<string>$JAVAROOT/lib/lucene-grouping-4.2.1.jar</string>

@ -192,6 +192,7 @@
<pathelement location="${lib}/lucene-analyzers-common-4.2.1.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-4.2.1.jar" />
<pathelement location="${lib}/lucene-classification-4.2.1.jar" />
<pathelement location="${lib}/lucene-codecs-4.2.1.jar" />
<pathelement location="${lib}/lucene-core-4.2.1.jar" />
<pathelement location="${lib}/lucene-facet-4.2.1.jar" />
<pathelement location="${lib}/lucene-grouping-4.2.1.jar" />

Binary file not shown.
Loading…
Cancel
Save