Changeset 12972


Ignore:
Timestamp:
2006-10-03T12:00:38+13:00 (18 years ago)
Author:
kjdon
Message:

now has incremental and incremental_dlc argument to new()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/basebuilder.pm

    r12909 r12972  
    4949sub new {
    5050    my ($class, $collection, $source_dir, $build_dir, $verbosity,
    51     $maxdocs, $debug, $keepold, $remove_empty_classifications,
     51    $maxdocs, $debug, $keepold, $incremental, $incremental_dlc,
     52    $remove_empty_classifications,
    5253    $outhandle, $no_text, $failhandle, $gli) = @_;
    5354
     
    6465              'debug'=>$debug,
    6566              'keepold'=>$keepold,
     67              'incremental'=>$incremental,
     68              'incremental_dlc' => $incremental_dlc,
    6669              'remove_empty_classifications'=>$remove_empty_classifications,
    6770              'outhandle'=>$outhandle,
Note: See TracChangeset for help on using the changeset viewer.