mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
update added plugin name and provider
This commit is contained in:
parent
54dd5f96be
commit
253bdfe47c
7 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
pluginName=CDT Debug Core Plug-in
|
||||
providerName=Eclipse.org
|
||||
|
||||
CDTDebugger.name=C/C++ Core Debugger Extension
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
Plugin.name=GDB/MI CDT Debugger Core
|
||||
pluginName=GDB/MI CDT Debugger Core
|
||||
providerName=Eclipse.org
|
||||
|
||||
GDBDebugger.name=GDB Debugger
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.debug.mi.core"
|
||||
name="%Plugin.name"
|
||||
name="%pluginName"
|
||||
version="1.0.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.debug.mi.core.MIPlugin">
|
||||
|
||||
<runtime>
|
||||
|
@ -18,9 +19,9 @@
|
|||
<extension
|
||||
point="org.eclipse.cdt.debug.core.CDebugger">
|
||||
<debugger
|
||||
id="org.eclipse.cdt.debug.mi.core.CDebugger"
|
||||
name="%GDBDebugger.name"
|
||||
class="org.eclipse.cdt.debug.mi.core.GDBDebugger">
|
||||
name="%GDBDebugger.name"
|
||||
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"
|
||||
id="org.eclipse.cdt.debug.mi.core.CDebugger">
|
||||
</debugger>
|
||||
</extension>
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
######################################################################
|
||||
|
||||
pluginName=C/C++ Debug UI
|
||||
providerName=Eclipse.org
|
||||
|
||||
RegistersView.name=Registers
|
||||
MemoryView.name=Memory
|
||||
|
|
|
@ -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">
|
||||
|
||||
<runtime>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.launch"
|
||||
name="CDT Launch Plug-in"
|
||||
name="%pluginName"
|
||||
version="1.0.0"
|
||||
provider-name="QNX Software Systems Ltd."
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">
|
||||
|
||||
<runtime>
|
||||
|
|
Loading…
Add table
Reference in a new issue