Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-02-01 00:41:26 +0000
committerslewis2014-02-01 00:41:26 +0000
commitc887e5f30a257f6d7a4f407e4aae2820c2933f6b (patch)
treea990fc7fc9be578243b12d1ae93c9ae3334fbd59 /releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature
parent02eb961777245be5f55e29fb703a111e03c20e0b (diff)
downloadorg.eclipse.ecf-c887e5f30a257f6d7a4f407e4aae2820c2933f6b.tar.gz
org.eclipse.ecf-c887e5f30a257f6d7a4f407e4aae2820c2933f6b.tar.xz
org.eclipse.ecf-c887e5f30a257f6d7a4f407e4aae2820c2933f6b.zip
Fixes for new REST Synd feature
Diffstat (limited to 'releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature')
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/feature.xml
index e017725cb..da50c0cba 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature/feature.xml
@@ -26,7 +26,7 @@
</license>
<requires>
- <import feature="org.eclipse.ecf.remoteservice.feature" version="1.1" match="compatible"/>
+ <import feature="org.eclipse.ecf.remoteservice.rest.feature" version="1.0" match="compatible"/>
</requires>
<plugin

Back to the top