Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-05-26 14:59:11 +0000
committerVivian Kong2009-05-26 14:59:11 +0000
commit9ddbabcbf904571c9b252d09588d5e33e5aca91d (patch)
treed4ef77bc130a32d8085fa7cfad653831dc3e482a
parent5e925971203a6fd6fb3669e73642d5eded3929ab (diff)
downloadorg.eclipse.cdt-9ddbabcbf904571c9b252d09588d5e33e5aca91d.tar.gz
org.eclipse.cdt-9ddbabcbf904571c9b252d09588d5e33e5aca91d.tar.xz
org.eclipse.cdt-9ddbabcbf904571c9b252d09588d5e33e5aca91d.zip
bug 254307 - branding
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties4
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties4
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties2
3 files changed, 5 insertions, 5 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
index d9da745cdce..679dbbb2792 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
featureName=CDT GCC Cross Compiler Support
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse CDT Project
+providerName=Eclipse CDT
# "updateSiteName" property - label for the update site
updateSiteName=Eclipse CDT Update Site
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 f7aa82a5ea2..dd79412fb20 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplateFeature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2008 IBM Corporation and others.
+# Copyright (c) 2005, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@
featureName=CDT GCC Cross Compiler Support Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse CDT Project
+providerName=Eclipse CDT
# "updateSiteName" property - label for the update site
updateSiteName=Eclipse CDT Update Site
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties
index 3395b829b18..bdd6f1f4cd5 100644
--- a/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/sourceTemplatePlugin/plugin.properties
@@ -9,4 +9,4 @@
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=CDT GCC Cross Compiler Support Source (Source)
-providerName=Eclipse CDT Project
+providerName=Eclipse CDT

Back to the top