blob: 127e78366949df16c1f5fa465782a6da556c60ac [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
**********************************************************************
* Copyright (c) 2005, 2019 SAP SE
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* SAP SE - initial API, implementation and documentation
*
* SPDX-License-Identifier: EPL-2.0
***********************************************************************
-->
<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>