Ignore:
Timestamp:
2014-07-16T21:20:11+12:00 (10 years ago)
Author:
ak19
Message:

Part of port from lucene3.3.0 to lucene4.7.2. LuceneWrapper related. Changes to Greenstone3's main src code, build.xml and .classpath file, to swith over from using Lucene3Wrapper to Lucene4Wrapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/.classpath

    r27142 r29143  
    1515    <classpathentry kind="lib" path="gs2build/bin/java/GLIServer.jar"/>
    1616    <classpathentry kind="lib" path="gs2build/bin/java/JDBMWrapper.jar"/>
    17     <classpathentry kind="lib" path="gs2build/bin/java/LuceneWrapper3.jar"/>
     17    <classpathentry kind="lib" path="gs2build/bin/java/LuceneWrapper4.jar"/>
    1818    <classpathentry kind="lib" path="gs2build/bin/java/xalan.jar"/>
    1919    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-core-2.3.2.jar"/>
    2020    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-core-3.3.0.jar"/>
    21     <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/LuceneWrapper3.jar"/>
     21    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-core-4.7.2.jar"/>
     22    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-analyzers-common-4.7.2.jar"/>
     23    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-analyzers-kuromoji-4.7.2.jar"/>
     24    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/lib/lucene-analyzers-queryparser-4.7.2.jar"/>
     25    <classpathentry kind="lib" path="gs2build/common-src/indexers/lucene-gs/LuceneWrapper4.jar"/>
    2226    <classpathentry kind="lib" path="gs2build/common-src/indexers/mg/mg.jar"/>
    2327    <classpathentry kind="lib" path="gs2build/common-src/indexers/mgpp/mgpp.jar"/>
     
    7579    <classpathentry kind="lib" path="web/WEB-INF/lib/log4j-1.2.8.jar"/>
    7680    <classpathentry kind="lib" path="web/WEB-INF/lib/lucene-1.4.1.jar"/>
    77     <classpathentry kind="lib" path="web/WEB-INF/lib/LuceneWrapper3.jar"/>
     81    <classpathentry kind="lib" path="web/WEB-INF/lib/LuceneWrapper4.jar"/>
    7882    <classpathentry kind="lib" path="web/WEB-INF/lib/mail.jar"/>
    7983    <classpathentry kind="lib" path="web/WEB-INF/lib/maxent-2.4.0.jar"/>
Note: See TracChangeset for help on using the changeset viewer.