Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-11-02 07:21:19 +0000
committerEugene Tarassov2013-11-02 07:21:19 +0000
commit9e0db973ab4f294e5c99f9171670d1176a9b304b (patch)
treea236ed76db0e650a3b375b86d3ebb71f012065c8 /features/org.eclipse.tcf.feature
parenta02244e9af87e8e8022c06afa433930537fc0087 (diff)
downloadorg.eclipse.tcf-9e0db973ab4f294e5c99f9171670d1176a9b304b.tar.gz
org.eclipse.tcf-9e0db973ab4f294e5c99f9171670d1176a9b304b.tar.xz
org.eclipse.tcf-9e0db973ab4f294e5c99f9171670d1176a9b304b.zip
TCF Debugger: changed required version of terminal plug-in to fix compatibility with Eclipse version 3.8
Diffstat (limited to 'features/org.eclipse.tcf.feature')
-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