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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java

    r8813 r8884  
    4141import org.greenstone.gatherer.cdm.LanguageManager;
    4242import org.greenstone.gatherer.cdm.PluginManager;
    43 import org.greenstone.gatherer.checklist.CheckList;
    44 import org.greenstone.gatherer.checklist.CheckListEntry;
    4543import org.greenstone.gatherer.collection.Collection;
    4644import org.greenstone.gatherer.gui.tree.DragTree;
    4745import org.greenstone.gatherer.util.ArrayTools; // just for debug
     46import org.greenstone.gatherer.util.CheckList;
     47import org.greenstone.gatherer.util.CheckListEntry;
    4848import org.greenstone.gatherer.util.StaticStrings;
    4949import org.greenstone.gatherer.util.Utility;
Note: See TracChangeset for help on using the changeset viewer.