Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tcf.cdt.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.tcf.cdt.feature/feature.xml b/features/org.eclipse.tcf.cdt.feature/feature.xml
index 84974165a..1738e33fd 100644
--- a/features/org.eclipse.tcf.cdt.feature/feature.xml
+++ b/features/org.eclipse.tcf.cdt.feature/feature.xml
@@ -50,11 +50,11 @@
<import plugin="org.eclipse.core.expressions" version="3.4.400" match="greaterOrEqual"/>
<import plugin="org.eclipse.cdt.launch" version="7.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.cdt.dsf.ui" version="2.3.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.cdt" version="8.1.1" match="greaterOrEqual"/>
- <import feature="org.eclipse.tcf.feature" version="1.3.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.tcf.debug.ui" version="1.3.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.ui.workbench"/>
+ <import feature="org.eclipse.cdt" version="8.1.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tcf.feature" version="1.3.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.tcf.debug.ui" version="1.3.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top