blob: e59c3c6e62f50e283859c076b72032d6a18af0a2 [file] [log] [blame]
############################################################################
# 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>