Ignore:
Timestamp:
2008-11-06T14:17:42+13:00 (15 years ago)
Author:
kjdon
Message:

renamed GAPlugin to GreenstoneXMLPlugin

File:
1 moved

Legend:

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

    r17739 r17740  
    11###########################################################################
    22#
    3 # GAPlugin.pm
     3# GreenstoneXMLPlugin.pm
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    2929# to their DTD.
    3030
    31 package GAPlugin;
     31package GreenstoneXMLPlugin;
    3232
    3333use ReadXMLFile;
     
    3737
    3838sub BEGIN {
    39     @GAPlugin::ISA = ('ReadXMLFile');
     39    @GreenstoneXMLPlugin::ISA = ('ReadXMLFile');
    4040}
    4141
     
    5454    'reqd' => "no" } ];
    5555
    56 my $options = { 'name'     => "GAPlugin",
     56my $options = { 'name'     => "GreenstoneXMLPlugin",
    5757        'desc'     => "{GAPlugin.desc}",
    5858        'abstract' => "no",
     
    106106
    107107    my $outhandle = $self->{'outhandle'};
    108     print $outhandle "GAPlugin: processing $self->{'file'}\n" if $self->{'verbosity'} > 1;
    109     print STDERR "<Processing n='$self->{'file'}' p='GAPlugin'>\n" if $self->{'gli'};
     108    print $outhandle "GreenstoneXMLPlugin: processing $self->{'file'}\n" if $self->{'verbosity'} > 1;
     109    print STDERR "<Processing n='$self->{'file'}' p='GreenstoneXMLPlugin'>\n" if $self->{'gli'};
    110110
    111111}
Note: See TracChangeset for help on using the changeset viewer.