Ignore:
Timestamp:
2005-02-24T13:57:06+13:00 (19 years ago)
Author:
mdewsnip
Message:

More improvements to the GLI applet, by Matthew Whyte. Now only uploads source documents if the files or metadata has changed, and only downloads the doc.xml files rather than the whole archives directory.

File:
1 edited

Legend:

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

    r9095 r9166  
    216216        if (formats_changed && Gatherer.c_man.built()) {
    217217        // upload etc/collect.cfg to server to reflect changes
    218         Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null);
     218        Utility.zipup(Gatherer.getCollectDirectoryPath(), collection_name, Utility.CONFIG_FILE, null, "", "");
    219219        GathererApplet.upload_url_zip(collection_name, "etc", null);
    220220        }
Note: See TracChangeset for help on using the changeset viewer.