Changeset 18591


Ignore:
Timestamp:
2009-02-24T14:04:26+13:00 (15 years ago)
Author:
kjdon
Message:

removed some modegli options to plugin args which shouldn't be there as I don't think they are used here

Location:
gsdl/trunk/perllib/plugins
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugins/BasePlugin.pm

    r18469 r18591  
    130130    # leave default empty so we can tell if its been set or not - if not set will use option from import.pl
    131131    'deft' => "auto",
    132     'reqd' => "no",
    133     'modegli' => "2" },
     132    'reqd' => "no" },
    134133      { 'name' => "OIDmetadata",
    135134    'desc' => "{import.OIDmetadata}",
    136135    'type' => "metadata",
    137136    'deft' => "dc.Identifier",
    138     'reqd' => "no",
    139     'modegli' => "2" },     
     137    'reqd' => "no" },     
    140138#      { 'name' => "use_as_doc_identifier",
    141139#   'desc' => "{BasePlugin.use_as_doc_identifier}",
  • gsdl/trunk/perllib/plugins/EmailPlugin.pm

    r17053 r18591  
    107107    'list' => $extended_oidtype_list,
    108108    'deft' => "auto",
    109     'reqd' => "no",
    110     'modegli' => "2" },
     109    'reqd' => "no" },
    111110      { 'name' => "OIDmetadata",
    112111    'desc' => "{import.OIDmetadata}",
    113112    'type' => "metadata",
    114113    'deft' => "dc.Identifier",
    115     'reqd' => "no",
    116     'modegli' => "2" },
     114    'reqd' => "no" },
    117115      { 'name' => "split_exp",
    118116    'desc' => "{EmailPlugin.split_exp}",
  • gsdl/trunk/perllib/plugins/WordPlugin.pm

    r18406 r18591  
    8888             'desc' => "{StructuredHTMLPlugin.delete_toc}",
    8989             'type' => "flag",
    90              'reqd' => "no",
    91              # set the mode so this doesn't show up unless
    92              # all the following ones do
    93              'modegli' => "3"},
     90             'reqd' => "no" },
    9491               { 'name' => "toc_header",
    9592             'desc' => "{StructuredHTMLPlugin.toc_header}",
Note: See TracChangeset for help on using the changeset viewer.