diff --git a/org.eclipse.tm.terminal.sdk-feature/feature.properties b/org.eclipse.tm.terminal.sdk-feature/feature.properties
index e4a14016bf2..86a05ae90c1 100644
--- a/org.eclipse.tm.terminal.sdk-feature/feature.properties
+++ b/org.eclipse.tm.terminal.sdk-feature/feature.properties
@@ -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\
diff --git a/org.eclipse.tm.terminal.sdk-feature/feature.xml b/org.eclipse.tm.terminal.sdk-feature/feature.xml
index b177e74feb1..cb0f9087428 100644
--- a/org.eclipse.tm.terminal.sdk-feature/feature.xml
+++ b/org.eclipse.tm.terminal.sdk-feature/feature.xml
@@ -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"