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

    r29476 r31492  
    4242# precedence in the order given in the ISA list. We want MetaPlugins to
    4343# call MetadataRead's can_process_this_file_for_metadata(), rather than
    44 # calling BasePlugin's version of the same method, so list inherited
     44# calling BaseImporter's version of the same method, so list inherited
    4545# superclasses in this order.
    4646sub BEGIN {
     
    6262    'reqd' => "no" },
    6363      { 'name' => "process_exp",
    64     'desc' => "{BasePlugin.process_exp}",
     64    'desc' => "{BaseImporter.process_exp}",
    6565    'type' => "regexp",
    6666    'reqd' => "no",
Note: See TracChangeset for help on using the changeset viewer.