Changeset 1302


Ignore:
Timestamp:
2000-07-25T12:03:59+12:00 (24 years ago)
Author:
kjm18
Message:

buildtype and indexfields added to configuration file entries. these support
mgpp collections.

File:
1 edited

Legend:

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

    r932 r1302  
    8585#
    8686# {'builddate'}->string
     87# {'buildtype'}->string
    8788# {'metadata'}->array of strings
    8889# {'languages'}->array of strings
     
    9091# {'numwords'}->string
    9192# {'numbytes'}->string
     93# {'indexfields'}->array of strings
    9294
    9395sub read_build_cfg {
     
    9597
    9698    return &cfgread::read_cfg_file ($filename,
    97                     q/^(builddate|numdocs|numwords|numbytes)$/,
    98                     q/^(metadata|languages)$/);
     99                    q/^(builddate|buildtype|numdocs|numwords|numbytes)$/,
     100                    q/^(metadata|languages|indexfields)$/);
    99101}
    100102
Note: See TracChangeset for help on using the changeset viewer.