blob: 7b40811d0b01a9559749170cb055b95e11be2554 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2011, 2012 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:
Martin Fluegge - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.graphiti.ui.diagramTypes">
<diagramType
description="This is the diagram type for teh Dawn Acore Example Model"
id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramType"
name="Acore Diagram Type"
type="acore">
</diagramType>
</extension>
<extension
point="org.eclipse.graphiti.ui.diagramTypeProviders">
<diagramTypeProvider
class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramTypeProvider"
description="This is my editor for the Graphiti tutorial"
id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramTypeProvider"
name="My tutorial editor">
<diagramType
id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.diagram.AcoreDiagramType">
</diagramType>
<imageProvider
id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.util.AcoreImageProvider">
</imageProvider>
</diagramTypeProvider>
</extension>
<extension
point="org.eclipse.graphiti.ui.imageProviders">
<imageProvider
class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.util.AcoreImageProvider"
id="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.features.util.AcoreImageProvider">
</imageProvider>
</extension>
</plugin>