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

Only import the terminal.control (#1158)

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-14 17:20:28 +02:00 committed by GitHub
parent eae23dac2f
commit 4a499fbf1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>