mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Terminal: SDK features includes corresponding runtime features instead
of just requiring them
This commit is contained in:
parent
c95b82b541
commit
df694d61ef
2 changed files with 7 additions and 4 deletions
|
@ -36,8 +36,11 @@
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
<includes
|
||||||
|
id="org.eclipse.tm.terminal.view"
|
||||||
|
version="0.0.0"/>
|
||||||
|
|
||||||
<requires>
|
<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.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.ssh.sdk.feature" version="4.0.0" match="compatible"/>
|
||||||
<import feature="org.eclipse.tm.terminal.telnet.sdk.feature" version="4.0.0" match="compatible"/>
|
<import feature="org.eclipse.tm.terminal.telnet.sdk.feature" version="4.0.0" match="compatible"/>
|
||||||
|
|
|
@ -36,9 +36,9 @@
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.7"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<includes
|
||||||
<import feature="org.eclipse.tm.terminal.feature" version="4.0.0" match="compatible"/>
|
id="org.eclipse.tm.terminal.feature"
|
||||||
</requires>
|
version="0.0.0"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.terminal.source"
|
id="org.eclipse.tm.terminal.source"
|
||||||
|
|
Loading…
Add table
Reference in a new issue