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

plugout and plugin name changes. do these scripts still work??

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/unbuildv2.pl

    r15741 r17750  
    155155    push @$opts,("-output_info",$archive_info);
    156156
    157     $processor = &plugout::load_plugout("GAPlugout",$opts);
     157    $processor = &plugout::load_plugout("GreenstoneXMLPlugout",$opts);
    158158    $processor->setoutputdir ($new_archivedir);
    159159
     
    698698   
    699699    $collect_cfg->{'plugin'}=[];
    700     push (@{$collect_cfg->{'plugin'}}, ["GAPlug"]);
    701     push (@{$collect_cfg->{'plugin'}}, ["ArcPlug"]);
    702     push (@{$collect_cfg->{'plugin'}}, ["RecPlug"]);
     700    push (@{$collect_cfg->{'plugin'}}, ["GreenstoneXMLPlugin"]);
     701    push (@{$collect_cfg->{'plugin'}}, ["ArchivesInfPlugin"]);
     702    push (@{$collect_cfg->{'plugin'}}, ["DirectoryPlugin"]);
    703703
    704704    $collect_cfg->{'format'}={};
Note: See TracChangeset for help on using the changeset viewer.