Changeset 1301


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

building now writes 'buildtype mgpp' to build.cfg - indicates an mgpp collection

File:
1 edited

Legend:

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

    r932 r1301  
    786786    # store the build date
    787787    $build_cfg->{'builddate'} = time;
     788    $build_cfg->{'buildtype'} = "mgpp";
    788789
    789790    # store the number of documents and number of bytes
     
    816817    # write out the build information
    817818    &cfgread::write_cfg_file("$self->{'build_dir'}/build.cfg", $build_cfg,
    818                  '^(builddate|numdocs|numbytes)$',
     819                 '^(builddate|buildtype|numdocs|numbytes)$',
    819820                             '^(indexmap|subcollectionmap|languagemap|notbuilt)$');
    820821
Note: See TracChangeset for help on using the changeset viewer.