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/IndexPlugin.pm

    r16392 r31492  
    5353
    5454use plugin;
    55 use BasePlugin;
     55use BaseImporter;
    5656use doc;
    5757use util;
     
    6262
    6363sub BEGIN {
    64     @IndexPlugin::ISA = ('BasePlugin');
     64    @IndexPlugin::ISA = ('BaseImporter');
    6565}
    6666
     
    8181    push(@{$hashArgOptLists->{"OptList"}},$options);
    8282
    83     my $self = new BasePlugin($pluginlist, $inputargs, $hashArgOptLists);
     83    my $self = new BaseImporter($pluginlist, $inputargs, $hashArgOptLists);
    8484
    8585    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.