]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.rap.xml
Update RAP
[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 <!-- RAP 2.2 -->
11 <flow:flow name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.2.0"
12 parent="template.importRapZip">
13 <flow:arg name="rapBranch" value="2.2" />
14 <flow:arg name="rapVersion" value="2.2.0-R-20131204-0942" />
15 </flow:flow>
16
17 <flow:flow name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.2.0-M1"
18 parent="template.importRapZip">
19 <flow:arg name="rapBranch" value="2.2" />
20 <flow:arg name="rapVersion" value="2.2.0-M1-20130821-1618" />
21 </flow:flow>
22
23 <!-- RAP 2.1 -->
24 <flow:flow name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.1.2"
25 parent="template.importRapZip">
26 <flow:arg name="rapBranch" value="2.1" />
27 <flow:arg name="rapVersion" value="2.1.2-R-20140210-0628" />
28 </flow:flow>
29
30 <flow:flow name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.1.0-R"
31 parent="template.importRapZip">
32 <flow:arg name="rapBranch" value="2.1" />
33 <flow:arg name="rapVersion" value="2.1.0-R-20130611-2139" />
34 </flow:flow>
35
36 <flow:flow name="org.argeo.tp.rap/org.argeo.tp.rap.platform_2.1.0-M1"
37 parent="template.importRapZip">
38 <flow:arg name="rapBranch" value="2.1" />
39 <flow:arg name="rapVersion" value="2.1.0-M1-20130318-2137" />
40 </flow:flow>
41
42 <!-- RAP specs and templates -->
43 <flow:spec id="rapVersion.spec">
44 <flow:primitive name="rapBranch" isParameter="true" />
45 <flow:primitive name="rapVersion" isParameter="true" />
46 </flow:spec>
47
48 <flow:flow id="template.importRapZip" spec="rapVersion.spec"
49 abstract="true">
50 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
51 <property name="version" value="@{rapVersion}" />
52 <property name="mavenGroupIndexes" value="true" />
53 <property name="uri"
54 value="http://www.eclipse.org/downloads/rt/rap/@{rapBranch}/rap-@{rapVersion}.zip" />
55 <property name="includes">
56 <map>
57 <entry key="plugins/*.jar" value="org.argeo.tp.rap.platform" />
58 </map>
59 </property>
60 <property name="osgiFactory">
61 <bean class="org.argeo.slc.repo.osgi.OsgiFactoryImpl"
62 init-method="init" destroy-method="destroy">
63 <property name="workspace" value="eclipse-rap-@{rapBranch}" />
64 <property name="mirrors">
65 <map>
66 <entry key="http://www.eclipse.org/downloads">
67 <list>
68 <value>http://mirror.netcologne.de/eclipse</value>
69 <value>http://mirror.selfnet.de/eclipse</value>
70 <value><![CDATA[http://www.eclipse.org/downloads/download.php?file=]]></value>
71 </list>
72 </entry>
73 </map>
74 </property>
75
76 <property name="nodeIndexers">
77 <list>
78 <bean class="org.argeo.slc.repo.ArtifactIndexer" />
79 <bean class="org.argeo.slc.repo.JarFileIndexer" />
80 <!-- Works with SLC 1.1.17+ <bean class="org.argeo.slc.repo.ModularDistributionIndexer"
81 /> <bean class="org.argeo.slc.repo.PdeSourcesIndexer" /> -->
82 </list>
83 </property>
84 <property name="javaRepository" ref="javaRepository" />
85 <property name="distRepository" ref="distRepository" />
86 </bean>
87 </property>
88 </bean>
89 </flow:flow>
90
91
92 <!-- WORK IN PROGRESS add bundle from the incubator to the platform <flow:flow
93 id="org.argeo.tp.rap.addons/org.argeo.tp.rap.dropdown_2.2" spec="rapVersion.spec"
94 abstract="true"> <flow:arg name="rapBranch" value="2.2" /> <flow:arg name="rapVersion"
95 value="0.2.0.20131212-1229" /> <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
96 <property name="version" value="@{rapVersion}" /> <property name="mavenGroupIndexes"
97 value="true" /> <property name="uri" value="file:///tmp/" /> <property name="includes">
98 <map> <entry key="plugins/*.jar" value="org.argeo.tp.rap.addons" /> </map>
99 </property> <property name="osgiFactory"> <bean class="org.argeo.slc.repo.osgi.OsgiFactoryImpl"
100 init-method="init" destroy-method="destroy"> <property name="workspace" value="eclipse-rap-@{rapBranch}"
101 /> <property name="mirrors"> <map> <entry key="http://www.eclipse.org/downloads">
102 <list> <value>http://mirror.netcologne.de/eclipse</value> <value>http://mirror.selfnet.de/eclipse</value>
103 <value><![CDATA[http://www.eclipse.org/downloads/download.php?file=]]></value>
104 </list> </entry> </map> </property> <property name="nodeIndexers"> <list>
105 <bean class="org.argeo.slc.repo.ArtifactIndexer" /> <bean class="org.argeo.slc.repo.JarFileIndexer"
106 /> <bean class="org.argeo.slc.repo.ModularDistributionIndexer" /> <bean class="org.argeo.slc.repo.PdeSourcesIndexer"
107 /> </list> </property> <property name="javaRepository" ref="javaRepository"
108 /> <property name="distRepository" ref="distRepository" /> </bean> </property>
109 </bean> </flow:flow> -->
110
111 <!-- Import bundles zip -->
112 <!-- <flow:spec id="importZip.spec"> -->
113 <!-- <flow:primitive name="groupId" /> -->
114 <!-- <flow:primitive name="workspace" /> -->
115 <!-- <flow:primitive name="zipFile" value="file:///tmp/" /> -->
116 <!-- </flow:spec> -->
117
118 <!-- <flow:flow id="importZip.template" spec="importZip.spec" -->
119 <!-- abstract="true"> -->
120 <!-- <bean class="org.argeo.slc.repo.osgi.ImportBundlesZip"> -->
121 <!-- <property name="workspace" value="@{workspace}" /> -->
122 <!-- <property name="groupId" value="@{groupId}" /> -->
123 <!-- <property name="zipFile" value="@{zipFile}" /> -->
124 <!-- <property name="repository" ref="javaRepository" /> -->
125 <!-- </bean> -->
126 <!-- </flow:flow> -->
127 </beans>