Ignore:
Timestamp:
2005-11-09T14:17:22+13:00 (18 years ago)
Author:
kjdon
Message:

now uploads the whole etc directory instead of just the collect.cfg file - need to do this sue to the way the upload script works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsdl-2_62-distribution-branch/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java

    r10611 r10875  
    511511        if (Gatherer.isGsdlRemote) {
    512512            String collection_name = Gatherer.c_man.getCollection().getName();
    513             ZipTools.zipup(Gatherer.getCollectDirectoryPath(), collection_name, "collect.cfg", null, "", "");
     513            ZipTools.zipup(Gatherer.getCollectDirectoryPath(), collection_name, "etc", null, "", "");
    514514            RemoteGreenstoneServer.upload_url_zip(collection_name, "etc", "", null);
    515515        }
Note: See TracChangeset for help on using the changeset viewer.