blob: 36445548796f359a0bff4c48e056c64a65c0886a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.sdk.examples.feature"
label="ECF Remote Services Examples"
version="1.0.200.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
<description url="http://www.eclipse.org/ecf">
This feature provides the ECF Remote Services SDK Examples. These are examples of 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
</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>