Ignore:
Timestamp:
2004-11-24T15:00:44+13:00 (20 years ago)
Author:
mdewsnip
Message:

Removed more dead code, and moved most of the XML stuff out of Utility and into XMLTools.

File:
1 edited

Legend:

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

    r8313 r8652  
    533533
    534534
    535             Utility.delete(Gatherer.c_man.getCollectionArchive()); // remove current archives
     535            Utility.delete(Gatherer.c_man.getCollectionArchives()); // remove current archives
    536536            GathererApplet.download_url_zip(col_name,"archives");
    537537            Utility.unzip(col_name);
     
    545545        fireMessage(type, typeAsString(type) + "> " + Dictionary.get("GShell.Parsing_Metadata_Start"), status, null);
    546546        DocXMLFileManager.clearDocXMLFiles();
    547         DocXMLFileManager.loadDocXMLFiles(new File(Gatherer.c_man.getCollectionArchive()));
     547        DocXMLFileManager.loadDocXMLFiles(new File(Gatherer.c_man.getCollectionArchives()));
    548548        fireMessage(type, typeAsString(type) + "> " + Dictionary.get("GShell.Parsing_Metadata_Complete"), status, null);
    549549        }
Note: See TracChangeset for help on using the changeset viewer.