Ignore:
Timestamp:
2008-06-16T11:16:36+12:00 (16 years ago)
Author:
kjdon
Message:

updated soem plugin names in some of the keys for strings.properties

File:
1 edited

Legend:

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

    r15887 r16013  
    6363    my $outhandle = $self->{'outhandle'};
    6464
    65     gsprintf($outhandle, " {BasPlug.extracting_emails}...\n")
     65    gsprintf($outhandle, " {EmailAddressExtractor.extracting_emails}...\n")
    6666    if ($self->{'verbosity'} > 2);
    6767   
     
    7979#       $doc_obj->add_utf8_metadata ($thissection, "emailAddress", $address);
    8080#       # print $outhandle "  extracting $address\n"
    81 #       &gsprintf($outhandle, "  {BasPlug.extracting} $address\n")
     81#       &gsprintf($outhandle, "  {AutoExtractMetadata.extracting} $address\n")
    8282#           if ($self->{'verbosity'} > 3);
    8383#       }
     
    9292        $hashExistMail->{$address} = 1;
    9393        $doc_obj->add_utf8_metadata ($thissection, "emailAddress", $address);
    94         gsprintf($outhandle, "  {BasPlug.extracting} $address\n")
     94        gsprintf($outhandle, "  {AutoExtractMetadata.extracting} $address\n")
    9595        if ($self->{'verbosity'} > 3);
    9696    }
    9797    }
    98     gsprintf($outhandle, " {BasPlug.done_email_extract}\n")
     98    gsprintf($outhandle, " {EmailAddressExtractor.done_email_extract}\n")
    9999    if ($self->{'verbosity'} > 2);
    100100}
Note: See TracChangeset for help on using the changeset viewer.