Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.ui/plugin.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/org.eclipse.help.ui/plugin.xml b/org.eclipse.help.ui/plugin.xml
index bb28cb1fe..3821ca5cb 100644
--- a/org.eclipse.help.ui/plugin.xml
+++ b/org.eclipse.help.ui/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?> <!--
- Copyright (c) 2005, 2007 IBM Corporation and others.
+ Copyright (c) 2005, 2009 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -150,24 +150,6 @@
</command>
</extension>
<extension
- point="org.eclipse.ui.bindings">
- <key
- commandId="org.eclipse.help.ui.closeTray"
- contextId="org.eclipse.ui.contexts.dialog"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="M1+W"/>
- <key
- commandId="org.eclipse.help.ui.closeTray"
- contextId="org.eclipse.ui.contexts.dialog"
- schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
- sequence="M1+F4"/>
- <key
- commandId="org.eclipse.help.ui.closeTray"
- contextId="org.eclipse.ui.contexts.dialog"
- schemeId="org.eclipse.ui.emacsAcceleratorConfiguration"
- sequence="CTRL+X K"/>
- </extension>
- <extension
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.help.ui.indexcommand"

Back to the top