From: Adam Dickmeiss Date: Fri, 8 May 2015 19:08:24 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra X-Git-Tag: v2.0.61~15 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=acd64cf38475b5118a69300c5afed1f2d95d7f51;hp=d08e68d4f540a7a6a7e8edd6670e94ee30ddf8fa Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra --- diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index 72b13ea..278f3e3 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -1,7 +1,7 @@ # Simple Zebra configuration file # # Where the schema files, attribute files, etc are located. -profilePath: .:../../tab +profilePath: .:../../tab:/usr/share/idzebra-2.0/tab # Files that describe the attribute sets supported. attset: bib1.att @@ -24,6 +24,6 @@ storedata: 1 sortindex: i -modulePath: ../../index/.libs +modulePath: ../../index/.libs:/usr/lib/idzebra-2.0/modules #shadow: shadow:100M # register: register:100M diff --git a/examples/marc21/zebra.cfg b/examples/marc21/zebra.cfg index af52022..8b37480 100644 --- a/examples/marc21/zebra.cfg +++ b/examples/marc21/zebra.cfg @@ -1,7 +1,7 @@ # Simple Zebra configuration file # # Where the schema files, attribute files, etc are located. -profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab +profilePath: .:../../tab:/usr/share/idzebra-2.0/tab # Files that describe the attribute sets supported. attset: bib1.att @@ -9,4 +9,4 @@ attset: explain.att recordType: grs.marcxml.marc21 -modulePath: ../../index/.libs +modulePath: ../../index/.libs:/usr/lib/idzebra-2.0/modules diff --git a/examples/marcxml/zebra.cfg b/examples/marcxml/zebra.cfg index ecafb4f..7e91273 100644 --- a/examples/marcxml/zebra.cfg +++ b/examples/marcxml/zebra.cfg @@ -1,5 +1,5 @@ -profilePath: .:./../../tab -modulePath: ../../index/.libs +profilePath: .:../../tab:/usr/share/idzebra-2.0/tab +modulePath: ../../index/.libs:/usr/lib/idzebra-2.0/modules recordtype: dom.dom-config.xml diff --git a/examples/zthes/zebra.cfg b/examples/zthes/zebra.cfg index 87b9956..95d32dc 100644 --- a/examples/zthes/zebra.cfg +++ b/examples/zthes/zebra.cfg @@ -1,4 +1,4 @@ -profilePath: .:../../tab +profilePath: .:../../tab:/usr/share/idzebra-2.0/tab recordType: grs.sgml attset: zthes.att attset: bib1.att