From b9d1298f89e3d6206701775d365d83e299f88a48 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 10 May 2006 15:57:25 +0000 Subject: [PATCH] Fix profilePath to use installed Zebra. Reinstate correct database name. --- zebra/zebra.cfg | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index e29b387..e4d5475 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,8 +1,7 @@ -# $Id: zebra.cfg,v 1.2 2006-04-18 07:59:39 marc Exp $ +# $Id: zebra.cfg,v 1.3 2006-05-10 15:57:25 mike Exp $ # Where to look for config files -#profilePath: /usr/local/share/idzebra/tab:/usr/share/idzebra/tab -profilePath: .:/home/marc/code/id/zebra/tab +profilePath: /usr/local/share/idzebra/tab:/usr/share/idzebra/tab # Where to look for loadable zebra modules #modulePath: zebra/lib/ @@ -11,11 +10,10 @@ profilePath: .:/home/marc/code/id/zebra/tab storeData: 1 storeKeys: 1 -# Use the "xslt" filter with config file filter_alvis_conf.xml -#recordtype: xslt.filterconf.xml +# Use the "alvis" filter with config file "filterconf.xml" recordtype: alvis.filterconf.xml -database: IR-Explain--1 +database: IR-Explain---1 #database: Default # where to put registers, and other var content, and how large they may be -- 1.7.10.4