Changeset 16397
- Timestamp:
- 2008-07-14T16:25:22+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gli/trunk/src/org/greenstone/gatherer/Gatherer.java
r16358 r16397 319 319 } 320 320 } 321 322 // Start up the local library server, if that's what we want323 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 } 325 325 } 326 326
Note:
See TracChangeset
for help on using the changeset viewer.