Changeset 8764


Ignore:
Timestamp:
2004-12-09T11:31:23+13:00 (19 years ago)
Author:
chi
Message:

Modifications of the use of BasPlug

File:
1 edited

Legend:

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

    r8739 r8764  
    11###########################################################################
    22#
    3 # BNContentePlug.pm -- plugin for import the collection from BN-Portugal
    4 #                      Collection
     3# BNContentePlug.pm -- plugin for import the BN-Portugal Collection
    54# A component of the Greenstone digital library software
    65# from the New Zealand Digital Library Project at the
     
    3332package BNContentePlug;
    3433
    35 #use METSPlug;
     34use BasPlug;
    3635use plugin;
    3736#use ghtml;
     
    4039
    4140sub BEGIN {
    42    # @ISA = ('METSPlug');
    4341    @ISA = ('BasPlug');
    4442    unshift (@INC, "$ENV{'GSDLHOME'}/perllib/cpan");
     
    254252    } else {
    255253        my $link = &util::filename_cat($self->{'dir'}, $assocfiles);
    256         #print STDERR "####Associate files = $link\n";
    257254        #$self->{'file_blocks'}->{$link} = 1;
    258255    }
Note: See TracChangeset for help on using the changeset viewer.