Changeset 7243


Ignore:
Timestamp:
2004-04-29T10:44:33+12:00 (20 years ago)
Author:
kjdon
Message:

David said these were abstract plugins so set abstract to yes - GLI won't display them

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

Legend:

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

    r6408 r7243  
    6969my $options = { 'name'     => "ConvertToPlug",
    7070        'desc'     => "{ConvertToPlug.desc}",
    71         'abstract' => "no",
     71        'abstract' => "yes",
    7272        'inherits' => "yes",
    7373        'args'     => $arguments };
  • trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm

    r6408 r7243  
    3838my $options = { 'name'     => "ConvertToRogPlug",
    3939        'desc'     => "{ConvertToRogPlug.desc}",
    40         'abstract' => "no",
     40        'abstract' => "yes",
    4141        'inherits' => "yes" };
    4242
Note: See TracChangeset for help on using the changeset viewer.