blob: d6b83344d379ddcdbdb3dbc61937275e0b36fa60 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2010, 2011 Eike Stepper (Berlin, Germany) and others.
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:
Eike Stepper - initial API and implementation
-->
<fragment>
<extension point="org.eclipse.ui.newWizards">
<wizard
id="org.eclipse.emf.cdo.dawn.ecore.presentation.DawnEcoreModelWizardID"
name="Dawn Ecore Model"
class="org.eclipse.emf.cdo.dawn.ecore.presentation.DawnEcoreModelWizard"
category="org.eclipse.emf.cdo.dawn.ui.category.examples"
icon="platform:/plugin/org.eclipse.emf.ecore.editor/icons/full/obj16/EcoreModelFile.gif">
<description>A Dawn editor for Ecore models</description>
<selection class="org.eclipse.core.resources.IResource"/>
</wizard>
</extension>
<extension point="org.eclipse.ui.editors">
<editor
id="org.eclipse.emf.cdo.dawn.ecore.presentation.DawnEcoreEditorID"
name="Dawn Ecore model Editor"
icon="platform:/plugin/org.eclipse.emf.ecore.editor/icons/full/obj16/EcoreModelFile.gif"
extensions="ecore"
class="org.eclipse.emf.cdo.dawn.ecore.presentation.DawnEcoreEditor"
contributorClass="org.eclipse.emf.ecore.presentation.EcoreActionBarContributor">
</editor>
</extension>
</fragment>