mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +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
|
||||
featureNameSerial=Terminal Serial Connector
|
||||
featureNameSsh=Terminal Ssh Connector
|
||||
featureNameView=Terminal View Feature
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse.org
|
||||
|
|
|
@ -40,7 +40,9 @@
|
|||
|
||||
<includes
|
||||
id="org.eclipse.tm.terminal.view"
|
||||
version="0.0.0"/>
|
||||
version="0.0.0"
|
||||
name="%featureNameView"
|
||||
optional="true"/>
|
||||
|
||||
<plugin
|
||||
id="org.eclipse.tm.terminal.source"
|
||||
|
|
Loading…
Add table
Reference in a new issue