blob: ae48eea0c98d9619de517c42e5a0203f21223b6a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.sdk.examples.feature"
label="OSGi Remote Services Examples"
version="1.0.0.qualifier"
provider-name="Eclipse.org - ECF">
<description url="http://www.eclipse.org/ecf">
This feature provides the ECF Remote Services SDK Examples. These are examples of OSGi Remote Services that use the ECF implementations of OSGi Remote Services/Remote Service Admin specifications. For tutorials based upon these examples see
https://wiki.eclipse.org/ECF#OSGi_Remote_Services
</description>
<copyright>
#################################################
# Copyright (c) 2014 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>
<includes
id="org.eclipse.ecf.eventadmin.examples.feature"
version="0.0.0"/>
<includes
id="org.eclipse.ecf.remoteservice.examples.feature"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.ecf.remoteservice.sdk.feature" version="3.8" match="compatible"/>
</requires>
</feature>