blob: 8c0fe7a66bb495934d379284aeb460aefab14ed3 [file]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2009 Obeo.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Obeo - initial API and implementation
$Id: plugin.xml,v 1.1 2010/02/15 14:04:14 glefur Exp $
-->
<plugin>
<extension
point="org.eclipse.core.runtime.applications"
id="TarotEditorAdvisorApplication">
<application>
<run class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisor$Application"/>
</application>
</extension>
<extension point="org.eclipse.ui.perspectives">
<perspective
name="%_UI_Perspective_label"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisor$Perspective"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorPerspective">
</perspective>
</extension>
<extension point="org.eclipse.ui.commands">
<command
name="%_UI_Menu_OpenURI_label"
description="%_UI_Menu_OpenURI_description"
categoryId="org.eclipse.ui.category.file"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenURICommand"/>
<command
name="%_UI_Menu_Open_label"
description="%_UI_Menu_Open_description"
categoryId="org.eclipse.ui.category.file"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenCommand"/>
</extension>
<extension point="org.eclipse.ui.bindings">
<key
commandId="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenURICommand"
sequence="M1+U"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
<key
commandId="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenCommand"
sequence="M1+O"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
<extension point="org.eclipse.ui.actionSets">
<actionSet
label="%_UI_TarotEditorAdvisor_ActionSet_label"
visible="true"
id="TarotEditorAdvisorActionSet">
<action
label="%_UI_Menu_About_label"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisor$AboutAction"
menubarPath="help/additions"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorAboutAction"/>
<action
label="%_UI_Menu_OpenURI_label"
definitionId="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenURICommand"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisor$OpenURIAction"
menubarPath="file/additions"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenURIAction"/>
<action
label="%_UI_Menu_Open_label"
definitionId="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenCommand"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisor$OpenAction"
menubarPath="file/additions"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorAdvisorOpenAction"/>
</actionSet>
</extension>
<extension point="org.eclipse.ui.actionSets">
<actionSet
label="%_UI_TarotModelWizard_ActionSet_label"
visible="true"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotActionBarContributorActionSet">
<action
label="%_UI_TarotModelWizard_label"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotActionBarContributor$NewAction"
menubarPath="file/new/additions"
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotActionBarContributorNewAction"/>
</actionSet>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditorID"
name="%_UI_TarotEditor_label"
icon="icons/full/obj16/TarotModelFile.gif"
extensions="tarot"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotEditor"
contributorClass="org.eclipse.emf.samples.eef.tarot.presentation.TarotActionBarContributor">
</editor>
</extension>
<extension
point="org.eclipse.ui.views">
<view
category="org.eclipse.emf.samples.eef.tarot"
class="org.eclipse.emf.samples.eef.tarot.presentation.TarotPlayersView"
icon="icons/full/obj16/Players.gif"
id="org.eclipse.emf.eef.views.tarot.players"
name="Players"
restorable="true">
</view>
<category
id="org.eclipse.emf.samples.eef.tarot"
name="Tarot">
</category>
</extension>
<extension
id="product"
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.emf.samples.eef.tarot.editor.TarotEditorAdvisorApplication"
name="EEF Tarot">
<property
name="appName"
value="EEF Tarot">
</property>
</product>
</extension>
</plugin>