Changeset 10161


Ignore:
Timestamp:
2005-06-23T11:26:25+12:00 (19 years ago)
Author:
davidb
Message:

numsections added to fields saved in build.cfg. Used in incremental building.

File:
1 edited

Legend:

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

    r9938 r10161  
    116116# {'languages'}->array of strings
    117117# {'numdocs'}->string
     118# {'numsections'}->string
    118119# {'numwords'}->string
    119120# {'numbytes'}->string
     
    129130
    130131    return &cfgread::read_cfg_file ($filename,
    131                 q/^(builddate|buildtype|numdocs|numwords|numbytes|maxnumeric|textlevel|indexstem)$/,
     132                q/^(builddate|buildtype|numdocs|numsections|numwords|numbytes|maxnumeric|textlevel|indexstem)$/,
    132133                    q/^(metadata|languages|indexfields|indexfieldmap|indexmap|indexlevels|levelmap)$/);
    133134}
     
    137138
    138139    &cfgread::write_cfg_file($filename, $data,
    139            q/^(builddate|buildtype|numdocs|numwords|numbytes|maxnumeric|textlevel|indexstem)$/,
     140           q/^(builddate|buildtype|numdocs|numsections|numwords|numbytes|maxnumeric|textlevel|indexstem)$/,
    140141           q/^(metadata|languages|indexfieldsindexfieldmap|indexmap|indexlevels|levelmap)$/);
    141142}
Note: See TracChangeset for help on using the changeset viewer.