Ignore:
Timestamp:
2017-03-13T11:12:37+13:00 (7 years ago)
Author:
kjdon
Message:

renamed EncodingUtil to CommonUtil, BasePlugin to BaseImporter. The idea is that only top level plugins that you can specify in your collection get to have plugin in their name. Modified all other plugins to reflect these name changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/AutoLoadConverters.pm

    r24728 r31492  
    117117    my $pi_self = new PrintInfo($pluginlist, $inputargs, $hashArgOptLists, 1);
    118118    push (@self_array, $pi_self);
    119     $self = BasePlugin::merge_inheritance(@self_array);
     119    $self = BaseImporter::merge_inheritance(@self_array);
    120120
    121121    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.