]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/test/resources/org/argeo/slc/ws/applicationContext.xml
Improve auto-detection of Spring beans.
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / test / resources / org / argeo / slc / ws / applicationContext.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
4
5 <import
6 resource="classpath:/org/argeo/slc/ws/client/spring/applicationContext.xml" />
7 <import resource="classpath:/org/argeo/slc/ant/nonDepContext.xml" />
8
9 <bean name="executionBuildListener"
10 class="org.argeo.slc.ant.SlcExecutionBuildListener">
11 <property name="notifiers">
12 <list>
13 <ref bean="slcDefault.ws.client.slcExecutionNotifier" />
14 </list>
15 </property>
16 </bean>
17
18 <bean id="testResult"
19 parent="slcDefault.test.basicTreeTestResult">
20 <property name="listeners">
21 <list merge="true">
22 <ref
23 bean="slcDefault.ws.client.treeTestResultWsNotfier" />
24 </list>
25 </property>
26 </bean>
27 </beans>