blob: 0d150856b7979a9db5fdf5d0520e35b0db86bf94 [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.views">
<view
name="%views.registry.name"
icon="$nl$/icons/eview16/registry.png"
category="org.eclipse.pde.ui"
class="org.eclipse.pde.internal.runtime.registry.RegistryBrowser"
id="org.eclipse.pde.runtime.RegistryBrowser">
</view>
<category
id="org.eclipse.pde.ui"
name="%views.category.name">
</category>
</extension>
<extension
point="org.eclipse.ui.commands">
<category
id="org.eclipse.pde.runtime.spy.commands.category"
name="%spy-category.name">
</category>
<command
categoryId="org.eclipse.pde.runtime.spy.commands.category"
description="%spy-command.description"
id="org.eclipse.pde.runtime.spy.commands.spyCommand"
name="%spy-command.name">
</command>
<command
categoryId="org.eclipse.pde.runtime.spy.commands.category"
description="%spy-command.description"
id="org.eclipse.pde.runtime.spy.commands.menuSpyCommand"
name="%spy-menu-command.name">
</command>
</extension>
<extension
point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.pde.runtime.spy.commands.spyCommand"
icon="$nl$/icons/obj16/pdespy_obj.png">
</image>
<image
commandId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand"
icon="$nl$/icons/obj16/menuspy_obj.png">
</image>
</extension>
<extension
point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.pde.runtime.spy.commands.spyCommand"
contextId="org.eclipse.ui.contexts.dialogAndWindow"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M3+M2+F1">
</key>
<key
contextId="org.eclipse.ui.contexts.dialogAndWindow"
locale="ja"
platform="carbon"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M3+M2+F1">
</key>
<key
commandId="org.eclipse.pde.runtime.spy.commands.spyCommand"
contextId="org.eclipse.ui.contexts.dialogAndWindow"
locale="ja"
platform="carbon"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+M3+F1">
</key>
<key
commandId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand"
contextId="org.eclipse.ui.contexts.dialogAndWindow"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M3+M2+F2">
</key>
</extension>
<extension
point="org.eclipse.ui.handlers">
<handler
class="org.eclipse.pde.internal.runtime.spy.handlers.SpyHandler"
commandId="org.eclipse.pde.runtime.spy.commands.spyCommand">
</handler>
<handler
class="org.eclipse.pde.internal.runtime.spy.handlers.MenuSpyHandler"
commandId="org.eclipse.pde.runtime.spy.commands.menuSpyCommand">
</handler>
</extension>
</plugin>