Ignore:
Timestamp:
2006-07-19T15:55:48+12:00 (18 years ago)
Author:
mdewsnip
Message:

Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the worst that could happen?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile

    r12242 r12255  
    22
    33#CLASSPATH = ./lib/lucene-1.4.jar:./lib/soap.jar:./lib/xercesImpl.jar:./lib/xalan.jar:./lib/xml-apis.jar
    4 CLASSPATH = ./lib/lucene-1.4.1.jar:classes
     4LUCENE_JAR = ./lib/lucene-core-2.0.0.jar
     5CLASSPATH = $(LUCENE_JAR):classes
    56
    67
     
    1011
    1112jar:
    12     cd classes && jar xf ../lib/lucene-1.4.1.jar
     13    cd classes && jar xf ../$(LUCENE_JAR)
    1314    jar cvf LuceneWrap.jar -C classes .
    1415
Note: See TracChangeset for help on using the changeset viewer.