Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/META-INF/MANIFEST.MF1
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties4
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/build.properties3
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/plugin.properties13
4 files changed, 5 insertions, 16 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/META-INF/MANIFEST.MF b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/META-INF/MANIFEST.MF
index 1b613ca35..4aa7332e5 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/META-INF/MANIFEST.MF
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/META-INF/MANIFEST.MF
@@ -44,4 +44,3 @@ Export-Package: org.eclipse.tcf.te.tcf.launch.cdt.activator;x-internal:=true,
org.eclipse.tcf.te.tcf.launch.cdt.preferences,
org.eclipse.tcf.te.tcf.launch.cdt.tabs,
org.eclipse.tcf.te.tcf.launch.cdt.utils
-Bundle-Localization: plugin
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
index 906def728..a5b6517e7 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/OSGI-INF/l10n/bundle.properties
@@ -17,3 +17,7 @@ terunLaunchDelegate.name = Remote Launching via TCF/TE
terunLaunchDelegate.description = Automatically start a new application on a remote system over TCF/TE.
teattachLaunchDelegate.name = GDB (DSF) Attach to Process via TCF/TE
teattachLaunchDelegate.description = Attach the GDB debugger, integrated using the Debugger Services Framework (DSF), to a running program locally or remotely over TCF/TE.
+
+# ***** Preference and Property Pages *****
+
+preference.page.name = GDB Launcher
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/build.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/build.properties
index 89fbb912a..421679e2d 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/build.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/build.properties
@@ -17,5 +17,4 @@ bin.includes = META-INF/,\
about.ini,\
about.mappings,\
about.properties,\
- te-feature.png,\
- plugin.properties
+ te-feature.png
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/plugin.properties
deleted file mode 100644
index 2402a1ad6..000000000
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/plugin.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-##################################################################################
-# Copyright (c) 2015 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 http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Wind River Systems - initial API and implementation
-##################################################################################
-
-# ***** Preference and Property Pages *****
-
-preference.page.name = GDB Launcher

Back to the top