1
0
Fork 0
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:
Martin Oberhuber 2006-12-14 15:49:03 +00:00
parent 974b894c27
commit ee16890eb8
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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"