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/collection/CollectionManager.java

    r6842 r6879  
    6161import org.greenstone.gatherer.gui.tree.WorkspaceTree;
    6262import org.greenstone.gatherer.msm.ElementWrapper;
    63 import org.greenstone.gatherer.msm.GDMManager;
     63import org.greenstone.gatherer.msm.MetadataXMLFileManager;
    6464import org.greenstone.gatherer.msm.GreenstoneArchiveParser;
    6565import org.greenstone.gatherer.msm.LegacyCollectionImporter;
     
    426426        }
    427427
    428         collection.gdm = new GDMManager();
     428        collection.gdm = new MetadataXMLFileManager();
    429429
    430430        progress.setProgress(3);
     
    872872        }
    873873
    874         // Whether the collection is legacy or not, we should now be able to prepared the GDMManager
    875         collection.gdm = new GDMManager();
     874        // Whether the collection is legacy or not, we should now be able to prepare the MetadataXMLFileManager
     875        collection.gdm = new MetadataXMLFileManager();
    876876
    877877        // Tell everyone that it worked.
Note: See TracChangeset for help on using the changeset viewer.