Ignore:
Timestamp:
2006-08-31T17:03:13+12:00 (18 years ago)
Author:
mdewsnip
Message:

Made some of the new plugins/classifiers code static in preparation for possibly moving it into new classes.

File:
1 edited

Legend:

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

    r12631 r12635  
    7171    String plugin_name = element.getAttribute(StaticStrings.TYPE_ATTRIBUTE);
    7272    // Determine the base plugin from the plugin name
    73     Plugin base_plugin = CollectionDesignManager.plugin_manager.getPlugin(plugin_name, true);
     73    Plugin base_plugin = PluginManager.getPlugin(plugin_name, true);
    7474    Plugin plugin = new Plugin(element, base_plugin);
    7575    if (base_plugin == null) {
Note: See TracChangeset for help on using the changeset viewer.