Changeset 8761


Ignore:
Timestamp:
2004-12-09T11:10:07+13:00 (19 years ago)
Author:
mdewsnip
Message:

XML plugin descriptions now include an <Explodes> tag that records whether the files a plugin processes can be exploded (eg. ISISPlug).

File:
1 edited

Legend:

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

    r8716 r8761  
    182182    &gsprintf(STDERR, "  <Abstract>$pluginoptions->{'abstract'}</Abstract>\n");
    183183    &gsprintf(STDERR, "  <Inherits>$pluginoptions->{'inherits'}</Inherits>\n");
     184    &gsprintf(STDERR, "  <Explodes>" . ($pluginoptions->{'explodes'} || "no") . "</Explodes>\n");
    184185    &gsprintf(STDERR, "  <Arguments>\n");
    185186    if (defined($pluginoptions->{'args'})) {
Note: See TracChangeset for help on using the changeset viewer.