Ignore:
Timestamp:
2005-07-18T14:14:43+12:00 (19 years ago)
Author:
mdewsnip
Message:

Moved all of the ZIP functions out of Utility and into a new ZipTools class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r10240 r10250  
    5353import org.greenstone.gatherer.collection.Collection;
    5454import org.greenstone.gatherer.util.Utility;
     55import org.greenstone.gatherer.util.ZipTools;
    5556import org.greenstone.gatherer.shell.GBasicProgressMonitor;
    5657import org.greenstone.gatherer.shell.GBuildProgressMonitor;
     
    689690        else if(rebuildTypeRequired == CollectionDesignManager.BUILDCOL) {
    690691            //First upload the collect.cfg file
    691             Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
     692            ZipTools.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    692693            RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    693694
Note: See TracChangeset for help on using the changeset viewer.