Changeset 12354


Ignore:
Timestamp:
2006-07-31T16:19:36+12:00 (18 years ago)
Author:
kjdon
Message:

removed docsave reference

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

Legend:

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

    r12333 r12354  
    323323        $sortmeta = undef;
    324324        }
    325 
    326         # dynamically load 'docsave' module so it can pick up on a collection
    327         # specific docsave.pm is specified.
    328        
    329         unshift (@INC, "$ENV{'GSDLCOLLECTDIR'}/perllib");
    330         require docsave;
    331325       
    332326        # get the list of plugins for this collection and set any options that
     
    481475            $processor = &plugout::load_plugout($plugout_name,$opts);   
    482476
    483         #$processor = new docsave ($collection, $export_info, $verbosity, $gzip, $groupsize, $out, $service, $saveas, $xsltfile);
    484        
    485477        $processor->setoutputdir ($exportdir);
    486478       
  • trunk/gsdl/bin/script/import.pl

    r12341 r12354  
    187187      { 'name' => "sortmeta",
    188188    'desc' => "{import.sortmeta}",
    189 #   'type' => "metadatum",
    190     'type' => "string",
     189    'type' => "metadatum",
     190#   'type' => "string",
    191191    'reqd' => "no",
    192192    'modegli' => "3" },
     
    312312    $sortmeta = undef;
    313313    }
    314     # dynamically load 'docsave' module so it can pick up on a collection
    315     # specific docsave.pm is specified.
    316 
    317     unshift (@INC, "$ENV{'GSDLCOLLECTDIR'}/perllib");
    318     require docsave;
    319314
    320315    # get the list of plugins for this collection and set any options that
Note: See TracChangeset for help on using the changeset viewer.