Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.core.sdk.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.core.sdk.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.tcf.core.sdk.feature/feature.xml b/features/org.eclipse.tcf.core.sdk.feature/feature.xml
index c6d152841..3f5014cae 100644
--- a/features/org.eclipse.tcf.core.sdk.feature/feature.xml
+++ b/features/org.eclipse.tcf.core.sdk.feature/feature.xml
@@ -31,9 +31,9 @@
<update label="%updateSiteName" url="http://download.eclipse.org/releases/kepler"/>
</url>
- <includes
- id="org.eclipse.tcf.core.feature"
- version="0.0.0"/>
+ <requires>
+ <import feature="org.eclipse.tcf.core.feature" version="1.2.0" match="greaterOrEqual"/>
+ </requires>
<plugin
id="org.eclipse.tcf.source"

Back to the top