]> git.argeo.org Git - gpl/argeo-tp.git/blob - eclipse.equinox.xml
c8d230698358f795e13b66a2e976ce21883e8ed0
[gpl/argeo-tp.git] / 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 <flow:flow name="eclipse/org.argeo.tp.equinox" parent="template.importEquinox">
11 <flow:arg name="equinoxRelease" value="4.13" />
12 <flow:arg name="equinoxTimestamp" value="201909161045" />
13 </flow:flow>
14
15 <!-- Equinox specs and templates -->
16 <flow:spec id="equinoxVersion.spec">
17 <flow:primitive name="equinoxRelease" isParameter="true" />
18 <flow:primitive name="equinoxTimestamp" isParameter="true" />
19 </flow:spec>
20
21 <flow:flow id="template.importEquinox" spec="equinoxVersion.spec"
22 abstract="true">
23 <bean class="org.argeo.slc.repo.osgi.ArchiveWrapper">
24 <property name="uri"
25 value="http://www.eclipse.org/downloads/equinox/drops/R-@{equinoxRelease}-@{equinoxTimestamp}/equinox-SDK-@{equinoxRelease}.zip" />
26 <property name="includes">
27 <map>
28 <!-- Core OSGi framework -->
29 <entry key="plugins/org.eclipse.osgi_*.jar" value="org.argeo.tp.equinox" />
30 <entry key="plugins/org.eclipse.osgi.source_*.jar" value="org.argeo.tp.equinox" />
31 <entry key="plugins/org.eclipse.osgi.util*.jar" value="org.argeo.tp.equinox" />
32 <entry key="plugins/org.eclipse.osgi.services*.jar" value="org.argeo.tp.equinox" />
33
34 <!-- Javax -->
35 <entry key="plugins/javax.servlet*.jar" value="org.argeo.tp.javax" />
36 <entry key="plugins/javax.el*.jar" value="org.argeo.tp.javax" />
37
38 <!-- Jetty -->
39 <!-- <entry key="plugins/org.eclipse.jetty*.jar" value="org.argeo.tp.jetty" /> -->
40
41 <!-- Felix -->
42 <entry key="plugins/org.apache.felix.gogo.*.jar" value="org.argeo.tp.apache.felix" />
43 <entry key="plugins/org.apache.felix.scr*.jar" value="org.argeo.tp.apache.felix" />
44
45 <!-- Apache -->
46 <entry key="plugins/org.apache.jasper.*.jar" value="org.argeo.tp.apache" />
47
48 <!-- Required by RAP -->
49 <entry key="plugins/org.eclipse.equinox.app*.jar" value="org.argeo.tp.equinox" />
50 <entry key="plugins/org.eclipse.equinox.cm*.jar" value="org.argeo.tp.equinox" />
51 <entry key="plugins/org.eclipse.equinox.common*.jar" value="org.argeo.tp.equinox" />
52 <entry key="plugins/org.eclipse.equinox.console_*.jar" value="org.argeo.tp.equinox" />
53 <entry key="plugins/org.eclipse.equinox.console.source_*.jar"
54 value="org.argeo.tp.equinox" />
55 <entry key="plugins/org.eclipse.equinox.ds*.jar" value="org.argeo.tp.equinox" />
56 <entry key="plugins/org.eclipse.equinox.metatype*.jar" value="org.argeo.tp.equinox" />
57 <entry key="plugins/org.eclipse.equinox.event*.jar" value="org.argeo.tp.equinox" />
58 <entry key="plugins/org.eclipse.equinox.http.jetty*.jar"
59 value="org.argeo.tp.equinox" />
60 <entry key="plugins/org.eclipse.equinox.http.registry*.jar"
61 value="org.argeo.tp.equinox" />
62 <entry key="plugins/org.eclipse.equinox.http.servlet*.jar"
63 value="org.argeo.tp.equinox" />
64 <entry key="plugins/org.eclipse.equinox.http.servletbridge*.jar"
65 value="org.argeo.tp.equinox" />
66 <entry key="plugins/org.eclipse.equinox.preferences*.jar"
67 value="org.argeo.tp.equinox" />
68 <entry key="plugins/org.eclipse.equinox.registry*.jar" value="org.argeo.tp.equinox" />
69 <entry key="plugins/org.eclipse.equinox.servletbridge*.jar"
70 value="org.argeo.tp.equinox" />
71 <entry key="plugins/org.eclipse.equinox.util*.jar" value="org.argeo.tp.equinox" />
72 <entry key="plugins/org.eclipse.equinox.jsp.*.jar" value="org.argeo.tp.equinox" />
73 </map>
74 </property>
75 <property name="osgiFactory" ref="osgiFactory" />
76 </bean>
77 </flow:flow>
78
79 <!-- <flow:flow name="eclipse/org.eclipse.jdt.core.compiler.batch" -->
80 <!-- spec="equinoxVersion.spec"> -->
81 <!-- <flow:arg name="equinoxRelease" value="4.4.1" /> -->
82 <!-- <flow:arg name="equinoxTimestamp" value="201409250400" /> -->
83 <!-- <bean id="org.eclipse.jdt.core.compiler.batch" class="org.argeo.slc.spring.repo.osgi.UriWrapper"> -->
84 <!-- <property name="version" value="3.10.0.v20140902-0626" /> -->
85 <!-- <property name="uri" -->
86 <!-- value="http://www.eclipse.org/downloads/eclipse/downloads/drops4/R-@{equinoxRelease}-@{equinoxTimestamp}/ecj-@{equinoxRelease}.jar"
87 /> -->
88 <!-- <property name="groupId" value="org.argeo.tp.equinox" /> -->
89 <!-- <property name="doNotModify" value="true" /> -->
90 <!-- <property name="license"> -->
91 <!-- <util:constant static-field="org.argeo.slc.repo.FreeLicense.EPL" /> -->
92 <!-- </property> -->
93 <!-- <property name="osgiFactory" ref="osgiFactory" /> -->
94 <!-- <property name="sourcesProvider"> -->
95 <!-- <bean class="org.argeo.slc.repo.osgi.ArchiveSourcesProvider"> -->
96 <!-- <property name="uri" -->
97 <!-- value="http://www.eclipse.org/downloads/eclipse/downloads/drops4/R-@{equinoxRelease}-@{equinoxTimestamp}/ecjsrc-@{equinoxRelease}.jar"
98 /> -->
99 <!-- <property name="osgiFactory" ref="osgiFactory" /> -->
100 <!-- </bean> -->
101 <!-- </property> -->
102 <!-- </bean> -->
103 <!-- </flow:flow> -->
104
105 </beans>