Ignore:
Timestamp:
2004-11-18T16:45:49+13:00 (20 years ago)
Author:
mdewsnip
Message:

Renamed the two "PlugIn" classes to "Plugin", for our sanity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gems/GEMSPreferences.java

    r8590 r8601  
    4040import org.greenstone.gatherer.cdm.ClassifierManager;
    4141import org.greenstone.gatherer.cdm.LanguageManager;
    42 import org.greenstone.gatherer.cdm.PlugInManager;
     42import org.greenstone.gatherer.cdm.PluginManager;
    4343import org.greenstone.gatherer.checklist.CheckList;
    4444import org.greenstone.gatherer.collection.Collection;
     
    475475        // delete the plugins and classifiers.dat files
    476476               
    477         PlugInManager.clearPlugInCache();
     477        PluginManager.clearPluginCache();
    478478        ClassifierManager.clearClassifierCache();
    479479        }
Note: See TracChangeset for help on using the changeset viewer.