]> git.argeo.org Git - gpl/argeo-tp.git/blob - legacy/org.argeo.tp.factory.core/META-INF/spring/eclipse.rap.e3.xml
Move legacy
[gpl/argeo-tp.git] / legacy / org.argeo.tp.factory.core / META-INF / spring / eclipse.rap.e3.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 <!-- Eclipse rap platform -->
11 <flow:flow name="eclipse/org.argeo.tp.rap.platform" parent="template.importRap">
12 <flow:arg name="rapRelease" value="3.10" />
13 <flow:arg name="rapTimestamp" value="3.10.0-R-20190911-1524" />
14 </flow:flow>
15
16 <!-- Rap specs and templates -->
17 <flow:spec id="rapVersion.spec">
18 <flow:primitive name="rapRelease" isParameter="true" />
19 <flow:primitive name="rapTimestamp" isParameter="true" />
20 </flow:spec>
21
22 <flow:flow id="template.importRap" spec="rapVersion.spec"
23 abstract="true">
24 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
25 <property name="uri"
26 value="http://www.eclipse.org/downloads/rt/rap/@{rapRelease}/rap-@{rapTimestamp}.zip" />
27 <property name="includes">
28 <map>
29 <!-- Eclipse core -->
30 <entry key="plugins/org.eclipse.core.*.jar" value="org.argeo.tp.rap.platform" />
31
32 <!-- RWT -->
33 <entry key="plugins/org.eclipse.rap.rwt_*.jar" value="org.argeo.tp.rap.platform" />
34 <entry key="plugins/org.eclipse.rap.rwt.source_*.jar" value="org.argeo.tp.rap.platform" />
35 <entry key="plugins/org.eclipse.rap.rwt.osgi_*.jar" value="org.argeo.tp.rap.platform" />
36 <entry key="plugins/org.eclipse.rap.rwt.osgi.source_*.jar"
37 value="org.argeo.tp.rap.platform" />
38 <entry key="plugins/org.eclipse.rap.fileupload*.jar" value="org.argeo.tp.rap.platform" />
39 <entry key="plugins/org.eclipse.rap.filedialog*.jar" value="org.argeo.tp.rap.platform" />
40
41 <!-- RAP UI with the workbench -->
42 <entry key="plugins/org.eclipse.rap.ui.workbench*.jar" value="org.argeo.tp.rap.platform" />
43 <entry key="plugins/org.eclipse.rap.ui_*.jar" value="org.argeo.tp.rap.platform" />
44 <entry key="plugins/org.eclipse.rap.ui.source_*.jar" value="org.argeo.tp.rap.platform" />
45 <entry key="plugins/org.eclipse.rap.ui.views*.jar" value="org.argeo.tp.rap.platform" />
46 <entry key="plugins/org.eclipse.rap.jface*.jar" value="org.argeo.tp.rap.platform" />
47 <entry key="plugins/org.eclipse.rap.ui.forms*.jar" value="org.argeo.tp.rap.platform" />
48 <entry key="plugins/org.eclipse.help*.jar" value="org.argeo.tp.rap.platform" />
49
50 <!-- Misc -->
51 <entry key="plugins/com.ibm.icu*.jar" value="org.argeo.tp.rap.platform" />
52 </map>
53 </property>
54 <property name="osgiFactory" ref="osgiFactory" />
55 </bean>
56 </flow:flow>
57
58 <!-- Addons -->
59
60 <!-- The corresponding zip must be manually imported in the dist repo at
61 path org/eclipse/www/downloads/rt/rap/addons/@{rapRelease}/ -->
62
63 <!-- <flow:flow name="eclipse/org.argeo.tp.rap.addons" parent="template.importRapAddons"> -->
64 <!-- <flow:arg name="rapRelease" value="0.6" /> -->
65 <!-- <flow:arg name="rapTimestamp" value="0.6.0.v20150207" /> -->
66 <!-- </flow:flow> -->
67
68 <!-- <flow:flow id="template.importRapAddons" spec="rapVersion.spec" -->
69 <!-- abstract="true"> -->
70 <!-- <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper"> -->
71 <!-- <property name="uri" -->
72 <!-- value="http://www.eclipse.org/downloads/rt/rap/addons/@{rapRelease}/addons-@{rapTimestamp}.zip"
73 /> -->
74 <!-- <property name="includes"> -->
75 <!-- <map> -->
76 <!-- <entry key="plugins/org.eclipse.rap.addons.*.jar" value="org.argeo.tp.rap"
77 /> -->
78 <!-- </map> -->
79 <!-- </property> -->
80 <!-- <property name="osgiFactory" ref="osgiFactory" /> -->
81 <!-- </bean> -->
82 <!-- </flow:flow> -->
83 </beans>