From 83faa5a78ea0be33bf72307ba0a600ef3c56e31f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 5 Mar 2015 14:50:43 +0100 Subject: [PATCH] Fix profilePath for examples ZEB-665 --- examples/gils/zebra.cfg | 2 +- examples/marc21/zebra.cfg | 2 +- examples/marcxml/zebra.cfg | 2 +- examples/zthes/zebra.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4