Ignore:
Timestamp:
2008-10-24T17:45:51+13:00 (16 years ago)
Author:
ak19
Message:

Turned class RemoteGreenstoneServer.java from an all-static class into a regular OOP class. It is now also split into three files (the other two being ActionQueue.java and RemoteGreenstoneServerAction.java).

File:
1 edited

Legend:

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

    r16267 r17612  
    225225
    226226        if (Gatherer.isGsdlRemote) {
    227         String script_output = RemoteGreenstoneServer.getScriptOptions(filename, "");
     227        String script_output = Gatherer.remoteGreenstoneServer.getScriptOptions(filename, "");
    228228        document = XMLTools.parseXML(new StringReader(script_output));
    229229        }
Note: See TracChangeset for help on using the changeset viewer.