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

    r28563 r31492  
    4242my $arguments =
    4343    [ { 'name' => "process_exp",
    44     'desc' => "{BasePlugin.process_exp}",
     44    'desc' => "{BaseImporter.process_exp}",
    4545    'type' => "regexp",
    4646    'deft' => "&get_default_process_exp()", # delayed (see below)
     
    142142
    143143    my $cbf_self = new ConvertBinaryFile($pluginlist, $inputargs, $hashArgOptLists);
    144     my $self = BasePlugin::merge_inheritance($auto_converter_self, $cbf_self);
     144    my $self = BaseImporter::merge_inheritance($auto_converter_self, $cbf_self);
    145145
    146146    if ($self->{'info_only'}) {
Note: See TracChangeset for help on using the changeset viewer.