]> git.argeo.org Git - gpl/argeo-slc.git/blob - execution.xml
b288858377dc60da67489ed9353a0482539e2fe3
[gpl/argeo-slc.git] / execution.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 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 name="fileNotifier"
19 class="org.argeo.slc.core.process.FileSlcExecutionNotifier">
20 <property name="basePath" value="${slc.workDir}/process" />
21 <property name="marshaller" ref="slcDefault.castor.marshaller" />
22 </bean>
23
24 </beans>