Skip to content
Snippets Groups Projects
Commit e520f943 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

Correct beans xml config file value.

parent c9cb6e07
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<bean id="propertyPlaceholderConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <bean id="propertyPlaceholderConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations"> <property name="locations">
<list> <list>
<value>file:/etc/dhrep/oaipmh/oaipmh.dariah.properties</value> <value>file:/etc/dhrep/oaipmh/oaipmh.properties</value>
</list> </list>
</property> </property>
<property name="ignoreResourceNotFound" value="true" /> <property name="ignoreResourceNotFound" value="true" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment