From: Adam Dickmeiss Date: Thu, 5 Mar 2015 13:50:43 +0000 (+0100) Subject: Fix profilePath for examples ZEB-665 X-Git-Tag: v2.0.61~15^2~2 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=83faa5a78ea0be33bf72307ba0a600ef3c56e31f Fix profilePath for examples ZEB-665 --- diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index 72b13ea..c1a10f6 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 diff --git a/examples/marc21/zebra.cfg b/examples/marc21/zebra.cfg index af52022..dae8c09 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 diff --git a/examples/marcxml/zebra.cfg b/examples/marcxml/zebra.cfg index ecafb4f..381a6d2 100644 --- a/examples/marcxml/zebra.cfg +++ b/examples/marcxml/zebra.cfg @@ -1,4 +1,4 @@ -profilePath: .:./../../tab +profilePath: .:../../tab:/usr/share/idzebra-2.0/tab modulePath: ../../index/.libs 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