mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-05 08:05:24 +02:00
Do not require org.eclipse.tm.terminal.view.ui (#1209)
Similar to the one before, the feature should no longer require org.eclipse.tm.terminal.view.ui but import it.
This commit is contained in:
parent
a1cd8a948f
commit
b961a0532c
1 changed files with 1 additions and 7 deletions
|
@ -35,14 +35,8 @@
|
|||
<import plugin="org.eclipse.ui" version="3.8.0" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.core.variables" version="3.2.600" match="greaterOrEqual"/>
|
||||
<import plugin="org.eclipse.tm.terminal.view.core" version="4.8.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.tm.terminal.view.ui" version="4.11.0" match="compatible"/>
|
||||
<import plugin="org.eclipse.tm.terminal.control" version="5.2.0" match="compatible"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.view.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue