Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-01-31 22:07:42 +0000
committerslewis2014-01-31 22:07:42 +0000
commitd34ab8d92c83fb7e43b6bd9f8a9222aa9d338f41 (patch)
treecabdc044547909b5e86509c4f34adaa72c1c0366
parent0914ca0bd2bbe54852052fa7add690ec0698a481 (diff)
downloadorg.eclipse.ecf-bug409787.tar.gz
org.eclipse.ecf-bug409787.tar.xz
org.eclipse.ecf-bug409787.zip
Move rest.feature version match to 1.0 rather than 1.0bug409787
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml2
1 files changed, 1 insertions, 1 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 f6d654773..a47378296 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.rest.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.feature" version="1.0" match="compatible"/>
</requires>
<plugin

Back to the top