From 5e925971203a6fd6fb3669e73642d5eded3929ab Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Tue, 26 May 2009 14:48:10 +0000 Subject: [PATCH] bug 254307 - branding --- build/org.eclipse.cdt.gnu.build-feature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 2 +- build/org.eclipse.cdt.make.core/plugin.properties | 5 +++-- build/org.eclipse.cdt.make.ui/plugin.properties | 2 +- build/org.eclipse.cdt.managedbuilder.core/plugin.properties | 4 ++-- .../org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties | 4 ++-- build/org.eclipse.cdt.managedbuilder.ui/plugin.properties | 2 +- core/org.eclipse.cdt.core/plugin.properties | 4 ++-- core/org.eclipse.cdt.ui/plugin.properties | 2 +- debug/org.eclipse.cdt.debug.core/plugin.properties | 5 +++-- debug/org.eclipse.cdt.debug.mi.core/plugin.properties | 5 +++-- debug/org.eclipse.cdt.debug.mi.ui/plugin.properties | 5 +++-- debug/org.eclipse.cdt.debug.ui/plugin.properties | 5 +++-- debug/org.eclipse.cdt.gnu.debug-feature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 2 +- doc/org.eclipse.cdt.doc.isv/plugin.properties | 4 ++-- doc/org.eclipse.cdt.doc.user/plugin.properties | 4 ++-- dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties | 5 +++-- dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties | 5 +++-- dsf/org.eclipse.cdt.dsf.ui/plugin.properties | 5 +++-- dsf/org.eclipse.cdt.dsf/plugin.properties | 5 +++-- dsf/org.eclipse.cdt.examples.dsf-feature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 4 ++-- .../sourceTemplatePlugin/plugin.properties | 4 ++-- dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties | 2 +- dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties | 2 +- dsf/org.eclipse.cdt.examples.dsf/plugin.properties | 5 +++-- .../org.eclipse.cdt.debug.gdbjtag-feature/feature.properties | 5 +++-- jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties | 5 +++-- jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties | 5 +++-- jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties | 5 +++-- launch/org.eclipse.cdt.launch/plugin.properties | 3 ++- p2/org.eclipse.cdt.p2-feature/feature.properties | 5 +++-- releng/org.eclipse.cdt-feature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 4 ++-- .../sourceTemplateFeature/feature.properties | 4 ++-- releng/org.eclipse.cdt.sdk-feature/feature.properties | 4 ++-- releng/org.eclipse.cdt.sdk/plugin.properties | 4 ++-- releng/org.eclipse.cdt.testing-feature/feature.properties | 4 ++-- releng/org.eclipse.cdt.testing/plugin.properties | 4 ++-- releng/org.eclipse.cdt/plugin.properties | 4 ++-- 41 files changed, 90 insertions(+), 74 deletions(-) diff --git a/build/org.eclipse.cdt.gnu.build-feature/feature.properties b/build/org.eclipse.cdt.gnu.build-feature/feature.properties index 69fdd85ccd5..7fa63054840 100644 --- a/build/org.eclipse.cdt.gnu.build-feature/feature.properties +++ b/build/org.eclipse.cdt.gnu.build-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 GNU Toolchain Build Support # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/build/org.eclipse.cdt.gnu.build-feature/sourceTemplateFeature/feature.properties b/build/org.eclipse.cdt.gnu.build-feature/sourceTemplateFeature/feature.properties index 8aedbf35ce2..3c11ce8d867 100644 --- a/build/org.eclipse.cdt.gnu.build-feature/sourceTemplateFeature/feature.properties +++ b/build/org.eclipse.cdt.gnu.build-feature/sourceTemplateFeature/feature.properties @@ -18,7 +18,7 @@ featureName=CDT GNU Toolchain Build Support Source # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT update site diff --git a/build/org.eclipse.cdt.make.core/plugin.properties b/build/org.eclipse.cdt.make.core/plugin.properties index 0cc635e6025..433ea267bde 100644 --- a/build/org.eclipse.cdt.make.core/plugin.properties +++ b/build/org.eclipse.cdt.make.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2007 QNX Software Systems and others. +# Copyright (c) 2003, 2009 QNX Software Systems 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 @@ -7,10 +7,11 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=C/C++ Standard make Build Core -providerName=Eclipse.org +providerName=Eclipse CDT extensionTargetBuilder.name=Target Builder Extension natureMake.name=CDT Make Nature diff --git a/build/org.eclipse.cdt.make.ui/plugin.properties b/build/org.eclipse.cdt.make.ui/plugin.properties index c2a4540483a..cdb06649eb5 100644 --- a/build/org.eclipse.cdt.make.ui/plugin.properties +++ b/build/org.eclipse.cdt.make.ui/plugin.properties @@ -12,7 +12,7 @@ ############################################################################### pluginName=C/C++ Standard make Build UI -providerName=Eclipse.org +providerName=Eclipse CDT WizardNewCMakeProject.name=Standard Make C Project WizardNewCMakeProject.description=Create a new C Project which uses a simple makefile. diff --git a/build/org.eclipse.cdt.managedbuilder.core/plugin.properties b/build/org.eclipse.cdt.managedbuilder.core/plugin.properties index 62f3c29eb66..34547cbf551 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2008 IBM Corporation and others. +# Copyright (c) 2003, 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 @@ -9,7 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=CDT Build System Core -providerName=Eclipse.org +providerName=Eclipse CDT CommonBuilder.name=CDT Builder CDTBuildNature.name=CDT Builder Project diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties index ffbc8ebe77c..eac1e1418c9 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2008 Texas Instruments Inc. and others. +# Copyright (c) 2005, 2009 Texas Instruments Inc. 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 @@ -12,7 +12,7 @@ # plugin names pluginName=GNU Managed Build Definitions -providerName=Eclipse.org +providerName=Eclipse CDT # Build Model Names TargetName.gnu=GNU diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties index bb0e5a7700a..2412e145390 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties @@ -9,7 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=C/C++ Managed Builder UI -providerName=Eclipse.org +providerName=Eclipse CDT # The Wizards MngCWizard.name=Managed Make C Project diff --git a/core/org.eclipse.cdt.core/plugin.properties b/core/org.eclipse.cdt.core/plugin.properties index 1da52bc91ef..02fe04af25c 100644 --- a/core/org.eclipse.cdt.core/plugin.properties +++ b/core/org.eclipse.cdt.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2008 IBM Corporation and others. +# Copyright (c) 2003, 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 @@ -10,7 +10,7 @@ # Anton Leherbauer (Wind River Systems) ############################################################################### pluginName=C/C++ Development Tools Core -providerName=Eclipse.org +providerName=Eclipse CDT cnature.name=C Nature ccnature.name=C++ Nature diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties index 18dcdd07d0c..7fbbac0023b 100644 --- a/core/org.eclipse.cdt.ui/plugin.properties +++ b/core/org.eclipse.cdt.ui/plugin.properties @@ -13,7 +13,7 @@ # QNX Software Systems - [272416] Rework the working set configurations ############################################################################### pluginName=C/C++ Development Tools UI -providerName=Eclipse.org +providerName=Eclipse CDT elementFiltersName=CElement Filters binaryParserPage=Binary Parser Page diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties index 3e41201a551..5131be6d796 100644 --- a/debug/org.eclipse.cdt.debug.core/plugin.properties +++ b/debug/org.eclipse.cdt.debug.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 QNX Software Systems and others. +# Copyright (c) 2000, 2009 QNX Software Systems 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 @@ -10,9 +10,10 @@ # Ken Ryall (Nokia) - Added support for AbsoluteSourceContainer( 159833 ) # Ken Ryall (Nokia) - Added support for breakpoint problems( 170027 ) # Ken Ryall (Nokia) - Added support for Breakpoint Actions ( 118308 ) +# IBM Corporation ############################################################################### pluginName=C/C++ Development Tools Debug Model -providerName=Eclipse.org +providerName=Eclipse CDT ApplicationLaunch.name=C/C++ Application AttachLaunch.name=C/C++ Attach to Application diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties index 6358eefdc28..5ac6230d82c 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 QNX Software Systems and others. +# Copyright (c) 2000, 2009 QNX Software Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # QNX Software Systems - Initial API and implementation +# IBM Corporation ############################################################################### pluginName=C/C++ Development Tools GDB/MI CDI Debugger Core -providerName=Eclipse.org +providerName=Eclipse CDT GDBDebugger.name=gdb Debugger CygwinGDBDebugger.name=Cygwin gdb Debugger diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties index 7ab8dda1177..9bea989fd37 100644 --- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 QNX Software Systems and others. +# Copyright (c) 2000, 2009 QNX Software Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # QNX Software Systems - Initial API and implementation +# IBM Corporation ############################################################################### pluginName=C/C++ Development Tools GDB/MI CDI Debugger UI -providerName=Eclipse.org +providerName=Eclipse CDT MIPreferencePage.name=GDB MI diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index 9bf8f79d7d7..dc095be01ae 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2007 QNX Software Systems and others. +# Copyright (c) 2000, 2009 QNX Software Systems 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 @@ -7,10 +7,11 @@ # # Contributors: # QNX Software Systems - Initial API and implementation +# IBM Corporation ############################################################################### pluginName=C/C++ Development Tools Debugger UI -providerName=Eclipse.org +providerName=Eclipse CDT MemoryView.name=Memory SignalsView.name=Signals diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties b/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties index 4f607d2c865..3ee56e5a221 100644 --- a/debug/org.eclipse.cdt.gnu.debug-feature/feature.properties +++ b/debug/org.eclipse.cdt.gnu.debug-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 GNU Toolchain Debug Support # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties b/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties index eba64f32e8f..432c56b0822 100644 --- a/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties +++ b/debug/org.eclipse.cdt.gnu.debug-feature/sourceTemplateFeature/feature.properties @@ -18,7 +18,7 @@ featureName=CDT GNU Toolchain Debug Support Source # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT update site diff --git a/doc/org.eclipse.cdt.doc.isv/plugin.properties b/doc/org.eclipse.cdt.doc.isv/plugin.properties index 9c6b9057e1c..d527ca0a884 100644 --- a/doc/org.eclipse.cdt.doc.isv/plugin.properties +++ b/doc/org.eclipse.cdt.doc.isv/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2006 IBM Corporation and others. +# Copyright (c) 2000, 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 @@ -9,4 +9,4 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=C/C++ Plugin Developer Guide -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/doc/org.eclipse.cdt.doc.user/plugin.properties b/doc/org.eclipse.cdt.doc.user/plugin.properties index 04ed63d5545..7d951d35a12 100644 --- a/doc/org.eclipse.cdt.doc.user/plugin.properties +++ b/doc/org.eclipse.cdt.doc.user/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2008 IBM Corporation and others. +# Copyright (c) 2000, 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 @@ -9,7 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=C/C++ Development User Guide -providerName=Eclipse.org +providerName=Eclipse CDT CheatSheet.name=C/C++ Development CreateProjectTutorial.name=Creating C/C++ Projects diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties index 6a89211ca05..b9b39f721fd 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008 Ericsson and others. +# Copyright (c) 2008, 2009 Ericsson 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 @@ -7,9 +7,10 @@ # # Contributors: # Ericsson - initial API and implementation +# IBM Corporation ############################################################################### pluginName=GDB DSF Debugger Integration UI -providerName=Eclipse.org +providerName=Eclipse CDT action.connect.label = Connect... action.connect.tooltip = Connect to a process diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties index 08342fdd495..ae49c94196d 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 Wind River Systems and others. +# Copyright (c) 2006, 2009 Wind River Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # Wind River Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=GDB DSF Debugger Integration Core -providerName=Eclipse.org +providerName=Eclipse CDT launchDelegate.localApplication.name=GDB (DSF) Create Process launchDelegate.localApplication.description=Start new application under control of GDB debugger integrated using the Debugger Services Framework (DSF). diff --git a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties index 081621470b7..3587d60f3bd 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/plugin.properties +++ b/dsf/org.eclipse.cdt.dsf.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 Wind River Systems and others. +# Copyright (c) 2006, 2009 Wind River Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # Wind River Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=Debugger Services Framework UI -providerName=Eclipse.org +providerName=Eclipse CDT # disassembly diff --git a/dsf/org.eclipse.cdt.dsf/plugin.properties b/dsf/org.eclipse.cdt.dsf/plugin.properties index 7c8259ba857..345d4c0cd07 100644 --- a/dsf/org.eclipse.cdt.dsf/plugin.properties +++ b/dsf/org.eclipse.cdt.dsf/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006 Wind River Systems and others. +# Copyright (c) 2006, 2009 Wind River Systems 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 @@ -7,7 +7,8 @@ # # Contributors: # Wind River Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=Debug Services Framework Core -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/feature.properties index 82e663feb7f..b2cf9d56a3c 100644 --- a/dsf/org.eclipse.cdt.examples.dsf-feature/feature.properties +++ b/dsf/org.eclipse.cdt.examples.dsf-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 Debugger Services Framework (DSF) Examples # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties index d055b99e520..10726a48f1b 100644 --- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties +++ b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 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=Eclipse C/C++ Development Tooling Source # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT update site diff --git a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties index a8ac3b1ba6f..e0687f55690 100644 --- a/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties +++ b/dsf/org.eclipse.cdt.examples.dsf-feature/sourceTemplatePlugin/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 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 @@ -9,4 +9,4 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=Eclipse C/C++ Development Tools (Source) -providerName=Eclipse.org \ No newline at end of file +providerName=Eclipse CDT \ No newline at end of file diff --git a/dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties b/dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties index 4827935139b..f3964ae7b5b 100644 --- a/dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties +++ b/dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties @@ -10,5 +10,5 @@ # IBM Corporation ############################################################################### pluginName=PDA Example Device Debugging UI Plug-in -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties b/dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties index 317067e6c58..f4b6e939beb 100644 --- a/dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties +++ b/dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties @@ -10,5 +10,5 @@ # IBM Corporation ############################################################################### pluginName=PDA Example Device Debugging Core Plug-in -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/dsf/org.eclipse.cdt.examples.dsf/plugin.properties b/dsf/org.eclipse.cdt.examples.dsf/plugin.properties index 79a07a28bc3..4a98feeab5f 100644 --- a/dsf/org.eclipse.cdt.examples.dsf/plugin.properties +++ b/dsf/org.eclipse.cdt.examples.dsf/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006, 2008 Wind River Systems and others. +# Copyright (c) 2006, 2009 Wind River Systems 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 @@ -7,7 +7,8 @@ # # Contributors: # Wind River Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=Debugger Services Framework Examples -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties index 9474bfb701c..11186a5c6f3 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007 QNX Software Systems and others. +# Copyright (c) 2007, 2009 QNX Software Systems 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 @@ -7,6 +7,7 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### # features.properties # contains externalized strings for feature.xml @@ -18,7 +19,7 @@ featureName=Eclipse C/C++ GDB Hardware Debugging # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties index 78d4dcc0a69..fcec69ff003 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007 QNX Software Systems and others +# Copyright (c) 2007, 2009 QNX Software Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### launchConfig.name=GDB Hardware Debugging pluginName=Eclipse GDB Hardware Debug Core Plug-in -providerName=Eclipse.org +providerName=Eclipse CDT JTagDevice.name=JTAG Device diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties index 54cf88ba378..25e89024ab0 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.ui/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007 QNX Software Systems and others. +# Copyright (c) 2007, 2009 QNX Software Systems 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 @@ -7,9 +7,10 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=Eclipse GDB Hardware Debug UI Plug-in -providerName=Eclipse.org +providerName=Eclipse CDT AbatronBDI2000.name=Abatron BDI2000 MacraigorUsb2Demon.name=Macraigor USB2Demon diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties index c499cd51dce..47cc7ca1557 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2007 QNX Software Systems and others. +# Copyright (c) 2007, 2009 QNX Software Systems 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 @@ -7,6 +7,7 @@ # # Contributors: # QNX Software Systems - initial API and implementation +# IBM Corporation ############################################################################### pluginName=Eclipse GDB Hardware Debugging Plug-in -providerName=Eclipse.org +providerName=Eclipse CDT diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties index 1763742e7ff..776fcfdc00a 100644 --- a/launch/org.eclipse.cdt.launch/plugin.properties +++ b/launch/org.eclipse.cdt.launch/plugin.properties @@ -7,9 +7,10 @@ # # Contributors: # QNX Software Systems Ltd. - Initial implementation +# IBM Corporation ############################################################################### pluginName=C/C++ Development Tools Launching Support -providerName=Eclipse.org +providerName=Eclipse CDT LocalCDTLaunch.name=Standard Create Process LocalCDTLaunch.description=Start new application optionally under control of the standard debugger. diff --git a/p2/org.eclipse.cdt.p2-feature/feature.properties b/p2/org.eclipse.cdt.p2-feature/feature.properties index 0a713c48b92..19dac9a65c8 100644 --- a/p2/org.eclipse.cdt.p2-feature/feature.properties +++ b/p2/org.eclipse.cdt.p2-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2008 Wind River Systems +# Copyright (c) 2008, 2009 Wind River Systems # 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 @@ -7,6 +7,7 @@ # # Contributors: # Wind River Systems - initial implementation +# IBM Corporation ############################################################################### # features.properties # contains externalized strings for feature.xml @@ -18,7 +19,7 @@ featureName=Eclipse CDT p2 Toolchain Installer # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/releng/org.eclipse.cdt-feature/feature.properties b/releng/org.eclipse.cdt-feature/feature.properties index cefc19d7be9..91d237f3521 100644 --- a/releng/org.eclipse.cdt-feature/feature.properties +++ b/releng/org.eclipse.cdt-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 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=Eclipse C/C++ Development Tools # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/releng/org.eclipse.cdt-feature/sourceTemplateFeature/feature.properties b/releng/org.eclipse.cdt-feature/sourceTemplateFeature/feature.properties index 2a03a10342f..dba76bacc9a 100644 --- a/releng/org.eclipse.cdt-feature/sourceTemplateFeature/feature.properties +++ b/releng/org.eclipse.cdt-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 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=Eclipse C/C++ Development Tooling Source # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse.org update site diff --git a/releng/org.eclipse.cdt.platform-feature/sourceTemplateFeature/feature.properties b/releng/org.eclipse.cdt.platform-feature/sourceTemplateFeature/feature.properties index 6d4b46130cf..dba76bacc9a 100644 --- a/releng/org.eclipse.cdt.platform-feature/sourceTemplateFeature/feature.properties +++ b/releng/org.eclipse.cdt.platform-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 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=Eclipse C/C++ Development Tooling Source # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse.org update site diff --git a/releng/org.eclipse.cdt.sdk-feature/feature.properties b/releng/org.eclipse.cdt.sdk-feature/feature.properties index bf77d799f5b..68e69397a51 100644 --- a/releng/org.eclipse.cdt.sdk-feature/feature.properties +++ b/releng/org.eclipse.cdt.sdk-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 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=Eclipse C/C++ Development Tools SDK # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/releng/org.eclipse.cdt.sdk/plugin.properties b/releng/org.eclipse.cdt.sdk/plugin.properties index eb8b99e921e..9f9359a129c 100644 --- a/releng/org.eclipse.cdt.sdk/plugin.properties +++ b/releng/org.eclipse.cdt.sdk/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 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 @@ -9,4 +9,4 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=Eclipse C/C++ Development Tools SDK -providerName=Eclipse.org \ No newline at end of file +providerName=Eclipse CDT \ No newline at end of file diff --git a/releng/org.eclipse.cdt.testing-feature/feature.properties b/releng/org.eclipse.cdt.testing-feature/feature.properties index a3b73da2c54..3ca0b32f2fc 100644 --- a/releng/org.eclipse.cdt.testing-feature/feature.properties +++ b/releng/org.eclipse.cdt.testing-feature/feature.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005, 2007 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=Eclipse CDT Testing Feature # "providerName" property - name of the company that provides the feature -providerName=Eclipse.org +providerName=Eclipse CDT # "updateSiteName" property - label for the update site updateSiteName=Eclipse CDT Update Site diff --git a/releng/org.eclipse.cdt.testing/plugin.properties b/releng/org.eclipse.cdt.testing/plugin.properties index 95007c74551..5a4df02f624 100644 --- a/releng/org.eclipse.cdt.testing/plugin.properties +++ b/releng/org.eclipse.cdt.testing/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 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 @@ -9,4 +9,4 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=Eclipse C/C++ Development Tools Testing Framework -providerName=Eclipse.org \ No newline at end of file +providerName=Eclipse CDT \ No newline at end of file diff --git a/releng/org.eclipse.cdt/plugin.properties b/releng/org.eclipse.cdt/plugin.properties index 07239b35921..7946cf96ff5 100644 --- a/releng/org.eclipse.cdt/plugin.properties +++ b/releng/org.eclipse.cdt/plugin.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2003, 2006 IBM Corporation and others. +# Copyright (c) 2003, 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 @@ -9,6 +9,6 @@ # IBM Corporation - initial API and implementation ############################################################################### pluginName=Eclipse C/C++ Development Tools -providerName=Eclipse.org +providerName=Eclipse CDT cheatsheet.helloworld.desc=Create a Hello World Program in C++ cheatsheet.helloworld.name=Hello World