Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2014-03-28 07:02:31 +0000
committerTobias Schwarz2014-03-28 07:02:31 +0000
commit2640f854dcba7370f90f6a5af29c54cfa3480877 (patch)
treeff87fafca94eb9695ec2b98b949036b9950981da /target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature
parent37cc607c9ba69c6b2c377f5df66971acb19cdaaf (diff)
downloadorg.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.tar.gz
org.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.tar.xz
org.eclipse.tcf-2640f854dcba7370f90f6a5af29c54cfa3480877.zip
Target Explorer: avoid reconnect on hitting enter in closed terminals
Diffstat (limited to 'target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature')
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml
index afb3d00c5..b542f8de6 100644
--- a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml
@@ -22,7 +22,7 @@
</url>
<requires>
- <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.terminals.feature" version="1.3.0" match="greaterOrEqual"/>
</requires>

Back to the top