Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index 0dc324d70..09190a37c 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -20,6 +20,7 @@
</license>
<requires>
+ <import feature="org.eclipse.ecf.core.feature" version="1.1.0" match="compatible"/>
<import feature="org.eclipse.ecf.core.ssl.feature" version="1.0.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.feature" version="3.9.0" match="compatible"/>
<import feature="org.eclipse.ecf.filetransfer.httpclient4.feature" version="3.8.0" match="compatible"/>

Back to the top