From 0c3683966319475ebe304cf30fba0fd962d7ef2c Mon Sep 17 00:00:00 2001
From: "Stefan E. Funk" <funk@sub.uni-goettingen.de>
Date: Fri, 12 Feb 2016 12:23:53 +0100
Subject: [PATCH] corrected path in beans.xml

---
 oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
index 93484310..7820ca75 100644
--- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
+++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml
@@ -22,7 +22,7 @@
 		<property name="locations">
 			<list>
 				<!--value>/WEB-INF/oaipmh.properties</value -->
-				<value>file:/etc/dariah/dhoaipmh/oaipmh.properties</value>
+				<value>file:/etc/dariah/oaipmh/oaipmh.properties</value>
 				<value>file:/etc/textgrid/tgoaipmh/oaipmh.properties</value>
 			</list>
 		</property>
-- 
GitLab