Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.tcf.core/plugin.properties2
-rw-r--r--plugins/org.eclipse.tcf.debug.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/launch/PathMapRuleDialog.java2
-rw-r--r--plugins/org.eclipse.tcf.debug/plugin.properties2
-rw-r--r--plugins/org.eclipse.tcf/plugin.properties4
6 files changed, 7 insertions, 7 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.properties b/plugins/org.eclipse.tcf.cdt.ui/plugin.properties
index 7304d7e40..a2ab643b7 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.properties
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.properties
@@ -9,7 +9,7 @@
# Wind River Systems - initial implementation
###############################################################################
pluginName = TCF/CDT Integration UI
-providerName = Eclipse CDT
+providerName = Eclipse.org - TCF
breakpoints.filterPage.name = Scope
launchConfigType.remoteApplication.name=TCF Remote Application
diff --git a/plugins/org.eclipse.tcf.core/plugin.properties b/plugins/org.eclipse.tcf.core/plugin.properties
index b57800442..d6b7d794e 100644
--- a/plugins/org.eclipse.tcf.core/plugin.properties
+++ b/plugins/org.eclipse.tcf.core/plugin.properties
@@ -9,5 +9,5 @@
# Wind River Systems - initial implementation
###############################################################################
pluginName = Target Communication Framework (TCF) Core
-providerName = Eclipse CDT
+providerName = Eclipse.org - TCF
diff --git a/plugins/org.eclipse.tcf.debug.ui/plugin.properties b/plugins/org.eclipse.tcf.debug.ui/plugin.properties
index e10047f90..94d6643f2 100644
--- a/plugins/org.eclipse.tcf.debug.ui/plugin.properties
+++ b/plugins/org.eclipse.tcf.debug.ui/plugin.properties
@@ -9,7 +9,7 @@
# Wind River Systems - initial implementation
###############################################################################
pluginName = TCF/Eclipse Debugger Integration UI
-providerName = Eclipse CDT
+providerName = Eclipse.org - TCF
preferencePage.name = Target Communication
diff --git a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/launch/PathMapRuleDialog.java b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/launch/PathMapRuleDialog.java
index 1c8fecb7d..dea72d8e6 100644
--- a/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/launch/PathMapRuleDialog.java
+++ b/plugins/org.eclipse.tcf.debug.ui/src/org/eclipse/tcf/internal/debug/ui/launch/PathMapRuleDialog.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010, 2012 Wind River Systems, Inc. and others.
+ * Copyright (c) 2010, 2013 Wind River Systems, 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
diff --git a/plugins/org.eclipse.tcf.debug/plugin.properties b/plugins/org.eclipse.tcf.debug/plugin.properties
index 04d44c437..9cd8771a3 100644
--- a/plugins/org.eclipse.tcf.debug/plugin.properties
+++ b/plugins/org.eclipse.tcf.debug/plugin.properties
@@ -9,5 +9,5 @@
# Wind River Systems - initial implementation
###############################################################################
pluginName = TCF/Eclipse Debugger Integration Core
-providerName = Eclipse CDT
+providerName = Eclipse.org - TCF
diff --git a/plugins/org.eclipse.tcf/plugin.properties b/plugins/org.eclipse.tcf/plugin.properties
index 566a04119..89104b0bc 100644
--- a/plugins/org.eclipse.tcf/plugin.properties
+++ b/plugins/org.eclipse.tcf/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2011 Wind River Systems, Inc. and others.
+# Copyright (c) 2007, 2013 Wind River Systems, 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
@@ -9,5 +9,5 @@
# Wind River Systems - initial implementation
###############################################################################
pluginName = Target Communication Framework (TCF)
-providerName = Eclipse CDT
+providerName = Eclipse.org - TCF

Back to the top