blob: 99ccf9dbf59ede8490b25b7c51139df7dad37957 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2014 CEA LIST.
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:
CEA LIST - Initial API and implementation
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<!-- @generated DG -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.papyrus.dd.dg.presentation.DGModelWizardID"
name="%_UI_DGModelWizard_label"
class="org.eclipse.papyrus.dd.dg.presentation.DGModelWizard"
category="org.eclipse.emf.ecore.Wizard.category.ID"
icon="icons/full/obj16/DGModelFile.gif">
<description>%_UI_DGModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<!-- @generated DG -->
<editor
id="org.eclipse.papyrus.dd.dg.presentation.DGEditorID"
name="%_UI_DGEditor_label"
icon="icons/full/obj16/DGModelFile.gif"
extensions="dg"
class="org.eclipse.papyrus.dd.dg.presentation.DGEditor"
contributorClass="org.eclipse.papyrus.dd.dg.presentation.DGActionBarContributor">
</editor>
</extension>
<extension point="org.eclipse.ui.newWizards">
<category id="org.eclipse.papyrus.dd.examples.category"
name="%ExamplesCategory_name"
parentCategory="org.eclipse.ui.Examples"/>
<wizard id="org.eclipse.papyrus.dd.examples"
category="org.eclipse.ui.Examples/org.eclipse.papyrus.dd.examples.category"
class="org.eclipse.emf.common.ui.wizard.ExampleInstallerWizard"
project="true"
name="%Examples_name"
icon="icons/full/obj16/DGModelFile.gif">
<description>%Examples_description</description>
</wizard>
</extension>
<extension point="org.eclipse.emf.common.ui.examples">
<example id="org.eclipse.papyrus.dd.examples.project"
wizardID="org.eclipse.papyrus.dd.examples"
pageImage="icons/full/wizban/NewDG.gif">
<projectDescriptor name="org.eclipse.papyrus.dd.examples"
contentURI="examples/org.eclipse.papyrus.dd.examples/"
description="%Examples_description"/>
</example>
</extension>
</plugin>