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

    r24548 r31492  
    4949my $arguments =
    5050    [ { 'name' => "process_exp",
    51     'desc' => "{BasePlugin.process_exp}",
     51    'desc' => "{BaseImporter.process_exp}",
    5252    'type' => "regexp",
    5353    'deft' => &get_default_process_exp(),
     
    260260    my $cursection = $doc_obj->get_top_section();
    261261
    262     # if $language not set in config file, will use BasePlugin's default
     262    # if $language not set in config file, will use BaseImporter's default
    263263    if (defined($language)) {
    264264        $doc_obj->add_utf8_metadata($cursection, "Language", $language);
    265265    }
    266     # if $encoding not set in config file, will use BasePlugin's default
     266    # if $encoding not set in config file, will use BaseImporter's default
    267267    if (defined($encoding)) {
    268268        # allow some common aliases
Note: See TracChangeset for help on using the changeset viewer.