Ignore:
Timestamp:
2004-09-22T11:53:21+12:00 (20 years ago)
Author:
mdewsnip
Message:

More improvements to the new metadata code, including language-specific metadata element display and a 5x speed up in the skimming of the doc.xml files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/metadata/MetadataXMLFileManager.java

    r8123 r8131  
    3636        MetadataXMLFile metadata_xml_file = (MetadataXMLFile) metadata_xml_files.get(j);
    3737
    38         // This metadata.xml file is only applicable if it is above or at the same level as the file
    39         // if (current_file_directory.getAbsolutePath().startsWith(metadata_xml_file.getParentFile().getAbsolutePath())) {
    4038        // This metadata.xml file is only applicable if it is at the same level as the file
    4139        if (current_file_directory.getAbsolutePath().equals(metadata_xml_file.getParentFile().getAbsolutePath())) {
Note: See TracChangeset for help on using the changeset viewer.