blob: 9e9579ecf9a30e24d2e5ab89657822b6bedb635a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2010, Intalio Inc.
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:
Intalio Inc. - initial API and implementation
$Id: plugin.xml,v 1.3 2010/05/07 23:38:54 atoulme Exp $
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.bpmn.presentation.BpmnModelWizardID"
name="%_UI_Bpmn2ModelWizard_label"
class="org.eclipse.bpmn.presentation.BpmnModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/BpmnModelFile.gif">
<description>%_UI_Bpmn2ModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.bpmn.presentation.BpmnEditorID"
name="%_UI_Bpmn2Editor_label"
icon="icons/full/obj16/BpmnModelFile.gif"
extensions="bpmn"
class="org.eclipse.bpmn.presentation.BpmnEditor"
contributorClass="org.eclipse.bpmn.presentation.BpmnActionBarContributor">
<contentTypeBinding
contentTypeId="org.eclipse.bpmn.content-type">
</contentTypeBinding>
</editor>
</extension>
</plugin>