Ignore:
Timestamp:
2005-01-11T09:19:52+13:00 (19 years ago)
Author:
mdewsnip
Message:

Moved the two CheckList classes into the util package, and removed the checklist package.

Location:
trunk/gli/src/org/greenstone/gatherer/cdm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/IndexManager.java

    r8802 r8884  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.checklist.CheckList;
    3938import org.greenstone.gatherer.gui.GComboBox;
    4039import org.greenstone.gatherer.gui.GLIButton;
    4140import org.greenstone.gatherer.metadata.MetadataElement;
    4241import org.greenstone.gatherer.metadata.MetadataSetManager;
     42import org.greenstone.gatherer.util.CheckList;
    4343import org.greenstone.gatherer.util.StaticStrings;
    4444import org.greenstone.gatherer.util.Utility;
  • trunk/gli/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r8590 r8884  
    3636import org.greenstone.gatherer.Dictionary;
    3737import org.greenstone.gatherer.Gatherer;
    38 import org.greenstone.gatherer.checklist.CheckList;
    39 import org.greenstone.gatherer.checklist.CheckListEntry;
    4038import org.greenstone.gatherer.collection.BasicCollectionConfiguration;
     39import org.greenstone.gatherer.util.CheckList;
     40import org.greenstone.gatherer.util.CheckListEntry;
    4141import org.greenstone.gatherer.util.StaticStrings;
    4242import org.greenstone.gatherer.util.Utility;
Note: See TracChangeset for help on using the changeset viewer.