Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml')
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml36
1 files changed, 11 insertions, 25 deletions
diff --git a/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml
index 910e14ee9..a45ce6d96 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml
@@ -6,7 +6,10 @@
provider-name="%providerName">
<description url="http://www.eclipse.org/ecf">
- This feature provides the ECF Remote Services REST Support. This API allows clients to easily be created for REST-based services.
+ This feature provides the REST support for ECF Remote Services.
+This API allows REST-based OSGi Remote Services to easily be created. For information about REST-based remote services see:
+
+https://wiki.eclipse.org/ECF#OSGi_Remote_Services
</description>
<copyright>
@@ -25,9 +28,13 @@
%license
</license>
- <includes
- id="org.eclipse.ecf.remoteservice.feature"
- version="0.0.0"/>
+ <requires>
+ <import feature="org.eclipse.ecf.remoteservice.feature" version="2.1" match="compatible"/>
+ <import plugin="org.apache.commons.codec" version="1.6" match="compatible"/>
+ <import plugin="org.apache.commons.logging" version="1.1.1" match="compatible"/>
+ <import plugin="org.apache.httpcomponents.httpclient" version="4.2" match="compatible"/>
+ <import plugin="org.apache.httpcomponents.httpcore" version="4.2" match="compatible"/>
+ </requires>
<plugin
id="org.eclipse.ecf.remoteservice.rest"
@@ -43,25 +50,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.eclipse.ecf.remoteservice.rest.synd"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="com.sun.syndication"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jdom"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top