From 4e160a4a70f45a68270c9bc27efa4707c7738e8f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 Sep 2009 14:27:33 +0200 Subject: [PATCH] Extend config include for glob-patterns. The Pazpar2 configuration may now have an 'include' everywhere, except in settings files. The attribute 'src' of 'include' is now a glob pattern. The pattern, if relative, is prepended with the path of the main configuration file as before, for example --- test/marc_service.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/marc_service.xml diff --git a/test/marc_service.xml b/test/marc_service.xml new file mode 100644 index 0000000..d0e9266 --- /dev/null +++ b/test/marc_service.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + -- 1.7.10.4