From 9ee953297dc307bc12e8477d58c3b61da1d159a0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 7 Oct 2003 09:17:56 +0000 Subject: [PATCH] Simplify --- test/xelm/Makefile.am | 11 ++--------- test/xelm/pop.xml | 9 +++++++++ test/xelm/records/pop.xml | 9 --------- test/xelm/records/strucc.xml | 9 --------- test/xelm/strucc.xml | 9 +++++++++ test/xelm/zebra.cfg | 9 ++------- 6 files changed, 22 insertions(+), 34 deletions(-) create mode 100755 test/xelm/pop.xml delete mode 100755 test/xelm/records/pop.xml delete mode 100755 test/xelm/records/strucc.xml create mode 100755 test/xelm/strucc.xml diff --git a/test/xelm/Makefile.am b/test/xelm/Makefile.am index 6fff3f4..b32bf2d 100644 --- a/test/xelm/Makefile.am +++ b/test/xelm/Makefile.am @@ -1,15 +1,8 @@ -# $Id: Makefile.am,v 1.3 2003-05-21 14:39:22 adam Exp $ - -dist-hook: - -mkdir $(distdir)/records - cp $(srcdir)/records/*.xml $(distdir)/records - -mkdir $(distdir)/tmp - -mkdir $(distdir)/lock - -mkdir $(distdir)/register +# $Id: Makefile.am,v 1.4 2003-10-07 09:17:56 adam Exp $ check_SCRIPTS = test.sh TESTS = $(check_SCRIPTS) -EXTRA_DIST = zebra.cfg user.abs $(check_SCRIPTS) +EXTRA_DIST = zebra.cfg user.abs $(check_SCRIPTS) pop.xml strucc.xml diff --git a/test/xelm/pop.xml b/test/xelm/pop.xml new file mode 100755 index 0000000..a477884 --- /dev/null +++ b/test/xelm/pop.xml @@ -0,0 +1,9 @@ + + + Peter Popovics + Leiras + Description + pop@technomat.hu + http://www.technomat.hu/pop + 29 + diff --git a/test/xelm/records/pop.xml b/test/xelm/records/pop.xml deleted file mode 100755 index a477884..0000000 --- a/test/xelm/records/pop.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Peter Popovics - Leiras - Description - pop@technomat.hu - http://www.technomat.hu/pop - 29 - diff --git a/test/xelm/records/strucc.xml b/test/xelm/records/strucc.xml deleted file mode 100755 index a7df128..0000000 --- a/test/xelm/records/strucc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Strucc Emu - Leiras - Testit - strucc@technomat.hu - http://www.technomat.hu/strucc - 5 - diff --git a/test/xelm/strucc.xml b/test/xelm/strucc.xml new file mode 100755 index 0000000..a7df128 --- /dev/null +++ b/test/xelm/strucc.xml @@ -0,0 +1,9 @@ + + + Strucc Emu + Leiras + Testit + strucc@technomat.hu + http://www.technomat.hu/strucc + 5 + diff --git a/test/xelm/zebra.cfg b/test/xelm/zebra.cfg index 2b9add5..d55e7e5 100644 --- a/test/xelm/zebra.cfg +++ b/test/xelm/zebra.cfg @@ -1,19 +1,14 @@ # Simple zebra configuration file to demonstate the usage of xelm directive -profilePath: .:../../tab:../../../yaz/tab +profilePath: .:../../tab attset: bib1.att attset: explain.att -register: register:1000M - # Specify record type recordType.xml: grs.xml -recordId: file +#recordId: file -lockDir: lock -setTmpDir: tmp -keyTmpDir: tmp memMax: 4 storeKeys: 1 -- 1.7.10.4