blob: 085c053918c1f955896a6fb198b541fe390bd275 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.examples.feature"
label="ECF OSGi Remote Services Examples"
version="1.3.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/ecf">
This feature provides ECF Remote Service Examples. These are
examples of the use of OSGi R6 Remote Services and Remote Service Admin. Remote Services are specified in chapter 100 of the OSGi R6 Enterprise specification while RSA is specified in chapter 122 of the OSGi R6 Enterprise specification.
For specifications see
http://www.osgi.org/Specifications/HomePage
For tutorials, documentation, and examples with ECF&apos;s Implementation of OSGi RS/RSA see
https://wiki.eclipse.org/ECF#OSGi_Remote_Services
</description>
<copyright>
#################################################
# Copyright (c) 2010 Composent, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v1.0 which accompanies this
# distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors: Composent, Inc. - initial API and implementation
#################################################
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.ecf.remoteservice.rest.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.remoteservice.rest.synd.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.osgi.services.feature" version="2.0" match="compatible"/>
<import feature="org.eclipse.ecf.provider.generic.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.provider.generic.remoteservice.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.remoteservice.rosgi.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.discovery.dnssd.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.discovery.jmdns.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.discovery.slp.feature" version="1.0" match="compatible"/>
<import feature="org.eclipse.ecf.discovery.zookeeper.feature" version="1.0" match="compatible"/>
</requires>
<plugin
id="org.eclipse.ecf.examples.remoteservices.hello"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.remoteservices.hello.consumer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.remoteservices.hello.ds.consumer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.remoteservices.hello.host"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.remoteservices.rest.rss"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.remoteservices.hello.consumer.edef"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.consumer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.consumer.ds"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.consumer.filediscovery"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.consumer.filediscovery.rest"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.host"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.provider.rest.common"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.provider.rest.consumer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="com.mycorp.examples.timeservice.provider.rest.host"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>