Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-05-22 10:16:18 +0000
committerSravan Kumar Lakkimsetti2017-05-22 10:56:46 +0000
commit927cab9342cf638300bfb284a6363bc284d8c5ec (patch)
tree070bab828180c4b268159bf8e3aa82583c56e5e7
parent368a02173b95978535968b170a055fb497fadf47 (diff)
downloadrt.equinox.bundles-927cab9342cf638300bfb284a6363bc284d8c5ec.tar.gz
rt.equinox.bundles-927cab9342cf638300bfb284a6363bc284d8c5ec.tar.xz
rt.equinox.bundles-927cab9342cf638300bfb284a6363bc284d8c5ec.zip
Bug 506956 - Update prereqs for Oxygen Milestones: ECFY20170523-0000I20170523-0800I20170522-2000I20170522-0800
Change-Id: Id5fb8b383f57e124394fc9b2a9a169d9d36ca69c Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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