Changeset 11676


Ignore:
Timestamp:
2006-04-21T15:15:59+12:00 (18 years ago)
Author:
kjdon
Message:

added adstract tag or changed Yes to yes for inherits

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

Legend:

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

    r10549 r11676  
    8888        'desc'     => "{DSpacePlug.desc}",
    8989        'inherits' => "yes",
     90        'abstract' => "no",
    9091        'args'     => $arguments };
    9192
  • trunk/gsdl/perllib/plugins/MARCPlug.pm

    r10347 r11676  
    6161        'desc'     => "{MARCPlug.desc}",
    6262        'abstract' => "no",
    63         'inherits' => "Yes",
     63        'inherits' => "yes",
    6464        'explodes' => "yes",
    6565        'args'     => $arguments };
  • trunk/gsdl/perllib/plugins/OggVorbisPlug.pm

    r11193 r11676  
    5555        'desc'     => "{OggVorbisPlug.desc}",
    5656        'inherits' => "yes",
     57        'abstract' => "no",
    5758        'args'     => $arguments };
    5859
  • trunk/gsdl/perllib/plugins/PagedImgPlug.pm

    r11506 r11676  
    222222my $options = { 'name'     => "PagedImgPlug",
    223223        'desc'     => "{PagedImgPlug.desc}",
     224        'abstract' => "no",
    224225        'inherits' => "yes",
    225226        'args'     => $arguments };
  • trunk/gsdl/perllib/plugins/RogPlug.pm

    r11090 r11676  
    5050        'desc'     => "{RogPlug.desc}",
    5151        'abstract' => "no",
    52         'inherits' => "Yes",
     52        'inherits' => "yes",
    5353        'args' => $arguments };
    5454
Note: See TracChangeset for help on using the changeset viewer.