Ignore:
Timestamp:
2013-05-14T11:17:21+12:00 (11 years ago)
Author:
kjdon
Message:

upgrading gs2 to use Lucene 3 - same as gs3 uses.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/win32.mak

    r24880 r27330  
    286286    for %%i in (bin\*.exe) do \
    287287      if exist %%i copy %%i "$(GSDLHOME)\bin\windows"
    288     if EXIST "lucene-gs\LuceneWrapper.jar" copy "lucene-gs\LuceneWrapper.jar" "$(GSDLHOME)\bin\java"
    289     @if NOT EXIST "lucene-gs\LuceneWrapper.jar" echo Warning: Failed to find lucene-gs\LuceneWrapper.jar. Greenstone will not be able to use Lucene for indexing
     288    if EXIST "lucene-gs\LuceneWrapper3.jar" copy "lucene-gs\LuceneWrapper3.jar" "$(GSDLHOME)\bin\java"
     289    @if NOT EXIST "lucene-gs\LuceneWrapper3.jar" echo Warning: Failed to find lucene-gs\LuceneWrapper3.jar. Greenstone will not be able to use Lucene for indexing
    290290    cd "$(GSDLHOME)"
    291291
Note: See TracChangeset for help on using the changeset viewer.