1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00

Terminal: SDK features includes corresponding runtime features instead

of just requiring them
This commit is contained in:
Uwe Stieber 2015-02-19 08:28:11 +01:00
parent d2903f890e
commit cc90afa188
2 changed files with 7 additions and 4 deletions

View file

@ -36,8 +36,11 @@
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
</url>
<includes
id="org.eclipse.tm.terminal.view"
version="0.0.0"/>
<requires>
<import feature="org.eclipse.tm.terminal.view" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.serial.sdk.feature" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.ssh.sdk.feature" version="4.0.0" match="compatible"/>
<import feature="org.eclipse.tm.terminal.telnet.sdk.feature" version="4.0.0" match="compatible"/>

View file

@ -36,9 +36,9 @@
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
</url>
<requires>
<import feature="org.eclipse.tm.terminal.feature" version="4.0.0" match="compatible"/>
</requires>
<includes
id="org.eclipse.tm.terminal.feature"
version="0.0.0"/>
<plugin
id="org.eclipse.tm.terminal.source"