1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Only import the terminal.control

The terminal control is migrated to the Eclipse platform, as those it
should be handled like a thrid-party dependency an not directly included
with an exact version in the feature.

This now changes it to a requirement with a lower bound of 5.5 excluding
the next major version. That way CDT and other consumers can gracefully
upgrade to the new platform variant.
This commit is contained in:
Christoph Läubrich 2025-05-07 06:01:32 +02:00
parent 4f39107b14
commit 166cedcccb

View file

@ -35,15 +35,9 @@
</license>
<requires>
<import plugin="org.eclipse.tm.terminal.control" version="5.5.0" match="compatible"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.ui"/>
</requires>
<plugin
id="org.eclipse.tm.terminal.control"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>