Ignore:
Timestamp:
2007-01-26T12:30:33+13:00 (17 years ago)
Author:
shaoqun
Message:

added code to pass the skimfile switch to MetadataXMLFileManager

File:
1 edited

Legend:

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

    r13736 r13820  
    962962        }
    963963
    964         MetadataSetManager.clearMetadataSets();
     964            MetadataSetManager.clearMetadataSets();
    965965        MetadataSetManager.loadMetadataSets(collection_metadata_directory);
    966966
     
    980980        // Read through the metadata.xml files in the import directory, building up the metadata value trees
    981981        MetadataXMLFileManager.clearMetadataXMLFiles();
    982         MetadataXMLFileManager.loadMetadataXMLFiles(collection_import_directory);
     982        MetadataXMLFileManager.loadMetadataXMLFiles(collection_import_directory,collection.toSkimFile());
    983983
    984984        // Read through the doc.xml files in the archives directory
Note: See TracChangeset for help on using the changeset viewer.