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/cdm/CollectionDesignManager.java

    r10240 r10250  
    4040import org.greenstone.gatherer.RemoteGreenstoneServer;
    4141import org.greenstone.gatherer.util.Utility;
     42import org.greenstone.gatherer.util.ZipTools;
    4243import org.w3c.dom.*;
    4344import org.xml.sax.*;
     
    232233        //If the GLI is running as an applet, and Format Features or Cross-Collection Searching have changed,
    233234        //upload etc/collect.cfg to the server to immediately reflect these changes.
    234         Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
     235        ZipTools.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    235236        RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    236237    }
Note: See TracChangeset for help on using the changeset viewer.