1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +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:
Christoph Läubrich 2025-06-16 20:52:10 +02:00 committed by GitHub
parent fec29d7713
commit e2e1d207c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"