Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.equinox.server.p2/feature.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.server.p2/feature.xml b/features/org.eclipse.equinox.server.p2/feature.xml
index bf66d60ab..fd23e5bf8 100644
--- a/features/org.eclipse.equinox.server.p2/feature.xml
+++ b/features/org.eclipse.equinox.server.p2/feature.xml
@@ -16,12 +16,12 @@
</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"/>
- <import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.0.0" match="compatible"/>
- <import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.0.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.core.feature" version="1.4.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.core.ssl.feature" version="1.1.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.feature" version="3.13.7" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.httpclient4.feature" version="3.13.7" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.httpclient4.ssl.feature" version="1.1.0" match="compatible"/>
+ <import feature="org.eclipse.ecf.filetransfer.ssl.feature" version="1.1.0" match="compatible"/>
</requires>
<plugin

Back to the top