Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-10-10 07:05:41 +0000
committerUwe Stieber2013-10-10 07:05:41 +0000
commit73fcbe5fb3c44f09409c6fa4afa8e16cb3e79bc7 (patch)
tree5470d173b013e0441e492817245093b8f3820331 /features
parent894744360768b4d34fe15df4b9fdb15c656dd813 (diff)
downloadorg.eclipse.tcf-73fcbe5fb3c44f09409c6fa4afa8e16cb3e79bc7.tar.gz
org.eclipse.tcf-73fcbe5fb3c44f09409c6fa4afa8e16cb3e79bc7.tar.xz
org.eclipse.tcf-73fcbe5fb3c44f09409c6fa4afa8e16cb3e79bc7.zip
Releng: "o.e.tm.terminal.view" dependency is optional and must not be listed in feature.xml
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tcf.feature/feature.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.feature/feature.xml b/features/org.eclipse.tcf.feature/feature.xml
index 81875c6b6..ab1036ef9 100644
--- a/features/org.eclipse.tcf.feature/feature.xml
+++ b/features/org.eclipse.tcf.feature/feature.xml
@@ -53,8 +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.view" version="2.4.100" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.tm.terminal" version="3.2.100" 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