Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-01-12 11:33:14 +0000
committerUwe Stieber2012-01-12 17:02:39 +0000
commitfe965e07536b65acde86a56f47158bde6bae22b9 (patch)
treeef43684feb7516431177a7ef3bf1241a944f18e9 /target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
parent9dc1398ebf92c098967dcbd9320cebd1126faf92 (diff)
downloadorg.eclipse.tcf-fe965e07536b65acde86a56f47158bde6bae22b9.tar.gz
org.eclipse.tcf-fe965e07536b65acde86a56f47158bde6bae22b9.tar.xz
org.eclipse.tcf-fe965e07536b65acde86a56f47158bde6bae22b9.zip
Target Explorer: Add common attach/detach command definition
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
index 6df902d2f..9f1e62ebd 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui/plugin.xml
@@ -19,16 +19,16 @@
<extension point="org.eclipse.ui.commands">
<category
id="org.eclipse.tcf.te.ui.commands.category"
- name="%Command.category.name">
+ name="%command.category.name">
</category>
<command
categoryId="org.eclipse.tcf.te.ui.commands.category"
defaultHandler="org.eclipse.tcf.te.ui.wizards.newWizard.NewWizardCommandHandler"
- description="%Command.newWizards.description"
+ description="%command.newWizards.description"
helpContextId="org.eclipse.tcf.te.ui.command_NewWizards"
id="org.eclipse.tcf.te.ui.command.newWizards"
- name="%Command.newWizards.name">
+ name="%command.newWizards.name">
</command>
</extension>

Back to the top