Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-02-17 14:13:28 +0000
committerUwe Stieber2015-02-17 14:13:28 +0000
commit3edd91ba435a434c4759ce14f6da2563a7913109 (patch)
tree95af6b18e409b4b21d102a9bbcdba74dffeca0cd /terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml
parent5eaf71058817529560d71c019b6cc1b7422a851c (diff)
downloadorg.eclipse.tcf-3edd91ba435a434c4759ce14f6da2563a7913109.tar.gz
org.eclipse.tcf-3edd91ba435a434c4759ce14f6da2563a7913109.tar.xz
org.eclipse.tcf-3edd91ba435a434c4759ce14f6da2563a7913109.zip
Terminals: Fix invalid category ids for view and commands
Diffstat (limited to 'terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml')
-rw-r--r--terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml b/terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml
index 00c7cee50..25a58712b 100644
--- a/terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml
+++ b/terminals/plugins/org.eclipse.tcf.te.ui.terminals.rse/plugin.xml
@@ -77,7 +77,7 @@
<!-- Command contributions -->
<extension point="org.eclipse.ui.commands">
<command
- categoryId="org.eclipse.tcf.te.ui.commands.category"
+ categoryId="org.eclipse.tcf.te.ui.terminals.commands.category"
helpContextId="org.eclipse.tcf.te.ui.terminals.rse.command_Launch"
id="org.eclipse.tcf.te.ui.terminals.rse.command.launch"
name="%command.launch.name">

Back to the top