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

    r25192 r31492  
    7979my $arguments =
    8080    [ { 'name' => "process_exp",
    81     'desc' => "{BasePlugin.process_exp}",
     81    'desc' => "{BaseImporter.process_exp}",
    8282    'type' => "regexp",
    8383    'reqd' => "no",
     
    154154
    155155    my $cbf_self = new ConvertBinaryFile($pluginlist, $inputargs, $hashArgOptLists);
    156     my $self = BasePlugin::merge_inheritance($auto_converter_self, $cbf_self);
     156    my $self = BaseImporter::merge_inheritance($auto_converter_self, $cbf_self);
    157157
    158158    if ($self->{'info_only'}) {
     
    296296    # we are only doing something special for html_multi
    297297    if (!($self->{'openoffice_conversion'} && $self->{'convert_to'} eq "html_multi")) {
    298     return $self->BasePlugin::read(@_);
     298    return $self->BaseImporter::read(@_);
    299299    }
    300300    my $outhandle = $self->{'outhandle'};
Note: See TracChangeset for help on using the changeset viewer.