greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 16397

Show
Ignore:
Timestamp:
2008-07-14 16:25:22 (3 months ago)
Author:
ak19
Message:

Minor change.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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