Ignore:
Timestamp:
2011-07-20T18:52:50+12:00 (13 years ago)
Author:
ak19
Message:

Improvement to code committed previously: Fixed a bug introduced with the reset-gsdlhome target where any non-standard collecthome value written into the gsdlsite.cfg was lost on startup, since reset-gsdlhome always regenerated gsdlsite.cfg from the template file. Now, the relocation code of the reset-gsdlhome target doesn't get exected every time, only when the gsdlhome property in gsdlsite.cfg is different from GSDLHOME var (which points to the current greenstone installation directory.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/collect/modelcol/etc/collect.cfg

    r22353 r24297  
    66infodbtype  **infodbtype**
    77
    8 indexes     text dc.Title,ex.Title ex.Source
     8indexes     text dc.Title,ex.dc.Title,ex.Title ex.Source
    99defaultindex    text
    1010
     
    2020collectionmeta collectionextra   "**about**"
    2121collectionmeta  .text "_labeltext_"
    22 collectionmeta  .dc.Title,Title "_labelTitle_"
     22collectionmeta  .dc.Title,ex.dc.Title,ex.Title "_labelTitle_"
    2323collectionmeta  .Source "_labelSource_"
    2424collectionmeta .document "_textdocument_"
Note: See TracChangeset for help on using the changeset viewer.