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

    r28563 r31492  
    7171    'reqd' => "no" },
    7272       { 'name' => "process_exp",
    73     'desc' => "{BasePlugin.process_exp}",
     73    'desc' => "{BaseImporter.process_exp}",
    7474    'type' => "regexp",
    7575    'deft' => &get_default_process_exp(),
    7676    'reqd' => "no" },
    7777      { 'name' => "block_exp",
    78     'desc' => "{BasePlugin.block_exp}",
     78    'desc' => "{BaseImporter.block_exp}",
    7979    'type' => "regexp",
    8080    'deft' => &get_default_block_exp() }
     
    585585
    586586
    587 # Override ConvertBinaryFile (ie BasePlugin) read
     587# Override ConvertBinaryFile (ie BaseImporter) read
    588588# Needed so multiple .item files generated are sent down secondary plugin
    589589# and the resulting doc_objs all processed.
Note: See TracChangeset for help on using the changeset viewer.