Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-01-30 00:12:09 +0000
committerslewis2014-01-30 00:12:09 +0000
commite4891a93b9bbecc891a035cb98c30b1ee3665587 (patch)
tree6d087a7fcad77c01544f8ea1048f181a4fae6af5 /releng/features/org.eclipse.ecf.core.ssl.feature
parent81f09dc7e1fa8fc3f43ba4288344dc59f297d79c (diff)
downloadorg.eclipse.ecf-e4891a93b9bbecc891a035cb98c30b1ee3665587.tar.gz
org.eclipse.ecf-e4891a93b9bbecc891a035cb98c30b1ee3665587.tar.xz
org.eclipse.ecf-e4891a93b9bbecc891a035cb98c30b1ee3665587.zip
Replaced feature includes with requires dependencies
Diffstat (limited to 'releng/features/org.eclipse.ecf.core.ssl.feature')
-rw-r--r--releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml b/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
index f108abb49..0e86a47f6 100644
--- a/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.ssl.feature/feature.xml
@@ -24,6 +24,10 @@ Contributors: Composent, Inc. - initial API and implementation
%license
</license>
+ <requires>
+ <import feature="org.eclipse.ecf.core.feature" version="1.1.0" match="compatible"/>
+ </requires>
+
<plugin
id="org.eclipse.ecf.ssl"
download-size="0"

Back to the top