Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.tests/plugin.xml')
-rw-r--r--org.eclipse.debug.tests/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.tests/plugin.xml b/org.eclipse.debug.tests/plugin.xml
index 75673ba84..477f5e0d1 100644
--- a/org.eclipse.debug.tests/plugin.xml
+++ b/org.eclipse.debug.tests/plugin.xml
@@ -16,17 +16,17 @@
<extension point="org.eclipse.debug.ui.memoryRenderings">
<renderingType
id="rendering_type_1"
- name="Rendering One"
+ name="%renderingType.name"
class="org.eclipe.debug.tests.view.memory.RenderingTypeDelegate">
</renderingType>
<renderingType
id="rendering_type_2"
- name="Rendering Two"
+ name="%renderingType.name.0"
class="org.eclipe.debug.tests.view.memory.RenderingTypeDelegate">
</renderingType>
<renderingType
id="rendering_type_3"
- name="Rendering Default"
+ name="%renderingType.name.1"
class="org.eclipe.debug.tests.view.memory.RenderingTypeDelegate">
</renderingType>
<renderingBindings
@@ -60,12 +60,12 @@
delegate="org.eclipe.debug.tests.launching.TestLaunchDelegate"
id="org.eclipse.debug.tests.launch.type"
modes="run, debug"
- name="Test Launch Type">
+ name="%launchConfigurationType.name">
</launchConfigurationType>
</extension>
<extension
id="debugFS"
- name="Debug File System"
+ name="%extension.name"
point="org.eclipse.core.filesystem.filesystems">
<filesystem
scheme="debug">

Back to the top