Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2014-02-19 20:01:38 +0000
committerKrzysztof Daniel2014-02-19 20:01:38 +0000
commit7ce80800e6b5f75bf235169fe147bb2fbe898f68 (patch)
tree3b175d3bc99da682c78fd2541011f14ae41777fc
parent8dc7e337a02a0f0f5205a36a94787c143bbd3cef (diff)
downloadrt.equinox.p2-7ce80800e6b5f75bf235169fe147bb2fbe898f68.tar.gz
rt.equinox.p2-7ce80800e6b5f75bf235169fe147bb2fbe898f68.tar.xz
rt.equinox.p2-7ce80800e6b5f75bf235169fe147bb2fbe898f68.zip
Bug 419647: React to ECF feature restructuring
Explicitly include core feature. Change-Id: Ifd0bf3d711f4f25830869d3b7b1de296210e81c6 Signed-off-by: Krzysztof Daniel <krzysztof.daniel@gmail.com>
-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