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

    r27787 r31492  
    155155}
    156156
    157 # needs to be called after BasePlugin init, so that outhandle is set up.
     157# needs to be called after BaseImporter init, so that outhandle is set up.
    158158sub init {
    159159    my $self = shift(@_);
     
    318318    }
    319319
    320     #overwrite the ones added in BasePlugin
     320    #overwrite the ones added in BaseImporter
    321321    $doc_obj->set_metadata_element ($section, "FileFormat", $type);
    322322    my $sys_file_size = &FileUtils::fileSize($filename_full_path);
Note: See TracChangeset for help on using the changeset viewer.