| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <plugin> |
| |
| |
| <!-- Extensions --> |
| <extension |
| point="org.eclipse.ui.views"> |
| <category |
| name="%views.category.name" |
| id="org.eclipse.pde.runtime"> |
| </category> |
| <view |
| name="%views.registry.name" |
| icon="$nl$/icons/eview16/registry.gif" |
| category="org.eclipse.pde.runtime" |
| class="org.eclipse.pde.internal.runtime.registry.RegistryBrowser" |
| id="org.eclipse.pde.runtime.RegistryBrowser"> |
| </view> |
| </extension> |
| <extension |
| point="org.eclipse.ui.commands"> |
| <command |
| name="%ViewCommand.registryBrowser.name" |
| description="%ViewCommand.registryBrowser.description" |
| categoryId="org.eclipse.ui.category.views" |
| id="org.eclipse.pde.runtime.RegistryBrowser"> |
| </command> |
| <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> |
| </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> |
| </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> |
| </extension> |
| |
| </plugin> |