Skip to content

Commit

Permalink
upgrade to solr 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Aug 17, 2012
1 parent e651d3e commit 2ccf1db
Show file tree
Hide file tree
Showing 7 changed files with 1,075 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -48,7 +48,6 @@
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.6.0.jar" sourcepath="/Volumes/Raptor/Data/workspace/apache-solr-3.6.0/src/"/>
<classpathentry kind="lib" path="lib/lucene-phonetic-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-spellchecker-3.6.0.jar"/>
Expand All @@ -61,14 +60,15 @@
<classpathentry kind="lib" path="lib/fontbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/jempbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-core-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.6.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"/>
<classpathentry kind="lib" path="lib/jena-2.6.4.jar" sourcepath="/Users/admin/.m2/repository/com/hp/hpl/jena/jena/2.6.4/jena-2.6.4-sources.jar"/>
<classpathentry kind="lib" path="lib/sax-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/arq-2.8.7.jar"/>
<classpathentry kind="lib" path="lib/iri-0.8.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-core-3.6.0.jar" sourcepath="/Volumes/Raptor/Data/workspace/apache-solr-3.6.0/src/java"/>
<classpathentry kind="lib" path="lib/jsoup-1.6.3.jar"/>
<classpathentry kind="output" path="gen"/>
</classpath>
4 changes: 2 additions & 2 deletions addon/YaCy.app/Contents/Info.plist
Expand Up @@ -40,8 +40,8 @@
<string>$JAVAROOT/lib/J7Zip-modified.jar</string>
<string>$JAVAROOT/lib/activation.jar</string>
<string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string>
<string>$JAVAROOT/lib/apache-solr-core-3.6.0.jar</string>
<string>$JAVAROOT/lib/apache-solr-solrj-3.6.0.jar</string>
<string>$JAVAROOT/lib/apache-solr-core-3.6.1.jar</string>
<string>$JAVAROOT/lib/apache-solr-solrj-3.6.1.jar</string>
<string>$JAVAROOT/lib/arq-2.8.7.jar</string>
<string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string>
<string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string>
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -159,8 +159,8 @@
<pathelement location="${lib}/J7Zip-modified.jar" />
<pathelement location="${lib}/activation.jar" />
<pathelement location="${lib}/apache-mime4j-0.6.jar" />
<pathelement location="${lib}/apache-solr-core-3.6.0.jar" />
<pathelement location="${lib}/apache-solr-solrj-3.6.0.jar" />
<pathelement location="${lib}/apache-solr-core-3.6.1.jar" />
<pathelement location="${lib}/apache-solr-solrj-3.6.1.jar" />
<pathelement location="${lib}/arq-2.8.7.jar" />
<pathelement location="${lib}/bcmail-jdk15-145.jar" />
<pathelement location="${lib}/bcprov-jdk15-145.jar" />
Expand Down
File renamed without changes.
Binary file not shown.
1,069 changes: 1,069 additions & 0 deletions lib/apache-solr-solrj-3.6.1.License

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 2ccf1db

Please sign in to comment.