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

    r28563 r31492  
    8585      ];
    8686
    87 # add in all the standard options from BasePlugin
    88 unshift (@$extended_oidtype_list, @{$BasePlugin::oidtype_list});
     87# add in all the standard options from BaseImporter
     88unshift (@$extended_oidtype_list, @{$BaseImporter::oidtype_list});
    8989
    9090my $arguments =
    9191    [ { 'name' => "process_exp",
    92     'desc' => "{BasePlugin.process_exp}",
     92    'desc' => "{BaseImporter.process_exp}",
    9393    'type' => "regexp",
    9494    'reqd' => "no",
Note: See TracChangeset for help on using the changeset viewer.