]> git.argeo.org Git - gpl/argeo-slc.git/blob - integration-tests/org.argeo.slc.it.webapp/src/test/resources-old/org/argeo/slc/ws/applicationContext.xml
Add license headers
[gpl/argeo-slc.git] / integration-tests / org.argeo.slc.it.webapp / src / test / resources-old / org / argeo / slc / ws / applicationContext.xml
1 <!--
2
3 Copyright (C) 2010 Mathieu Baudier <mbaudier@argeo.org>
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 -->
18
19 <beans xmlns="http://www.springframework.org/schema/beans"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
22
23 <import
24 resource="classpath:/org/argeo/slc/ws/client/spring/applicationContext.xml" />
25 <import resource="classpath:/org/argeo/slc/ant/nonDepContext.xml" />
26
27 <bean name="executionBuildListener"
28 class="org.argeo.slc.ant.SlcExecutionBuildListener">
29 <property name="notifiers">
30 <list>
31 <ref bean="slcDefault.ws.client.slcExecutionNotifier" />
32 </list>
33 </property>
34 </bean>
35
36 <bean id="testResult"
37 parent="slcDefault.test.basicTreeTestResult">
38 <property name="listeners">
39 <list merge="true">
40 <ref
41 bean="slcDefault.ws.client.treeTestResultWsNotfier" />
42 </list>
43 </property>
44 </bean>
45 </beans>