]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.ant.xml
Update SLC. Standalone launch.
[gpl/argeo-tp.git] / META-INF / spring / org.argeo.tp.ant.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" xmlns:p="http://www.springframework.org/schema/p"
4 xmlns:util="http://www.springframework.org/schema/util" xmlns:flow="http://www.argeo.org/schema/slc-flow"
5 xsi:schemaLocation="
6 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
7 http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
8 http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd">
9
10 <!-- REGISTER -->
11 <bean id="org.apache.ant" parent="template.org.apache.ant" />
12 <bean id="org.apache.ant.launch" parent="template.org.apache.ant" />
13
14 <!-- Ant Factory -->
15 <bean id="template.org.apache.ant" parent="template.bndWrapper"
16 abstract="true">
17 <property name="groupId" value="org.argeo.tp.ant" />
18 </bean>
19
20 <flow:flow name="org.argeo.tp.ant/org.apache.ant" spec="spec.version">
21 <flow:arg name="version" value="1.9.2" />
22 <bean parent="template.archiveWrapper">
23 <property name="uri"
24 value="http://archive.apache.org/dist/ant/binaries/apache-ant-@{version}-bin.zip" />
25 <property name="wrappers">
26 <map>
27 <entry key="apache-ant-@{version}/lib/ant.jar" value-ref="org.apache.ant" />
28 <entry key="apache-ant-@{version}/lib/ant-launcher.jar"
29 value-ref="org.apache.ant.launch" />
30 </map>
31 </property>
32 </bean>
33 </flow:flow>
34 </beans>