blob: 97291f0bdd0e3d0aef9edb5279f8808e0f2aebce [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2010 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-->
<plugin>
<!-- Extensions -->
<extension
point="org.eclipse.ui.commands">
<command
categoryId="org.eclipse.pde.runtime.spy.commands.category"
description="%spy-layout-command.description"
id="org.eclipse.tools.layout.spy.commands.layoutSpyCommand"
name="%spy-layout-command.name">
</command>
</extension>
<extension
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand"
icon="$nl$/icons/obj16/layoutspy_obj.png">
</image>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand"
contextId="org.eclipse.ui.contexts.dialogAndWindow"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M2+M3+F9">
</key>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="org.eclipse.tools.layout.spy.internal.handlers.LayoutSpyHandler"
commandId="org.eclipse.tools.layout.spy.commands.layoutSpyCommand">
</handler>
</extension>
</plugin>