]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.rap.xml
Update RAP to 2.2 M1
[gpl/argeo-tp.git] / META-INF / spring / org.argeo.tp.rap.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-0.12.xsd">
9
10 <bean name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.2.0-M1"
11 parent="template.importRapZip">
12 <constructor-arg>
13 <map>
14 <entry key="rapBranch" value="2.2" />
15 <entry key="rapVersion" value="2.2.0-M1-20130821-1618" />
16 </map>
17 </constructor-arg>
18 </bean>
19
20 <bean name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.1.0-M1"
21 parent="template.importRapZip">
22 <constructor-arg>
23 <map>
24 <entry key="rapBranch" value="2.1" />
25 <entry key="rapVersion" value="2.1.0-M1-20130318-2137" />
26 </map>
27 </constructor-arg>
28 </bean>
29
30 <!-- RAP specs and templates -->
31 <flow:spec id="rapVersion.spec">
32 <flow:primitive name="rapBranch" isParameter="true" />
33 <flow:primitive name="rapVersion" isParameter="true" />
34 </flow:spec>
35
36 <flow:flow id="template.importRapZip" spec="rapVersion.spec"
37 abstract="true">
38 <bean class="org.argeo.slc.repo.osgi.ImportBundlesZip">
39 <property name="workspace" value="org.argeo.tp.rap-@{rapBranch}.x" />
40 <property name="groupId" value="org.argeo.tp.rap.platform" />
41 <property name="zipFile"
42 value="http://mirror.netcologne.de/eclipse//rt/rap/@{rapBranch}/rap-@{rapVersion}.zip" />
43 <property name="repository" ref="javaRepository" />
44 </bean>
45 </flow:flow>
46
47 <!-- Import bundles zip -->
48 <!-- <flow:spec id="importZip.spec"> -->
49 <!-- <flow:primitive name="groupId" /> -->
50 <!-- <flow:primitive name="workspace" /> -->
51 <!-- <flow:primitive name="zipFile" value="file:///tmp/" /> -->
52 <!-- </flow:spec> -->
53
54 <!-- <flow:flow id="importZip.template" spec="importZip.spec" -->
55 <!-- abstract="true"> -->
56 <!-- <bean class="org.argeo.slc.repo.osgi.ImportBundlesZip"> -->
57 <!-- <property name="workspace" value="@{workspace}" /> -->
58 <!-- <property name="groupId" value="@{groupId}" /> -->
59 <!-- <property name="zipFile" value="@{zipFile}" /> -->
60 <!-- <property name="repository" ref="javaRepository" /> -->
61 <!-- </bean> -->
62 <!-- </flow:flow> -->
63 </beans>