Ignore:
Timestamp:
2010-03-15T12:19:52+13:00 (14 years ago)
Author:
kjdon
Message:

removing disable_OAI option. As far as I know, its only used for gs3, to determine whether to output the serviceRack or not, but this is now done in collectionConfig.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/buildConfigxml.pm

    r21783 r21785  
    230230    # this sub is called in make_auxiliary_files() in basebuilder.pm
    231231    # the received args: $buildoutfile - destination file: buildConfig.xml
    232     #                    $buildcfg - all build options, eg, disable_OAI
     232    #                    $buildcfg - all build options,
    233233    #                    $collectcfg - contents of collectionConfig.xml read in by read_cfg_file sub in buildConfigxml.pm.
    234     my ($buildoutfile, $buildcfg, $collectcfg, $disable_OAI) = @_;
     234    my ($buildoutfile, $buildcfg, $collectcfg) = @_;
    235235    my $line = [];
    236236
Note: See TracChangeset for help on using the changeset viewer.