Changeset 17012


Ignore:
Timestamp:
2008-08-26T18:36:25+12:00 (16 years ago)
Author:
ak19
Message:

Some comments to explain code Dr Bainbridge recently added in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/collection/CollectionManager.java

    r17009 r17012  
    13141314        MetadataXMLFileManager.loadMetadataXMLFiles(collection_import_directory,collection.toSkimFile());
    13151315
    1316         // Read through the doc.xml files in the archives directory
    1317 
     1316       
     1317        // get rid of the previous scan through docxml files
    13181318        DocXMLFileManager.clearDocXMLFiles();
    13191319
    13201320        if (Configuration.fedora_info.isActive()) { // FLI case
     1321        // Read through the docmets.xml files in the export directory
    13211322        File collection_export_directory = new File(getLoadedCollectionExportDirectoryPath());
    13221323        DocXMLFileManager.loadDocXMLFiles(collection_export_directory,"docmets.xml");
    13231324        }
    13241325        else {
     1326        // Read through the doc.xml files in the archives directory
    13251327        File collection_archives_directory = new File(getLoadedCollectionArchivesDirectoryPath());
    13261328        DocXMLFileManager.loadDocXMLFiles(collection_archives_directory,"doc.xml");
Note: See TracChangeset for help on using the changeset viewer.