Changeset 14023


Ignore:
Timestamp:
2007-04-24T17:17:15+12:00 (17 years ago)
Author:
xiao
Message:

Changes made to use cfgread4gs3.pm in gs3 mode and cfgread.pm in gs2 mode.

File:
1 edited

Legend:

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

    r12897 r14023  
    2929
    3030use cfgread;
     31use cfgread4gs3;
    3132use strict;
    3233
     
    8081                    q/groupsize|maxdocs|debug|mode|saveas|/ .
    8182                    q/sortmeta|removesuffix|removeprefix|create_images|/ .
    82                     q/maxnumeric|separate_cjk|language_metadata|/ .
     83                    q/maxnumeric|separate_cjk|languagemetadata|/ .
    8384                    q/no_strip_html|index|sections_index_document_metadata)$/,
    8485                    q/(maintainer|languages|indexsubcollections|/ .
     
    8889                    q/^(acquire|plugin|classify)$/,
    8990                    q/^(collectionmeta)$/);
     91}
     92sub read_collection_cfg_xml {
     93    my ($filename) = @_;
     94
     95    return &cfgread4gs3::read_cfg_file ($filename);
     96}
     97sub write_collection_cfg_xml {
     98 
     99}
     100sub write_build_cfg_xml {
     101    my ($buildoutfile, $buildcfg, $collectcfg) = @_;
     102
     103    return &cfgread4gs3::write_cfg_file ($buildoutfile, $buildcfg, $collectcfg);
    90104}
    91105
Note: See TracChangeset for help on using the changeset viewer.