Changeset 16397 for gli/trunk


Ignore:
Timestamp:
2008-07-14T16:25:22+12:00 (16 years ago)
Author:
ak19
Message:

Minor change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/Gatherer.java

    r16358 r16397  
    319319        }
    320320        }
    321 
    322         // Start up the local library server, if that's what we want
    323         if (Utility.isWindows() && local_library_path != null && !isGsdlRemote && !GS3) {
    324         LocalLibraryServer.start(gsdl_path, local_library_path);
     321        else { // local greenstone: Start up the local library server, if that's what we want
     322        if (Utility.isWindows() && local_library_path != null && !GS3) {
     323            LocalLibraryServer.start(gsdl_path, local_library_path);
     324        }
    325325        }
    326326       
Note: See TracChangeset for help on using the changeset viewer.