| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.2"?> |
| <plugin> |
| |
| <extension |
| point="org.eclipse.ui.views"> |
| <category |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.category" |
| name="SWTBot Test Category"> |
| </category> |
| <view |
| category="org.eclipse.swtbot.eclipse.finder.test.ui.category" |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotTestView" |
| icon="icons/sample.gif" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotTestView" |
| name="SWTBot Test View"> |
| </view> |
| <view |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotFormView" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotFormView1" |
| name="Form 1" |
| restorable="true"> |
| </view> |
| <view |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotFormView" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotFormView2" |
| name="Form 2" |
| restorable="true"> |
| </view> |
| </extension> |
| <extension |
| point="org.eclipse.ui.handlers"> |
| <handler |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.handler.SampleHandler" |
| commandId="org.eclipse.swtbot.eclipse.finder.test.ui.commands.ContributionItemCommand"> |
| </handler> |
| </extension> |
| <extension |
| point="org.eclipse.ui.bindings"> |
| <key |
| commandId="org.eclipse.swtbot.eclipse.finder.test.ui.commands.ContributionItemCommand" |
| contextId="org.eclipse.ui.contexts.window" |
| schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" |
| sequence="M1+6"> |
| </key> |
| </extension> |
| <extension |
| point="org.eclipse.ui.menus"> |
| <menuContribution |
| locationURI="menu:org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotTestView?after=additions"> |
| <command |
| commandId="org.eclipse.swtbot.eclipse.finder.test.ui.commands.ContributionItemCommand" |
| icon="icons/sample.gif" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.view.menu.ContributionItemCommand" |
| mnemonic="C" |
| style="toggle"> |
| </command> |
| </menuContribution> |
| </extension> |
| <extension |
| point="org.eclipse.ui.commands"> |
| <category |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.commands.category" |
| name="SWTBot Test Category"> |
| </category> |
| <command |
| categoryId="org.eclipse.swtbot.eclipse.finder.test.ui.commands.category" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.commands.ContributionItemCommand" |
| name="Contribution Item Command"> |
| </command> |
| </extension> |
| <extension |
| point="org.eclipse.ui.editors"> |
| <editor |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.editors.MultiPageEditor" |
| contributorClass="org.eclipse.swtbot.eclipse.finder.test.ui.editors.MultiPageEditorContributor" |
| extensions="mpe" |
| icon="icons/sample.gif" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.editors.MultiPageEditor" |
| name="Sample Multi-page Editor"> |
| </editor> |
| </extension> |
| <extension |
| point="org.eclipse.ui.perspectives"> |
| <perspective |
| class="org.eclipse.swtbot.eclipse.finder.test.ui.perspectives.FormPerspective" |
| id="org.eclipse.swtbot.eclipse.finder.test.ui.perspectives.FormPerspective" |
| name="name"> |
| </perspective> |
| </extension> |
| |
| </plugin> |