fixed issues with resource loading for maven int tests
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / resources / .cdmLibrary / writableResources / cdm.datasources.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
3 <bean id="defaultRemoteSource">
4 <property name="server" value="127.0.0.1" />
5 <property name="port" value="9090" />
6 <property name="contextPath" value="" />
7 </bean>
8 <bean id="incompleteRemoteSource">
9 <property name="port" value="9090" />
10 <property name="contextPath" value="" />
11 </bean>
12 </beans>
13