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/gui/CreatePane.java

    r10237 r10240  
    4848import org.greenstone.gatherer.Dictionary;
    4949import org.greenstone.gatherer.Gatherer;
    50 import org.greenstone.gatherer.GathererApplet;
     50import org.greenstone.gatherer.RemoteGreenstoneServer;
    5151import org.greenstone.gatherer.cdm.SearchTypeManager;
    5252import org.greenstone.gatherer.cdm.CollectionDesignManager;
     
    690690            //First upload the collect.cfg file
    691691            Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    692             GathererApplet.upload_url_zip(collection_name, "etc", "", null);
     692            RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    693693
    694694            //Just run the buildcol command.
Note: See TracChangeset for help on using the changeset viewer.