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

[174795] dont make Terminal optional features explicit for UM

This commit is contained in:
Martin Oberhuber 2007-02-21 22:31:10 +00:00
parent 32b66c648f
commit 1c78896262
2 changed files with 3 additions and 14 deletions

View file

@ -27,11 +27,6 @@ providerName=Eclipse.org
# "updateSiteName" property - label for the update site
updateSiteName=Target Management Project Updates
# names of included features
featureNameSerial=TM Terminal Serial Connector
featureNameSsh=TM Terminal Ssh Connector
featureNameView=TM Terminal View
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2003, 2007 Wind River Systems, Inc. and others.\n\

View file

@ -29,21 +29,15 @@
<includes
id="org.eclipse.tm.terminal.serial"
version="0.0.0"
name="%featureNameSerial"
optional="true"/>
version="0.0.0"/>
<includes
id="org.eclipse.tm.terminal.ssh"
version="0.0.0"
name="%featureNameSsh"
optional="true"/>
version="0.0.0"/>
<includes
id="org.eclipse.tm.terminal.view"
version="0.0.0"
name="%featureNameView"
optional="true"/>
version="0.0.0"/>
<includes
id="org.eclipse.tm.terminal.source"