mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25:23 +02:00
Make Terminal View feature optional for SDK
This commit is contained in:
parent
974b894c27
commit
ee16890eb8
2 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
||||||
featureName=Terminal SDK
|
featureName=Terminal SDK
|
||||||
featureNameSerial=Terminal Serial Connector
|
featureNameSerial=Terminal Serial Connector
|
||||||
featureNameSsh=Terminal Ssh Connector
|
featureNameSsh=Terminal Ssh Connector
|
||||||
|
featureNameView=Terminal View Feature
|
||||||
|
|
||||||
# "providerName" property - name of the company that provides the feature
|
# "providerName" property - name of the company that provides the feature
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
|
@ -40,7 +40,9 @@
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
id="org.eclipse.tm.terminal.view"
|
id="org.eclipse.tm.terminal.view"
|
||||||
version="0.0.0"/>
|
version="0.0.0"
|
||||||
|
name="%featureNameView"
|
||||||
|
optional="true"/>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.terminal.source"
|
id="org.eclipse.tm.terminal.source"
|
||||||
|
|
Loading…
Add table
Reference in a new issue