diff options
author | slewis | 2014-01-31 22:07:42 +0000 |
---|---|---|
committer | slewis | 2014-01-31 22:07:42 +0000 |
commit | d34ab8d92c83fb7e43b6bd9f8a9222aa9d338f41 (patch) | |
tree | cabdc044547909b5e86509c4f34adaa72c1c0366 | |
parent | 0914ca0bd2bbe54852052fa7add690ec0698a481 (diff) | |
download | org.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
Change-Id: I574964415ea01b66fec1c5e6f4fa0eb687271139
-rw-r--r-- | releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml | 2 |
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 |