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

    r31479 r31492  
    3333use FileUtils;
    3434use doc;
    35 use EncodingUtil;
     35use CommonUtil;
    3636use plugin;
    3737use arcinfo;
     
    4343
    4444BEGIN {
    45     @ArchivesInfPlugin::ISA = ('EncodingUtil');
     45    @ArchivesInfPlugin::ISA = ('CommonUtil');
    4646}
    4747
     
    7979    push(@{$hashArgOptLists->{"OptList"}},$options);
    8080
    81     my $self = new EncodingUtil($pluginlist, $inputargs, $hashArgOptLists);
     81    my $self = new CommonUtil($pluginlist, $inputargs, $hashArgOptLists);
    8282
    8383    return bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.