]> git.argeo.org Git - gpl/argeo-slc.git/blob - result.xml
c8cdaafa6b6f15a4f3976ace59e1fa384bf67d3b
[gpl/argeo-slc.git] / result.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 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
5
6 <import
7 resource="classpath:/org/argeo/slc/ws/client/spring/applicationContext.xml" />
8
9 <bean id="testResult"
10 parent="slcDefault.test.basicTreeTestResult">
11 <property name="listeners">
12 <list merge="true">
13 <ref
14 bean="slcDefault.ws.client.treeTestResultWsNotfier" />
15 </list>
16 </property>
17 </bean>
18
19 </beans>