mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +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
|
pluginName=CDT Debug Core Plug-in
|
||||||
providerName=Eclipse.org
|
providerName=Eclipse.org
|
||||||
|
|
||||||
CDTDebugger.name=C/C++ Core Debugger Extension
|
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
|
GDBDebugger.name=GDB Debugger
|
|
@ -1,8 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.debug.mi.core"
|
id="org.eclipse.cdt.debug.mi.core"
|
||||||
name="%Plugin.name"
|
name="%pluginName"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
|
provider-name="%providerName"
|
||||||
class="org.eclipse.cdt.debug.mi.core.MIPlugin">
|
class="org.eclipse.cdt.debug.mi.core.MIPlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
|
@ -18,9 +19,9 @@
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.debug.core.CDebugger">
|
point="org.eclipse.cdt.debug.core.CDebugger">
|
||||||
<debugger
|
<debugger
|
||||||
id="org.eclipse.cdt.debug.mi.core.CDebugger"
|
name="%GDBDebugger.name"
|
||||||
name="%GDBDebugger.name"
|
class="org.eclipse.cdt.debug.mi.core.GDBDebugger"
|
||||||
class="org.eclipse.cdt.debug.mi.core.GDBDebugger">
|
id="org.eclipse.cdt.debug.mi.core.CDebugger">
|
||||||
</debugger>
|
</debugger>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
pluginName=C/C++ Debug UI
|
pluginName=C/C++ Debug UI
|
||||||
|
providerName=Eclipse.org
|
||||||
|
|
||||||
RegistersView.name=Registers
|
RegistersView.name=Registers
|
||||||
MemoryView.name=Memory
|
MemoryView.name=Memory
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
id="org.eclipse.cdt.debug.ui"
|
id="org.eclipse.cdt.debug.ui"
|
||||||
name="%pluginName"
|
name="%pluginName"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
provider-name=""
|
provider-name="%providerName"
|
||||||
class="org.eclipse.cdt.debug.ui.CDebugUIPlugin">
|
class="org.eclipse.cdt.debug.ui.CDebugUIPlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
|
|
|
@ -8,5 +8,7 @@
|
||||||
# Contributors:
|
# Contributors:
|
||||||
# QNX Software Systems Ltd. - Initial implementation
|
# QNX Software Systems Ltd. - Initial implementation
|
||||||
######################################################################
|
######################################################################
|
||||||
|
pluginName=CDT Launch Plug-in
|
||||||
|
providerName=Eclipse.org
|
||||||
|
|
||||||
LocalCDTLaunch.name= Local C/C++ Application
|
LocalCDTLaunch.name= Local C/C++ Application
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.cdt.launch"
|
id="org.eclipse.cdt.launch"
|
||||||
name="CDT Launch Plug-in"
|
name="%pluginName"
|
||||||
version="1.0.0"
|
version="1.0.0"
|
||||||
provider-name="QNX Software Systems Ltd."
|
provider-name="%providerName"
|
||||||
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">
|
class="org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin">
|
||||||
|
|
||||||
<runtime>
|
<runtime>
|
||||||
|
|
Loading…
Add table
Reference in a new issue