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:
parent
86420140f4
commit
13be2bd4d0
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue