]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/eclipse.equinox.xml
Work on including rap platform to base distribution.
[gpl/argeo-tp.git] / META-INF / spring / eclipse.equinox.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 <!-- Equinox Kepler SR2 (3.9.1) -->
11 <flow:flow name="eclipse/org.argeo.tp.equinox" parent="template.importEquinox">
12 <!-- <flow:arg name="version" value="3.9.1" /> -->
13 <flow:arg name="equinoxRelease" value="KeplerSR2" />
14 <flow:arg name="equinoxTimestamp" value="201402211700" />
15 </flow:flow>
16
17 <!-- Equinox specs and templates -->
18 <flow:spec id="equinoxVersion.spec">
19 <!-- <flow:primitive name="version" isParameter="true" /> -->
20 <flow:primitive name="equinoxRelease" isParameter="true" />
21 <flow:primitive name="equinoxTimestamp" isParameter="true" />
22 </flow:spec>
23
24 <flow:flow id="template.importEquinox" spec="equinoxVersion.spec"
25 abstract="true">
26 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
27 <property name="uri"
28 value="http://www.eclipse.org/downloads/equinox/drops/R-@{equinoxRelease}-@{equinoxTimestamp}/equinox-SDK-@{equinoxRelease}.zip" />
29 <property name="includes">
30 <map>
31 <entry key="plugins/org.eclipse.osgi_*.jar" value="org.argeo.tp.equinox" />
32 <entry key="plugins/org.eclipse.osgi.*.jar" value="org.argeo.tp.equinox" />
33 <!-- FIXME move it to RAP or Addons, only used for build -->
34 <entry key="plugins/org.eclipse.equinox.security_*.jar"
35 value="org.argeo.tp.equinox" />
36 <entry key="plugins/org.eclipse.equinox.security.source_*.jar"
37 value="org.argeo.tp.equinox" />
38 <!-- <entry key="plugins/org.eclipse.core.*.jar" -->
39 <!-- value="org.argeo.tp.equinox" /> -->
40 </map>
41 </property>
42 <property name="osgiFactory" ref="osgiFactory" />
43 </bean>
44 </flow:flow>
45 </beans>