Changeset 7244


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

made this abstract so it doesn't show up in the GLI plugin list

File:
1 edited

Legend:

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

    r6408 r7244  
    4545my $options = { 'name'     => "XMLPlug",
    4646        'desc'     => "{XMLPlug.desc}",
    47         'abstract' => "no",
     47        'abstract' => "yes",
    4848        'inherits' => "yes",
    4949        'args'     => $arguments };
Note: See TracChangeset for help on using the changeset viewer.