]> git.argeo.org Git - gpl/argeo-slc.git/blob - ws/result.xml
Prepare next development cycle
[gpl/argeo-slc.git] / ws / 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 <ref bean="slcDefault.castor.xsltReportGenerator" />
16 </list>
17 </property>
18 </bean>
19
20 </beans>