]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/eclipse.rap.xml
Re-Include all org.eclipse.equinox.* bundles provided by rap
[gpl/argeo-tp.git] / META-INF / spring / eclipse.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 <!-- Eclipse rap platform -->
11 <!-- <flow:flow name="eclipse/org.argeo.tp.rap.platform" parent="template.importRap">
12 <flow:arg name="rapRelease" value="2.3" /> <flow:arg name="rapTimestamp"
13 value="2.3.1-SR1-20140909-1638" /> </flow:flow> -->
14 <flow:flow name="eclipse/org.argeo.tp.rap.platform" parent="template.importRap">
15 <flow:arg name="rapRelease" value="2.2" />
16 <flow:arg name="rapTimestamp" value="2.2.0-R-20131204-0942" />
17 </flow:flow>
18
19 <!-- Rap specs and templates -->
20 <flow:spec id="rapVersion.spec">
21 <flow:primitive name="rapRelease" isParameter="true" />
22 <flow:primitive name="rapTimestamp" isParameter="true" />
23 </flow:spec>
24
25 <flow:flow id="template.importRap" spec="rapVersion.spec"
26 abstract="true">
27 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
28 <property name="uri"
29 value="http://www.eclipse.org/downloads/rt/rap/@{rapRelease}/rap-@{rapTimestamp}.zip" />
30 <property name="includes">
31 <map>
32 <!-- Misc -->
33 <entry key="plugins/com.ibm.icu.base*.jar" value="org.argeo.tp.rap.platform" />
34
35 <!-- Javax -->
36 <entry key="plugins/javax.xml_*.jar" value="org.argeo.tp.rap.platform" />
37 <!-- Provided by jetty -->
38 <!-- <entry key="plugins/javax.servlet_*.jar" value="org.argeo.tp.rap.platform"
39 /> -->
40
41 <!-- Eclipse core -->
42 <entry key="plugins/org.eclipse.core.*.jar" value="org.argeo.tp.rap.platform" />
43
44 <!-- RWT -->
45 <entry key="plugins/org.eclipse.rap.rwt_*.jar" value="org.argeo.tp.rap.platform" />
46 <entry key="plugins/org.eclipse.rap.rwt.osgi_*.jar" value="org.argeo.tp.rap.platform" />
47
48 <!-- RAP UI with the workbench -->
49 <!-- Note: we do not include ui.cheatsheets for the time being -->
50 <entry key="plugins/org.eclipse.rap.ui.workbench*.jar" value="org.argeo.tp.rap.platform" />
51 <entry key="plugins/org.eclipse.rap.ui_*.jar" value="org.argeo.tp.rap.platform" />
52 <entry key="plugins/org.eclipse.rap.ui.views*.jar" value="org.argeo.tp.rap.platform" />
53 <entry key="plugins/org.eclipse.rap.jface*.jar" value="org.argeo.tp.rap.platform" />
54 <entry key="plugins/org.eclipse.rap.ui.forms*.jar" value="org.argeo.tp.rap.platform" />
55 <entry key="plugins/org.eclipse.help*.jar" value="org.argeo.tp.rap.platform" />
56
57 <!-- Minimal Equinox dependencies, to be refined -->
58 <entry key="plugins/org.eclipse.equinox.*.jar" value="org.argeo.tp.rap" />
59 </map>
60 </property>
61 <property name="osgiFactory" ref="osgiFactory" />
62 </bean>
63 </flow:flow>
64
65 <!-- File upload Addons -->
66
67 <!-- !!!! WARNING !!!! The corresponding zip must be manually imported in
68 corresponding workspace of the dist repo at path org/eclipse/www/downloads/rt/rap/addons/@{rapRelease}/
69 until we implement a cleaner way to directly retrieve the corresponding jars
70 for eclipse repository -->
71
72 <flow:flow name="eclipse/org.argeo.tp.rap.addons" parent="template.importRapAddons">
73 <flow:arg name="rapRelease" value="0.5" />
74 <flow:arg name="rapTimestamp" value="0.5.0.argeo.20150109" />
75 </flow:flow>
76
77 <flow:flow id="template.importRapAddons" spec="rapVersion.spec"
78 abstract="true">
79 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
80 <property name="uri"
81 value="http://www.eclipse.org/downloads/rt/rap/addons/@{rapRelease}/addons-@{rapTimestamp}.zip" />
82 <property name="includes">
83 <map>
84 <entry key="plugins/org.eclipse.rap.addons.*.jar" value="org.argeo.tp.rap" />
85 </map>
86 </property>
87 <property name="osgiFactory" ref="osgiFactory" />
88 </bean>
89 </flow:flow>
90 <!-- !!!! WARNING !!!! The corresponding zip must be manually imported in
91 corresponding workspace of the dist repo at path org/eclipse/www/downloads/rt/rap/addons/fileupload/@{rapRelease}/
92 until we implement a cleaner way to directly retrieve the corresponding jars
93 for eclipse repository -->
94
95 <!-- <flow:flow name="eclipse/org.argeo.tp.rap.addons.fileupload" parent="template.importRapFileUpload">
96 <flow:arg name="rapRelease" value="0.6" /> <flow:arg name="rapTimestamp"
97 value="0.6.0-20140611-1558" /> </flow:flow> <flow:flow id="template.importRapFileUpload"
98 spec="rapVersion.spec" abstract="true"> <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
99 <property name="uri" value="http://www.eclipse.org/downloads/rt/rap/addons/fileupload/@{rapRelease}/fileupload-@{rapTimestamp}.zip"
100 /> <property name="includes"> <map> <entry key="plugins/org.eclipse.rap.addons.*.jar"
101 value="org.argeo.tp.rap" /> </map> </property> <property name="osgiFactory"
102 ref="osgiFactory" /> </bean> </flow:flow> -->
103 </beans>