Changeset 8205


Ignore:
Timestamp:
2004-10-01T16:45:14+12:00 (20 years ago)
Author:
mdewsnip
Message:

Now uploads collection images directory to server correctly.

File:
1 edited

Legend:

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

    r8197 r8205  
    473473        Utility.upload_url_zip(col_name,"etc");
    474474
    475 
    476         String col_dir = Utility.getCollectDir(Gatherer.config.gsdl_path);
    477 
     475        String col_dir = Utility.getCollectionDir(Gatherer.config.gsdl_path, col_name);
    478476        File img_dir = new File(Utility.getImagesDir(col_dir));
    479477        if (img_dir.exists()) {
Note: See TracChangeset for help on using the changeset viewer.