Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.tcf.cdt.feature/feature.properties10
-rw-r--r--features/org.eclipse.tcf.cdt.sdk.feature/feature.properties10
-rw-r--r--features/org.eclipse.tcf.rse.feature/feature.properties12
-rw-r--r--features/org.eclipse.tcf.rse.sdk.feature/feature.properties12
4 files changed, 12 insertions, 32 deletions
diff --git a/features/org.eclipse.tcf.cdt.feature/feature.properties b/features/org.eclipse.tcf.cdt.feature/feature.properties
index 168e55b1d..a48c8169c 100644
--- a/features/org.eclipse.tcf.cdt.feature/feature.properties
+++ b/features/org.eclipse.tcf.cdt.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Target Communication Framework, CDT Extender
+featureName=TCF C/C++ Debugger
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -19,12 +19,8 @@ providerName=Eclipse CDT
updateSiteName=TCF Update Site
# "description" property - description of the feature
-description=\
-A full-featured C/C++ debugger for local or remote systems running a TCF agent.\n\
-TCF (Target Communication Framework) is universal, extensible, \
-simple, lightweight, vendor agnostic framework for tools and \
-targets to communicate for purpose of debugging, profiling, code \
-patching and other device software development needs.
+description=A full-featured C/C++ debugger for local or remote systems running a TCF agent.\
+ TCF is an extensible, lightweight protocol for universal target access.
# copyright
copyright=\
diff --git a/features/org.eclipse.tcf.cdt.sdk.feature/feature.properties b/features/org.eclipse.tcf.cdt.sdk.feature/feature.properties
index bff92411e..99d45901c 100644
--- a/features/org.eclipse.tcf.cdt.sdk.feature/feature.properties
+++ b/features/org.eclipse.tcf.cdt.sdk.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Target Communication Framework, CDT Extender SDK
+featureName=TCF C/C++ Debugger SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -19,12 +19,8 @@ providerName=Eclipse CDT
updateSiteName=TCF Update Site
# "description" property - description of the feature
-description=\
-A full-featured C/C++ debugger for local or remote systems running a TCF agent.\n\
-TCF (Target Communication Framework) is universal, extensible, \
-simple, lightweight, vendor agnostic framework for tools and \
-targets to communicate for purpose of debugging, profiling, code \
-patching and other device software development needs.
+description=A full-featured C/C++ debugger for local or remote systems running a TCF agent.\
+ TCF is an extensible, lightweight protocol for universal target access.
# copyright
copyright=\
diff --git a/features/org.eclipse.tcf.rse.feature/feature.properties b/features/org.eclipse.tcf.rse.feature/feature.properties
index 15e0a6c34..0b3d8b98a 100644
--- a/features/org.eclipse.tcf.rse.feature/feature.properties
+++ b/features/org.eclipse.tcf.rse.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Target Communication Framework, RSE Extender
+featureName=TCF Remote System Explorer add-in
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -19,14 +19,8 @@ providerName=Eclipse CDT
updateSiteName=TCF Update Site
# "description" property - description of the feature
-description=\
-Remote file system and process browsing, and shell access in RSE for systems running a TCF agent.\n\
-RSE (Remote System Explorer) is an integrated framework and toolkit for seamless \
-working on remote systems through various communication protocols.\n\
-TCF (Target Communication Framework) is universal, extensible, \
-simple, lightweight, vendor agnostic framework for tools and \
-targets to communicate for purpose of debugging, profiling, code \
-patching and other device software development needs.
+description=Remote file system and process browsing, and shell access in RSE for systems running a TCF agent.\
+ TCF is an extensible, lightweight protocol for universal target access.
# copyright
copyright=\
diff --git a/features/org.eclipse.tcf.rse.sdk.feature/feature.properties b/features/org.eclipse.tcf.rse.sdk.feature/feature.properties
index 24ebe7d74..4b1ee5b05 100644
--- a/features/org.eclipse.tcf.rse.sdk.feature/feature.properties
+++ b/features/org.eclipse.tcf.rse.sdk.feature/feature.properties
@@ -10,7 +10,7 @@
###############################################################################
# "featureName" property - name of the feature
-featureName=Target Communication Framework, RSE Extender SDK
+featureName=TCF Remote System Explorer add-in SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
@@ -19,14 +19,8 @@ providerName=Eclipse CDT
updateSiteName=TCF Update Site
# "description" property - description of the feature
-description=\
-Remote file system and process browsing, and shell access in RSE for systems running a TCF agent.\n\
-RSE (Remote System Explorer) is an integrated framework and toolkit for seamless \
-working on remote systems through various communication protocols.\n\
-TCF (Target Communication Framework) is universal, extensible, \
-simple, lightweight, vendor agnostic framework for tools and \
-targets to communicate for purpose of debugging, profiling, code \
-patching and other device software development needs.
+description=Remote file system and process browsing, and shell access in RSE for systems running a TCF agent.\
+ TCF is an extensible, lightweight protocol for universal target access.
# copyright
copyright=\

Back to the top