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

Part of port from lucene3.3.0 to lucene4.7.2. Updating common-src makefiles to use LuceneWrapper4 instead of LuceneWrapper3.

File:
1 edited

Legend:

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

    r27330 r29147  
    286286    for %%i in (bin\*.exe) do \
    287287      if exist %%i copy %%i "$(GSDLHOME)\bin\windows"
    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
     288    if EXIST "lucene-gs\LuceneWrapper4.jar" copy "lucene-gs\LuceneWrapper4.jar" "$(GSDLHOME)\bin\java"
     289    @if NOT EXIST "lucene-gs\LuceneWrapper4.jar" echo Warning: Failed to find lucene-gs\LuceneWrapper4.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.