mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Use the Properties to save the strings.
This commit is contained in:
parent
241b401e97
commit
7355736f9f
2 changed files with 21 additions and 19 deletions
2
debug/org.eclipse.cdt.debug.core/plugin.properties
Normal file
2
debug/org.eclipse.cdt.debug.core/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
|||
pluginName=CDT Debug Core Plug-in
|
||||
providerName=Eclipse.org
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.debug.core"
|
||||
name="CDT Debug Core Plug-in"
|
||||
name="%pluginName"
|
||||
version="1.0.0"
|
||||
provider-name="QNX"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.debug.core.CDebugCorePlugin">
|
||||
|
||||
<runtime>
|
||||
|
|
Loading…
Add table
Reference in a new issue