From: Adam Dickmeiss Date: Thu, 5 Mar 2015 13:57:36 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/idzebra X-Git-Tag: v2.0.61~15^2 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=6a0159d34eb8bd690480f6360120381068059e40;hp=5403eea61e14f91b1863c151cfa0f60561ca95ec 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