Revert "Updated version in pom / project files to taxeditor version : 3.9.0-SNAPSHOT...
[taxeditor.git] / eu.etaxonomy.taxeditor.cdmlib / src / test / resources / eu / etaxonomy / cdm / datasources / cdm.datasources.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:context="http://www.springframework.org/schema/context"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans
6 http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/context
8 http://www.springframework.org/schema/context/spring-context-2.5.xsd">
9
10 <bean id="defaultRemoteSource">
11 <property name="server" value="127.0.0.1"/>
12 <property name="port" value="8080"/>
13 <property name="contextPath" value=""/>
14 </bean>
15
16 <bean id="incompleteRemoteSource">
17 <property name="server" value="127.0.0.1"/>
18 <property name="contextPath" value=""/>
19 </bean>
20
21 </beans>