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/cdm/GeneralManager.java

    r17211 r17612  
    344344                // If we're using a remote Greenstone server, upload the image
    345345                if (Gatherer.isGsdlRemote) {
    346                 RemoteGreenstoneServer.uploadCollectionFile(CollectionManager.getLoadedCollectionName(), collection_image_file);
     346                Gatherer.remoteGreenstoneServer.uploadCollectionFile(
     347                                   CollectionManager.getLoadedCollectionName(), collection_image_file);
    347348                }
    348349            }
Note: See TracChangeset for help on using the changeset viewer.