Ignore:
Timestamp:
2004-10-08T14:33:22+13:00 (20 years ago)
Author:
mdewsnip
Message:

Moved the download_url_zip and upload_url_zip functions from Utility into GathererApplet, since they depend on the Gatherer class.

File:
1 edited

Legend:

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

    r8249 r8250  
    3737import org.greenstone.gatherer.Dictionary;
    3838import org.greenstone.gatherer.Gatherer;
     39import org.greenstone.gatherer.GathererApplet;
    3940import org.greenstone.gatherer.util.GSDLSiteConfig;
    4041import org.greenstone.gatherer.util.Utility;
     
    226227          // upload etc/collect.cfg to server to reflect changes
    227228          Utility.zipup(col_name,Utility.CONFIG_FILE);
    228           Utility.upload_url_zip(col_name,"etc");
     229          GathererApplet.upload_url_zip(col_name,"etc");
    229230      }
    230231      }
Note: See TracChangeset for help on using the changeset viewer.