]> git.argeo.org Git - gpl/argeo-tp.git/blob - META-INF/spring/org.argeo.tp.equinox.xml
Improve and extend Apache Commons
[gpl/argeo-tp.git] / META-INF / spring / org.argeo.tp.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="org.argeo.tp.eclipse/org.argeo.tp.equinox"
12 parent="template.importEquinox">
13 <!-- <flow:arg name="version" value="3.9.1" /> -->
14 <flow:arg name="equinoxRelease" value="KeplerSR2" />
15 <flow:arg name="equinoxTimestamp" value="201402211700" />
16 </flow:flow>
17
18 <!-- Equinox specs and templates -->
19 <flow:spec id="equinoxVersion.spec">
20 <!-- <flow:primitive name="version" isParameter="true" /> -->
21 <flow:primitive name="equinoxRelease" isParameter="true" />
22 <flow:primitive name="equinoxTimestamp" isParameter="true" />
23 </flow:spec>
24
25 <flow:flow id="template.importEquinox" spec="equinoxVersion.spec"
26 abstract="true">
27 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
28 <property name="uri"
29 value="http://www.eclipse.org/downloads/equinox/drops/R-@{equinoxRelease}-@{equinoxTimestamp}/equinox-SDK-@{equinoxRelease}.zip" />
30 <property name="includes">
31 <map>
32 <entry key="plugins/org.eclipse.osgi_*.jar" value="org.argeo.tp.equinox" />
33 <entry key="plugins/org.eclipse.osgi.*.jar" value="org.argeo.tp.equinox" />
34 <entry key="plugins/org.eclipse.osgi.equinox.security_*.jar"
35 value="org.argeo.tp.equinox" />
36 </map>
37 </property>
38 <property name="osgiFactory" ref="osgiFactory" />
39 </bean>
40 </flow:flow>
41 </beans>