mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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,19 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.debug.core"
|
||||
name="CDT Debug Core Plug-in"
|
||||
version="1.0.0"
|
||||
provider-name="QNX"
|
||||
class="org.eclipse.cdt.debug.core.CDebugCorePlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="cdebugcore.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
</requires>
|
||||
|
||||
|
||||
</plugin>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<plugin
|
||||
id="org.eclipse.cdt.debug.core"
|
||||
name="%pluginName"
|
||||
version="1.0.0"
|
||||
provider-name="%providerName"
|
||||
class="org.eclipse.cdt.debug.core.CDebugCorePlugin">
|
||||
|
||||
<runtime>
|
||||
<library name="cdebugcore.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
<requires>
|
||||
<import plugin="org.eclipse.core.resources"/>
|
||||
</requires>
|
||||
|
||||
|
||||
</plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue