mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 22:25:25 +02:00
Do not require org.eclipse.tm.terminal.view.core in the feature (#1203)
The plugin org.eclipse.tm.terminal.view.core is moved to platform and should therefore be handled like any other third party dependency. It actually is already part of the feature imports and the org.eclipse.tm.terminal.view.ui require bundle it, so mentioning that one is actually redundant and fixes it to that particular version otherwhise.
This commit is contained in:
parent
fec29d7713
commit
e2e1d207c3
1 changed files with 0 additions and 7 deletions
|
@ -38,13 +38,6 @@
|
|||
<import plugin="org.eclipse.tm.terminal.control" version="5.2.0" match="compatible"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.view.core"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.view.ui"
|
||||
download-size="0"
|
||||
|
|
Loading…
Add table
Reference in a new issue