Changeset 17750 for gsdl/trunk


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??

Location:
gsdl/trunk/bin/script
Files:
2 edited

Legend:

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

    r12355 r17750  
    147147    push @$opts,("-output_info",$archive_info);
    148148
    149     $processor = &plugout::load_plugout("GAPlugout",$opts);
     149    $processor = &plugout::load_plugout("GreenstoneXMLPlugout",$opts);
    150150    $processor->setoutputdir ($new_archivedir);
    151151
     
    649649   
    650650    $collect_cfg->{'plugin'}=[];
    651     push (@{$collect_cfg->{'plugin'}}, ["GAPlug"]);
    652     push (@{$collect_cfg->{'plugin'}}, ["ArcPlug"]);
    653     push (@{$collect_cfg->{'plugin'}}, ["RecPlug"]);
     651    push (@{$collect_cfg->{'plugin'}}, ["GreenstoneXMLPlugin"]);
     652    push (@{$collect_cfg->{'plugin'}}, ["ArchivesInfPlugin"]);
     653    push (@{$collect_cfg->{'plugin'}}, ["DirectoryPlugin"]);
    654654
    655655    $collect_cfg->{'format'}={};
  • 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.