Skip to content

Commit 4a499fb

Browse files
authored
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.
1 parent eae23da commit 4a499fb

File tree

1 file changed

+1
-7
lines changed
  • terminal/features/org.eclipse.tm.terminal.control.feature

1 file changed

+1
-7
lines changed

terminal/features/org.eclipse.tm.terminal.control.feature/feature.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,9 @@
3535
</license>
3636

3737
<requires>
38+
<import plugin="org.eclipse.tm.terminal.control" version="5.5.0" match="compatible"/>
3839
<import plugin="org.eclipse.core.runtime"/>
3940
<import plugin="org.eclipse.ui"/>
4041
</requires>
4142

42-
<plugin
43-
id="org.eclipse.tm.terminal.control"
44-
download-size="0"
45-
install-size="0"
46-
version="0.0.0"
47-
unpack="false"/>
48-
4943
</feature>

0 commit comments

Comments
 (0)