Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.feature/feature.xml')
-rw-r--r--features/org.eclipse.tcf.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.tcf.feature/feature.xml b/features/org.eclipse.tcf.feature/feature.xml
index ab1036ef9..ef0d1cbca 100644
--- a/features/org.eclipse.tcf.feature/feature.xml
+++ b/features/org.eclipse.tcf.feature/feature.xml
@@ -53,7 +53,7 @@
<import plugin="org.eclipse.ui.ide" version="3.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.views" version="3.6.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.8.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.tm.terminal" version="3.2.100" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.tm.terminal" version="3.2.2" match="greaterOrEqual"/>
<import plugin="org.eclipse.tcf.core" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.tcf.debug" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.tcf" version="1.2.0" match="greaterOrEqual"/>

Back to the top