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

    r31480 r31492  
    6262my $arguments =
    6363    [ { 'name' => "process_exp",
    64     'desc' => "{BasePlugin.process_exp}",
     64    'desc' => "{BaseImporter.process_exp}",
    6565    'type' => "string",
    6666    'deft' => &get_default_process_exp(),
     
    7979    'reqd' => "no" },
    8080      { 'name' => "block_exp",
    81     'desc' => "{BasePlugin.block_exp}",
     81    'desc' => "{BaseImporter.block_exp}",
    8282    'type' => "regexp",
    8383    'deft' => &get_default_block_exp(),
     
    320320
    321321    # Temporarily store associate file info in metadata table
    322     # This will be removed in 'extra_metadata' in BasePlugin and used
     322    # This will be removed in 'extra_metadata' in BaseImporter and used
    323323    # to perform the actual file association (once the doc obj has
    324324    # been formed
Note: See TracChangeset for help on using the changeset viewer.