Ignore:
Timestamp:
2004-02-24T13:09:55+13:00 (20 years ago)
Author:
mdewsnip
Message:

Renamed GDM* classes to MetadataXMLFile*, for our sanity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r6770 r6879  
    254254        return true;
    255255    }
    256     // A file not found exception is most likely thrown because the directory the metadata.xml file is attempting to be written to no longer has any files in it. I'll add a test in GDMDocument to test for this, but if it still happens ignore it (a non-existant directory can't really have metadata added to it any way.
     256    // A file not found exception is most likely thrown because the directory the metadata.xml file is attempting to be written to no longer has any files in it. I'll add a test in MetadataXMLFile to test for this, but if it still happens ignore it (a non-existant directory can't really have metadata added to it any way.
    257257    catch (Exception exception) {
    258258        if(!file.getName().endsWith(METADATA_XML)) {
Note: See TracChangeset for help on using the changeset viewer.