]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/eclipse.rcp.e4.xml
Better separate various UI platforms. Reintroduce RCP.
[gpl/argeo-tp.git] / META-INF / spring / eclipse.rcp.e4.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 <!-- RCP 3.8 -->
11 <flow:flow name="eclipse/org.argeo.tp.rcp.e4" parent="template.eclipseRcp">
12 <flow:arg name="version" value="4.7.2" />
13 <flow:arg name="release" value="R-4.7.2-201711300510" />
14 </flow:flow>
15
16 <!-- RAP specs and templates -->
17 <flow:spec id="spec.eclipseRcp">
18 <flow:primitive name="version" isParameter="true" />
19 <flow:primitive name="release" isParameter="true" />
20 </flow:spec>
21
22 <flow:flow id="template.eclipseRcp" spec="spec.eclipseRcp"
23 abstract="true">
24 <!-- RCP (platform + OS specific binaries) -->
25 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
26 <property name="version" value="@{version}" />
27 <property name="uri"
28 value="http://www.eclipse.org/downloads/eclipse/downloads/drops4/@{release}/org.eclipse.rcp.source-@{version}.zip" />
29 <property name="includes">
30 <map>
31 <entry key="plugins/*.jar" value="org.argeo.tp.rcp.e4" />
32 </map>
33 </property>
34 <property name="osgiFactory" ref="osgiFactory" />
35 </bean>
36 </flow:flow>
37 </beans>