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/CollectionConfiguration.java

    r17031 r17612  
    37073707        // If we're using a remote Greenstone server, upload the new 'collectionConfig.xml' file
    37083708        if (Gatherer.isGsdlRemote) {
    3709             RemoteGreenstoneServer.uploadCollectionFile (collection_name, collect_cfg_file);
     3709            Gatherer.remoteGreenstoneServer.uploadCollectionFile (collection_name, collect_cfg_file);
    37103710        }
    37113711       
     
    37993799            // If we're using a remote Greenstone server, upload the new collect.cfg file
    38003800            if (Gatherer.isGsdlRemote) {
    3801                 RemoteGreenstoneServer.uploadCollectionFile (collection_name, collect_cfg_file);
     3801                Gatherer.remoteGreenstoneServer.uploadCollectionFile (collection_name, collect_cfg_file);
    38023802            }
    38033803        }
Note: See TracChangeset for help on using the changeset viewer.