1
0
Fork 0
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:
Alain Magloire 2002-07-29 18:40:51 +00:00
parent 241b401e97
commit 7355736f9f
2 changed files with 21 additions and 19 deletions

View file

@ -0,0 +1,2 @@
pluginName=CDT Debug Core Plug-in
providerName=Eclipse.org

View file

@ -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>