alagarde | 25fb93c | 2011-07-21 14:00:50 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
wpiers | 69c3cb9 | 2011-10-21 16:49:27 +0200 | [diff] [blame] | 3 | |
| 4 | <!-- |
| 5 | Copyright (c) 2011 Obeo. |
| 6 | All rights reserved. This program and the accompanying materials |
| 7 | are made available under the terms of the Eclipse Public License v1.0 |
| 8 | which accompanies this distribution, and is available at |
| 9 | http://www.eclipse.org/legal/epl-v10.html |
| 10 | |
| 11 | Contributors: |
| 12 | Obeo - initial API and implementation |
| 13 | --> |
| 14 | |
alagarde | 25fb93c | 2011-07-21 14:00:50 +0200 | [diff] [blame] | 15 | <plugin> |
| 16 | <extension |
| 17 | point="org.eclipse.ui.commands"> |
| 18 | <command |
| 19 | description="Intent - CDO : initialize content" |
| 20 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo.init.command" |
| 21 | name="Intent - CDO : initialize content"> |
| 22 | </command> |
| 23 | <command |
| 24 | description="Intent - CDO : launch all clients" |
| 25 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo.launchclients.command" |
| 26 | name="Intent - CDO : launch all clients"> |
| 27 | </command> |
| 28 | <command |
| 29 | description="Intent - CDO : open selection widget" |
| 30 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo.selectionwidget.command" |
| 31 | name="Intent - CDO : open selection widget"> |
| 32 | </command> |
| 33 | </extension> |
| 34 | |
| 35 | <extension |
| 36 | point="org.eclipse.ui.menus"> |
| 37 | <menuContribution |
| 38 | allPopups="false" |
| 39 | locationURI="menu:org.eclipse.ui.main.menu?after=additions"> |
| 40 | <menu |
| 41 | icon="icon/cdo/cdoicon.gif" |
| 42 | id="org.eclipse.mylyn.docs.intent.editor.modelingunitsMenu" |
| 43 | label="Intent (CDO)" |
| 44 | mnemonic="v"> |
| 45 | <command |
| 46 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.init.command" |
| 47 | icon="icon/cdo/cdoicon.gif" |
| 48 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo.init.menu" |
| 49 | label="Initialize Content" |
| 50 | mnemonic="O" |
| 51 | style="push"> |
| 52 | </command> |
| 53 | </menu> |
| 54 | <menu |
| 55 | icon="icon/cdo/cdoicon.gif" |
| 56 | id="org.eclipse.mylyn.docs.intent.editor.modelingunitsMenu" |
| 57 | label="Intent (CDO)" |
| 58 | mnemonic="v"> |
| 59 | <command |
| 60 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.launchclients.command" |
| 61 | icon="icon/cdo/cdoicon.gif" |
| 62 | id="org.eclipse.mylyn.docs.intent.client.ui.cdo.launchclients.menu" |
| 63 | label="Launch clients" |
| 64 | mnemonic="O" |
| 65 | style="push"> |
| 66 | </command> |
| 67 | </menu> |
| 68 | <menu |
| 69 | icon="icon/cdo/cdoicon.gif" |
| 70 | id="org.eclipse.mylyn.docs.intent.editor.modelingunitsMenu" |
| 71 | label="Intent (CDO)" |
| 72 | mnemonic="v"> |
| 73 | <command |
| 74 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.selectionwidget.command" |
| 75 | icon="icon/cdo/cdoicon.gif" |
| 76 | id="org.eclipse.mylyn.docs.intent.modelingunit.openFirstModelingUnit" |
| 77 | label="Open element..." |
| 78 | mnemonic="O" |
| 79 | style="push"> |
| 80 | </command> |
| 81 | </menu> |
| 82 | </menuContribution> |
| 83 | </extension> |
| 84 | |
| 85 | <extension point="org.eclipse.ui.handlers"> |
| 86 | <handler class="org.eclipse.mylyn.docs.intent.client.ui.cdo.handlers.InitializeContent" |
| 87 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.init.command"> |
| 88 | </handler> |
| 89 | <handler class="org.eclipse.mylyn.docs.intent.client.ui.cdo.handlers.LaunchAllClients" |
| 90 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.launchclients.command"> |
| 91 | </handler> |
| 92 | <handler class="org.eclipse.mylyn.docs.intent.client.ui.cdo.handlers.ShowIndexHandler" |
| 93 | commandId="org.eclipse.mylyn.docs.intent.client.ui.cdo.selectionwidget.command"> |
| 94 | </handler> |
| 95 | </extension> |
Alex Lagarde | 9e9734f | 2012-07-06 11:29:01 +0200 | [diff] [blame] | 96 | <extension |
| 97 | point="org.eclipse.mylyn.docs.intent.collab.repository.extension"> |
| 98 | <Repository |
| 99 | id="org.eclipse.mylyn.docs.intent.collab.cdo.repository" |
| 100 | repositoryCreatorClass="org.eclipse.mylyn.docs.intent.client.ui.cdo.repository.CDORepositoryCreatorForIntent" |
| 101 | repositoryStructurerClass="org.eclipse.mylyn.docs.intent.client.ui.cdo.repository.IntentRepositoryCDORestructurer"> |
| 102 | </Repository> |
| 103 | </extension> |
Alex Lagarde | 0759418 | 2012-07-06 15:46:49 +0200 | [diff] [blame] | 104 | <extension |
| 105 | point="org.eclipse.mylyn.docs.intent.collab.common.repositorymanagercontribution"> |
| 106 | <repositorymanagercontribution |
| 107 | class="org.eclipse.mylyn.docs.intent.client.ui.cdo.repository.IntentCDOBasedRepositoryManagerContribution"> |
| 108 | </repositorymanagercontribution> |
| 109 | </extension> |
alagarde | 25fb93c | 2011-07-21 14:00:50 +0200 | [diff] [blame] | 110 | |
| 111 | </plugin> |