Changeset 8197


Ignore:
Timestamp:
2004-09-30T16:33:25+12:00 (20 years ago)
Author:
mdewsnip
Message:

Applet needs to send hfiles as well as collect.cfg file to server for building, so changed to just zip up entire etc directory (sending collect.bak is redundant, but it's only one file).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r7960 r8197  
    469469        Utility.upload_url_zip(col_name,"import");
    470470
    471         // upload etc/collect.cfg to server
    472         Utility.zipup(col_name,Utility.CONFIG_FILE);
     471        // upload etc folder to server (need collect.cfg and any hfiles)
     472        Utility.zipup(col_name, "etc");
    473473        Utility.upload_url_zip(col_name,"etc");
    474474
Note: See TracChangeset for help on using the changeset viewer.