Changeset 20065


Ignore:
Timestamp:
2009-07-22T11:17:39+12:00 (15 years ago)
Author:
kjdon
Message:

add the default index line for all indexers - currently the runtime won't generate an index param unless there is a default index

File:
1 edited

Legend:

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

    r19898 r20065  
    557557    &write_line('COLCFG', ["</indexList>"]);
    558558
    559     # do default index only for mg
    560     if ($buildtype eq "mg") {
    561       &write_line('COLCFG', ["<defaultIndex shortname=\"", $defaultindex, "\" />"]);
    562     }
     559   
     560    &write_line('COLCFG', ["<defaultIndex shortname=\"", $defaultindex, "\" />"]);
     561
    563562
    564563    # do indexOptionList
Note: See TracChangeset for help on using the changeset viewer.