Skip to content

Commit 2b7d23e

Browse files
committed
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.
1 parent 7f86b4a commit 2b7d23e

File tree

1 file changed

+2
-8
lines changed
  • terminal/features/org.eclipse.tm.terminal.control.feature

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<feature
1717
id="org.eclipse.tm.terminal.control.feature"
1818
label="%featureName"
19-
version="12.0.0.qualifier"
19+
version="12.0.1.qualifier"
2020
provider-name="%providerName"
2121
plugin="org.eclipse.tm.terminal.control"
2222
license-feature="org.eclipse.license"
@@ -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)