Ignore:
Timestamp:
2007-10-11T10:45:56+13:00 (17 years ago)
Author:
anna
Message:

Updated Perl Module in Marathi. Many thanks to Shubhada Nagarkar.

File:
1 edited

Legend:

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

    r14384 r14657  
    9494    } elsif ($gs_mode eq "gs3") {
    9595    $self->{'collect_cfg'} = &colcfg::read_collection_cfg_xml ($colcfgname);
    96 
    97     #this $self->{'collect_cfg_preserve'} is used for gs3 only and to be passed to &colcfg::write_build_cfg_xml in sub make_auxilary_files later in this basebuilder.pm, we use this preserve object because $self->{'collect_cfg'}->{'classify'} somewhat gets modified during the calling of &classify::load_classifiers.
    98     $self->{'collect_cfg_preserve'} = &colcfg::read_collection_cfg_xml ($colcfgname);
    9996    }
    10097   
     
    124121    $classifiers = $self->{'collect_cfg'}->{'classify'};
    125122    }
    126 
     123   
    127124    # load all the classifiers
    128125    $self->{'classifiers'} = &classify::load_classifiers ($classifiers, $build_dir, $outhandle);
     
    443440    }
    444441    }
    445     $build_cfg->{'indexmap'} = \@indexmap if scalar (@indexmap);
     442    $build_cfg->{'indexmap'} = \@indexmap;
    446443
    447444    my @subcollectionmap = ();
     
    473470    }
    474471    if ($gs_mode eq "gs3") {
    475 
    476       &colcfg::write_build_cfg_xml("$self->{'build_dir'}/buildConfig.xml", $build_cfg, $self->{'collect_cfg_preserve'}, $self->{'disable_OAI'});
     472      &colcfg::write_build_cfg_xml("$self->{'build_dir'}/buildConfig.xml", $build_cfg, $self->{'collect_cfg'}, $self->{'disable_OAI'});
    477473    }   
    478474
Note: See TracChangeset for help on using the changeset viewer.