Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-06-17 08:02:50 +0000
committerUwe Stieber2014-06-17 08:03:24 +0000
commit55637ebe6fd5a358c8e7af4d33bd31c5ea4b2384 (patch)
tree4bb600cd4b8b82943356f3c1e40d4a44d13a7c9f /target_explorer/features
parent044994c8c0c2ef7d268f88f4976c9df2fc5d6baa (diff)
downloadorg.eclipse.tcf-55637ebe6fd5a358c8e7af4d33bd31c5ea4b2384.tar.gz
org.eclipse.tcf-55637ebe6fd5a358c8e7af4d33bd31c5ea4b2384.tar.xz
org.eclipse.tcf-55637ebe6fd5a358c8e7af4d33bd31c5ea4b2384.zip
Target Explorer: Uprev required TM Terminal feature
Diffstat (limited to 'target_explorer/features')
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.feature/feature.xml2
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.sdk.feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.feature/feature.xml
index 1c6976cdb..295348faf 100644
--- a/target_explorer/features/org.eclipse.tcf.te.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tcf.te.feature/feature.xml
@@ -61,7 +61,7 @@
<import plugin="org.eclipse.tm.terminal.serial" version="2.1.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.tm.terminal.ssh" version="2.1.300" match="greaterOrEqual"/>
<import plugin="org.eclipse.tm.terminal.telnet" version="2.1.300" match="greaterOrEqual"/>
- <import feature="org.eclipse.tm.terminal" version="3.2.100" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tm.terminal" version="3.2.300" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.serial" version="2.1.300" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.ssh" version="2.1.300" match="greaterOrEqual"/>
<import feature="org.eclipse.tm.terminal.telnet" version="2.1.300" match="greaterOrEqual"/>
diff --git a/target_explorer/features/org.eclipse.tcf.te.sdk.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.sdk.feature/feature.xml
index 0ca41b6f2..5f1d52fff 100644
--- a/target_explorer/features/org.eclipse.tcf.te.sdk.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tcf.te.sdk.feature/feature.xml
@@ -25,7 +25,7 @@
<requires>
<import plugin="com.google.gson.source" version="2.2.4" match="greaterOrEqual"/>
- <import feature="org.eclipse.tm.terminal.core.sdk" version="3.3.100" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tm.terminal.core.sdk" version="3.3.300" match="greaterOrEqual"/>
<import feature="org.eclipse.tcf.te.feature" version="1.3.0" match="greaterOrEqual"/>
</requires>

Back to the top