1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Terminal: A terminal widget connector must not have a dependency to any

view implementation the terminal widget might be embedded into.
This commit is contained in:
Uwe Stieber 2015-02-10 07:49:52 +01:00
parent 86420140f4
commit 13be2bd4d0
3 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@
<import plugin="org.eclipse.jface"/>
<import plugin="org.eclipse.ui.ide"/>
<import feature="org.eclipse.tm.terminal.feature" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.view" version="4.0.0" match="compatible"/>
</requires>
<plugin

View file

@ -44,7 +44,6 @@
<import plugin="org.eclipse.ui.externaltools"/>
<import feature="org.eclipse.tm.terminal.remote.feature" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.sdk.feature" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.sdk" version="4.0.0" match="compatible"/>
</requires>
<plugin

View file

@ -11,7 +11,6 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.remote.core,
org.eclipse.remote.ui,
org.eclipse.core.resources,
org.eclipse.tm.terminal.view,
org.eclipse.swt,
org.eclipse.jface
Bundle-RequiredExecutionEnvironment: JavaSE-1.7