Changeset 17743


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

GAPlugout renamed to GreenstoneXMLPlugout

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/plugouts/GreenstoneXMLPlugout.pm

    r17734 r17743  
    11###########################################################################
    22#
    3 # GAPlugout.pm -- the plugout module for Greenstone Archives
     3# GreenstoneXMLPlugout.pm -- the plugout module for Greenstone Archives
    44# A component of the Greenstone digital library software
    55# from the New Zealand Digital Library Project at the
     
    2424###########################################################################
    2525
    26 package GAPlugout;
     26package GreenstoneXMLPlugout;
    2727
    2828use strict;
     
    3636
    3737sub BEGIN {
    38     @GAPlugout::ISA = ('BasePlugout');
     38    @GreenstoneXMLPlugout::ISA = ('BasePlugout');
    3939}
    4040
    4141my $arguments = [];
    4242
    43 my $options = { 'name'     => "GAPlugout",
    44         'desc'     => "{GAPlugout.desc}",
     43my $options = { 'name'     => "GreenstoneXMLPlugout",
     44        'desc'     => "{GreenstoneXMLPlugout.desc}",
    4545        'abstract' => "no",
    4646        'inherits' => "yes" };
Note: See TracChangeset for help on using the changeset viewer.