From 253bdfe47c3bf31b08121d2fe456068718a75ecb Mon Sep 17 00:00:00 2001 From: David Inglis Date: Mon, 26 Aug 2002 16:52:29 +0000 Subject: [PATCH] update added plugin name and provider --- debug/org.eclipse.cdt.debug.core/plugin.properties | 1 + debug/org.eclipse.cdt.debug.mi.core/plugin.properties | 4 +++- debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 9 +++++---- debug/org.eclipse.cdt.debug.ui/plugin.properties | 1 + debug/org.eclipse.cdt.debug.ui/plugin.xml | 2 +- launch/org.eclipse.cdt.launch/plugin.properties | 2 ++ launch/org.eclipse.cdt.launch/plugin.xml | 4 ++-- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/plugin.properties b/debug/org.eclipse.cdt.debug.core/plugin.properties index 43660fe2e79..f54c0db4013 100644 --- a/debug/org.eclipse.cdt.debug.core/plugin.properties +++ b/debug/org.eclipse.cdt.debug.core/plugin.properties @@ -1,3 +1,4 @@ pluginName=CDT Debug Core Plug-in providerName=Eclipse.org + CDTDebugger.name=C/C++ Core Debugger Extension diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties index f5f1edd3475..3b561cb6e64 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties @@ -1,2 +1,4 @@ -Plugin.name=GDB/MI CDT Debugger Core +pluginName=GDB/MI CDT Debugger Core +providerName=Eclipse.org + GDBDebugger.name=GDB Debugger \ No newline at end of file diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml index 3ec2dbbd18d..66a4027069a 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -1,8 +1,9 @@ @@ -18,9 +19,9 @@ + name="%GDBDebugger.name" + class="org.eclipse.cdt.debug.mi.core.GDBDebugger" + id="org.eclipse.cdt.debug.mi.core.CDebugger"> diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index e50ecc117c5..83d3192901a 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -4,6 +4,7 @@ ###################################################################### pluginName=C/C++ Debug UI +providerName=Eclipse.org RegistersView.name=Registers MemoryView.name=Memory diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml index b0304951fbb..f985bea0ea3 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.xml +++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml @@ -3,7 +3,7 @@ id="org.eclipse.cdt.debug.ui" name="%pluginName" version="1.0.0" - provider-name="" + provider-name="%providerName" class="org.eclipse.cdt.debug.ui.CDebugUIPlugin"> diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties index b19f9ae9a45..9d6813f5c25 100644 --- a/launch/org.eclipse.cdt.launch/plugin.properties +++ b/launch/org.eclipse.cdt.launch/plugin.properties @@ -8,5 +8,7 @@ # Contributors: # QNX Software Systems Ltd. - Initial implementation ###################################################################### +pluginName=CDT Launch Plug-in +providerName=Eclipse.org LocalCDTLaunch.name= Local C/C++ Application diff --git a/launch/org.eclipse.cdt.launch/plugin.xml b/launch/org.eclipse.cdt.launch/plugin.xml index 737076bb5d8..ab670e0d65f 100644 --- a/launch/org.eclipse.cdt.launch/plugin.xml +++ b/launch/org.eclipse.cdt.launch/plugin.xml @@ -1,9 +1,9 @@