Ignore:
Timestamp:
2005-07-13T11:58:35+12:00 (19 years ago)
Author:
mdewsnip
Message:

Moved functions to do with using a remote Greenstone server out of GathererApplet.java and into RemoteGreenstoneServer.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java

    r10237 r10240  
    3737import org.greenstone.gatherer.Dictionary;
    3838import org.greenstone.gatherer.Gatherer;
    39 import org.greenstone.gatherer.GathererApplet;
    4039import org.greenstone.gatherer.LocalLibraryServer;
     40import org.greenstone.gatherer.RemoteGreenstoneServer;
    4141import org.greenstone.gatherer.util.Utility;
    4242import org.w3c.dom.*;
     
    233233        //upload etc/collect.cfg to the server to immediately reflect these changes.
    234234        Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    235         GathererApplet.upload_url_zip(collection_name, "etc", "", null);
     235        RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    236236    }
    237237   
Note: See TracChangeset for help on using the changeset viewer.