[Lxr-commits] CVS: lxr/templates lxr.conf,1.19,1.20
Brought to you by:
ajlittoz
|
From: Dave B. <bro...@us...> - 2004-07-19 20:03:40
|
Update of /cvsroot/lxr/lxr/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9944/templates Modified Files: lxr.conf Log Message: consolidate swishindex & swishsearch variables into swishbin Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- lxr.conf 19 Jul 2004 17:56:44 -0000 1.19 +++ lxr.conf 19 Jul 2004 20:03:31 -0000 1.20 @@ -13,14 +13,8 @@ # Where to store the glimpse index files 'glimpsedir' => 'somewhere', - # Location of SWISH-E indexer binary - 'swishindex' => '/usr/local/bin/swish-e', - - # Location of SWISH-E search binary - 'swishsearch' => '/usr/local/bin/swish-e', - - # Where to store the swish index files - 'swishdir' => 'somewhere', + # Location of SWISH-E binary + 'swishbin' => '/usr/local/bin/swish-e', # Path to Exuberant Ctags executable 'ectagsbin' => '/usr/bin/ctags', |