Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e59c3c6e62f50e283859c076b72032d6a18af0a2 (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
############################################################################
# Copyright (c) 2013 Composent Inc. and others.
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
############################################################################
plugin.name=ECF Remote Services PDE Tooling
plugin.provider=Eclipse.org - ECF

pluginContent.helloHostService.name=OSGi Remote Service Host Example
pluginContent.helloHostService.description=\
<p>This wizard creates and registers an <b>IHello</b> OSGi Remote Service.</p>\
<p><b>Imports Used</b></p>\
<li>org.osgi.framework</li>\
<li>org.eclipse.ecf.osgi.services.distribution</li>\
<li>org.eclipse.ecf.examples.remoteservices.hello</li>

pluginContent.helloConsumerService.name=OSGi Remote Service Consumer Example
pluginContent.helloConsumerService.description=\
<p>This wizard creates a ServiceTracker to discover <b>IHello</b> remote services.</p>\
<p><b>Imports Used</b></p>\
<li>org.osgi.framework</li>\
<li>org.eclipse.ecf.osgi.services.distribution</li>\
<li>org.eclipse.ecf.examples.remoteservices.hello</li>
<li>org.eclipse.ecf.remoteservice</li>
<li>org.eclipse.equinox.concurrent.future</li>
<li>org.osgi.util.tracker</li>

Back to the top