Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/cross
diff options
context:
space:
mode:
authorMarc Khouzam2014-05-28 20:02:51 +0000
committerMarc Khouzam2014-06-18 19:54:57 +0000
commit397b269e2671521a8911d874892b073c8c67ff7a (patch)
tree93a8174db0613b165cf0f9bbad23ee0a4a131ae0 /cross
parentecc63ee1dfbfe2f6a4087bc2f7bafc9aa205f2a4 (diff)
downloadorg.eclipse.cdt-397b269e2671521a8911d874892b073c8c67ff7a.tar.gz
org.eclipse.cdt-397b269e2671521a8911d874892b073c8c67ff7a.tar.xz
org.eclipse.cdt-397b269e2671521a8911d874892b073c8c67ff7a.zip
Bug 435998 - Remove 'updateSiteName' string as they are not used
Change-Id: I55485c9cba17f544d50d8e27b77d6644493d8300 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27500 Tested-by: Hudson CI
Diffstat (limited to 'cross')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties3
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties3
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/feature.properties3
-rw-r--r--cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties3
4 files changed, 0 insertions, 12 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
index 93af244c7f3..bf29f1c0e1b 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
@@ -20,9 +20,6 @@ featureName=C/C++ GCC Cross Compiler Support
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
-# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse CDT Update Site
-
# "description" property - description of the feature
description=Build integration and new project wizard support for gcc cross compilers.
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
index 6d6a378052b..92e19867ea3 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
@@ -20,9 +20,6 @@ featureName=C/C++ GCC Cross Compiler Support Source
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
-# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse CDT Update Site
-
# "description" property - description of the feature
description=Build integration and new project wizard support for gcc cross compilers. Source code.
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.properties b/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
index 82c0a7b6eda..aa5633ed429 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
+++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.properties
@@ -20,9 +20,6 @@ featureName=C/C++ Remote Launch (Requires RSE Remote System Explorer)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
-# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse CDT Update Site
-
# "description" property - description of the feature
description=Launch configuration for running C/C++ executables on remote machines using the Remote System Explorer, and debugging through gdbserver.
diff --git a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
index 8dea6951e82..1c60f3a57e0 100644
--- a/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
+++ b/cross/org.eclipse.cdt.launch.remote-feature/sourceTemplateFeature/feature.properties
@@ -20,9 +20,6 @@ featureName=C/C++ Remote Launch Source
# "providerName" property - name of the company that provides the feature
providerName=Eclipse CDT
-# "updateSiteName" property - label for the update site
-updateSiteName=Eclipse CDT update site
-
# "description" property - description of the feature
description=Launch configuration for running C/C++ executables on remote machines using the Remote System Explorer, and debugging through gdbserver. Source code.

Back to the top