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

    r30742 r31492  
    6262       'deft' => "html" },   
    6363     { 'name' => "process_exp",
    64        'desc' => "{BasePlugin.process_exp}",
     64       'desc' => "{BaseImporter.process_exp}",
    6565       'type' => "regexp",
    6666       'deft' => &get_default_process_exp(),
    6767       'reqd' => "no" },
    6868     { 'name' => "block_exp",
    69        'desc' => "{BasePlugin.block_exp}",
     69       'desc' => "{BaseImporter.block_exp}",
    7070       'type' => "regexp",
    7171       'deft' => &get_default_block_exp() },
     
    126126    my $auto_converter_self = new AutoLoadConverters($pluginlist,$inputargs,$hashArgOptLists,["PDFBoxConverter"],1);
    127127    my $cbf_self = new ConvertBinaryFile($pluginlist, $inputargs, $hashArgOptLists);
    128     my $self = BasePlugin::merge_inheritance($auto_converter_self, $cbf_self);
     128    my $self = BaseImporter::merge_inheritance($auto_converter_self, $cbf_self);
    129129   
    130130    if ($self->{'info_only'}) {
Note: See TracChangeset for help on using the changeset viewer.