blob: 75205b4611589d4a3db6d2c48364ab25371a8bdb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
Copyright (c) 2005, 2010 SAP AG.
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:
SAP AG - initial API, implementation and documentation
</copyright>
-->
<plugin>
<extension
point="org.eclipse.graphiti.ui.diagramTypes">
<diagramType
description="diagram type for demo samples"
id="org.eclipse.graphiti.testtool.ecore.EcoreDiagramType"
name="Sample Ecore DT"
type="testtool.ecore">
</diagramType>
</extension>
<extension
point="org.eclipse.graphiti.ui.diagramTypeProviders">
<diagramTypeProvider
class="org.eclipse.graphiti.testtool.ecore.TestDiagramTypeProvider"
description="This is a small Ecore test editor for the automated junit tests"
id="org.eclipse.graphiti.testtool.ecore.TestDiagramTypeProvider"
name="Ecore sample editor">
<diagramType
id="org.eclipse.graphiti.testtool.ecore.EcoreDiagramType">
</diagramType>
<imageProvider
id="org.eclipse.graphiti.examples.common.ExampleImageProvider">
</imageProvider>
</diagramTypeProvider>
</extension>
</plugin>