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

    r24548 r31492  
    6868no strict 'refs'; # allow filehandles to be variables and viceversa
    6969
    70 # ReferPlugin is a sub-class of BasePlugin.
     70# ReferPlugin is a sub-class of BaseImporter.
    7171sub BEGIN {
    7272    @ReferPlugin::ISA = ('MetadataRead', 'SplitTextFile');
     
    7575my $arguments =
    7676    [ { 'name' => "process_exp",
    77     'desc' => "{BasePlugin.process_exp}",
     77    'desc' => "{BaseImporter.process_exp}",
    7878    'type' => "regexp",
    7979    'deft' => &get_default_process_exp(),
Note: See TracChangeset for help on using the changeset viewer.