Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4f121badc5ad7710af13676d4cb5d9ac8e0cb79e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
	name="ecf-remoteservices-sdk-3.14.0">
	<feature name="ecf-rs-dependencies" version="3.14.0"
		description="ECF 3.14.0 RemoteServices External Dependencies. https://wiki.eclipse.org/ECF#OSGi_Remote_Services">
		<bundle>
			mvn:org.eclipse.platform/org.eclipse.equinox.supplement/1.6.100
		</bundle>
		<bundle start-level="50">
			mvn:org.eclipse.platform/org.eclipse.equinox.common/3.9.0
		</bundle>
		<bundle>
			mvn:org.eclipse.platform/org.eclipse.core.jobs/3.9.3
		</bundle>
		<bundle>
			mvn:org.eclipse.platform/org.eclipse.equinox.concurrent/1.1.0
		</bundle>
		<feature>scr</feature>
		<feature>eventadmin</feature>
	</feature>
	<feature name="ecf-rs-core" version="3.14.0" description="ECF Core">
		<feature version="3.14.0">ecf-rs-dependencies</feature>
		<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.identity/3.9.0</bundle>
		<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf/3.9.0</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.sharedobject/2.6.0
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.discovery/5.0.300
		</bundle>
		
		<bundle>
		<!--
			mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.asyncproxy/2.1.0
			-->
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/plugins/org.eclipse.ecf.remoteservice.asyncproxy_2.1.0.v20180409-2248.jar
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice/8.13.0
		</bundle>
	</feature>
	<feature name="ecf-rs-console" version="3.14.0" description="ECF Console">
		<bundle>
		<!-- 
			mvn:org.eclipse.ecf/org.eclipse.ecf.console/1.1.0
			-->
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/karaf/org.eclipse.ecf.console_1.2.0.v20180611.jar
		</bundle>
		<bundle>
		<!-- 
			mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console/1.0.0
			-->
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/karaf/org.eclipse.ecf.osgi.services.remoteserviceadmin.console_1.1.0.v20180611.jar
		</bundle>
	</feature>
	<feature name="ecf-rs-rsa-impl" version="3.14.0"
		description="ECF RemoteServices OSGi R6 Remote Service Admin (RSA) Impl. See https://wiki.eclipse.org/Remote_Services_Admin">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.osgi.services.remoteserviceadmin/1.6.200
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy/1.0.100
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.remoteserviceadmin/4.6.800
		</bundle>
	</feature>
	<feature name="ecf-rs-rsa-topology-manager" version="3.14.0"
		description="ECF RemoteServices OSGi R6 Default Topology Manager (promiscuous). See https://wiki.eclipse.org/Remote_Services_Admin">
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.osgi.services.distribution/2.1.200
		</bundle>
	</feature>
	<feature name="ecf-rs-rsa" version="3.14.0"
		description="ECF 3.14.0 Remote Service Admin">
		<feature version="3.14.0">ecf-rs-rsa-impl</feature>
		<feature version="3.14.0">ecf-rs-rsa-topology-manager</feature>
	</feature>
	<feature name="ecf-rs-distribution-generic" version="3.14.0"
		description="ECF RemoteServices Generic Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider/4.8.0
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider.remoteservice/4.4.100
		</bundle>
	</feature>
	<feature name="ecf-rs-distribution-rosgi" version="3.14.0"
		description="ECF RemoteService ROSGi Distribution Provider. https://wiki.eclipse.org/EIG:Configuration_Properties">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/ch.ethz.iks.r_osgi.remote/1.2.200
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider.r_osgi/3.6.200
		</bundle>
	</feature>
	<feature name="ecf-rs-discovery-jmdns" version="3.14.0"
		description="ECF RemoteServices JMDNS Discovery Provider">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jmdns/4.3.200
		</bundle>
	</feature>
	<feature name="ecf-rs-discovery-zookeeper" version="3.14.0"
		description="ECF RemoteServices Zookeeper Discovery Provider. See https://wiki.eclipse.org/Zookeeper_Based_ECF_Discovery">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.apache.hadoop.zookeeper/3.3.3.v201105210832
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider.zookeeper/1.2.200
		</bundle>
	</feature>
	<feature name="ecf-rs-discovery-slp" version="3.14.0"
		description="ECF Discovery SLP Provider. See https://wiki.eclipse.org/R-OSGi_Properties">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>mvn:org.eclipse.ecf/ch.ethz.iks.slp/1.2.0</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.provider.jslp/3.2.200
		</bundle>
	</feature>
	<feature name="ecf-rs-distribution-rest" version="3.14.0"
		description="ECF Discovery REST Provider Support">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.apache.commons.codec/1.9.0.v20170208-1614
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.apache.httpcomponents.httpclient/4.5.2.v20170210-0925
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.apache.httpcomponents.httpcore/4.4.6.v20170210-0925
		</bundle>
		<bundle>mvn:org.eclipse.ecf/org.json/1.0.0.v201011060100</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.rest/2.7.100
		</bundle>
	</feature>
	<feature name="ecf-rs-eventadmin" version="3.14.0"
		description="ECF 3.14.0 RemoteServices SDK Distributed EventAdmin">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.eventadmin/1.3.0
		</bundle>
	</feature>
	<feature name="ecf-rs-distribution-servlet" version="3.14.0"
		description="ECF 3.14.0 RemoteServices SDK Generic Servlet Support">
		<feature version="3.14.0">ecf-rs-core</feature>
		<bundle>
			mvn:org.eclipse.ecf/javax.servlet/3.1.0.v201410161800
		</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.remoteservice.servlet/1.0.100
		</bundle>
	</feature>
	<feature name="ecf-rs-distribution-generic-server" version="3.14.0"
		description="ECF 3.14.0 RemoteServices SDK Generic Server Support">
		<feature version="3.14.0">ecf-rs-distribution-generic</feature>
		<bundle>mvn:org.eclipse.ecf/org.eclipse.ecf.server/2.1.200</bundle>
		<bundle>
			mvn:org.eclipse.ecf/org.eclipse.ecf.server.generic/8.0.100
		</bundle>
	</feature>
	<feature name="ecf-rs-examples-timeservice-api" version="3.14.0"
		description="ECF RemoteService TimeService API Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
		<bundle>
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/plugins/com.mycorp.examples.timeservice.async_2.1.0.v20180314-1732.jar
		</bundle>
	</feature>
	<feature name="ecf-rs-examples-timeservice-host" version="3.14.0"
		description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
		<feature version="3.14.0">ecf-rs-examples-timeservice-api</feature>
		<bundle>
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/plugins/com.mycorp.examples.timeservice.host_1.1.200.v20180502-2137.jar
		</bundle>
	</feature>
	<feature name="ecf-rs-examples-timeservice-consumer" version="3.14.0"
		description="ECF RemoteService TimeService Host Example. See https://wiki.eclipse.org/Tutorial:_Building_your_first_OSGi_Remote_Service">
		<feature version="3.14.0">ecf-rs-examples-timeservice-api</feature>
		<bundle>
			http://download.eclipse.org/rt/ecf/3.14.0/site.p2/plugins/com.mycorp.examples.timeservice.consumer.ds_1.0.200.v20180402-2025.jar
		</bundle>
	</feature>
	<feature name="ecf-rs-sdk" version="3.14.0"
		description="ECF 3.14.0 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
		<feature version="3.14.0">ecf-rs-rsa</feature>
		<feature version="3.14.0">ecf-rs-distribution-generic</feature>
		<feature version="3.14.0">ecf-rs-discovery-jmdns</feature>
		<feature version="3.14.0">ecf-rs-console</feature>
	</feature>
	<feature name="ecf-rs-sdk-examples-timeservicehost" version="3.14.0"
		description="ECF 3.14.0 RemoteServices SDK with Generic Distribution Provider and JMDNS/Zeroconf Discovery Provider">
		<feature version="3.14.0">ecf-rs-rsa</feature>
		<feature version="3.14.0">ecf-rs-distribution-generic</feature>
		<feature version="3.14.0">ecf-rs-discovery-jmdns</feature>
		<feature version="3.14.0">ecf-rs-console</feature>
		<feature version="3.14.0">ecf-rs-examples-timeservice-host</feature>
	</feature>
</features>

Back to the top