Changeset 20097
- Timestamp:
- 2009-07-29T12:13:12+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/perllib/colcfg.pm
r19751 r20097 29 29 30 30 use cfgread; 31 use cfgread4gs3; 31 use collConfigxml; 32 use buildConfigxml; 32 33 use gsprintf 'gsprintf'; 33 34 use strict; … … 97 98 my ($filename) = @_; 98 99 99 return &c fgread4gs3::read_cfg_file ($filename);100 return &collConfigxml::read_cfg_file ($filename); 100 101 } 101 102 … … 127 128 my ($buildoutfile, $buildcfg, $collectcfg, $disable_OAI) = @_; 128 129 129 return & cfgread4gs3::write_cfg_file ($buildoutfile, $buildcfg, $collectcfg, $disable_OAI);130 return &buildConfigxml::write_build_cfg_file ($buildoutfile, $buildcfg, $collectcfg, $disable_OAI); 130 131 } 131 132
Note:
See TracChangeset
for help on using the changeset viewer.