blob: 6b28647f0226983d5b8d9265ed01903485c248b0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
<copyright>
Copyright (c) 2008-2012 itemis, See4sys and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
Contributors:
See4sys - Initial API and implementation
itemis - [392424] Migrate Sphinx integration of Graphiti to Graphiti 0.9.x
</copyright>
-->
<plugin>
<extension
point="org.eclipse.graphiti.ui.diagramTypes">
<diagramType
description="%sphinx.examples.hummingbird20.diagram.graphiti.diagramTypes.platform.description"
id="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.diagramTypes.platform"
name="%sphinx.examples.hummingbird20.diagram.graphiti.diagramTypes.platform.name"
type="%sphinx.examples.hummingbird20.diagram.graphiti.diagramTypes.platform.type">
</diagramType>
</extension>
<extension
point="org.eclipse.graphiti.ui.diagramTypeProviders">
<diagramTypeProvider
class="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.providers.Hummingbird20PlatformDiagramTypeProvider"
description="%sphinx.examples.hummingbird20.diagram.graphiti.diagramTypeProviders.platform.description"
id="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.diagramTypeProviders.platform"
name="%sphinx.examples.hummingbird20.diagram.graphiti.diagramTypeProviders.platform.name">
<diagramType
id="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.diagramTypes.platform">
</diagramType>
<imageProvider
id="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.imageProvider">
</imageProvider>
</diagramTypeProvider>
</extension>
<extension
point="org.eclipse.ui.newWizards">
<wizard
category="org.eclipse.sphinx.examples.common.ui.newWizards.category.sphinxExampleWizards"
class="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.wizards.Hummingbird20CreatePlatformDiagramWizard"
hasPages="true"
icon="icons/wizban16/CreateFile.png"
id="org.eclipse.sphinx.examples.hummingbird20.diagram.platform.newWizard"
name="Hummingbird20 Platform Diagram">
</wizard>
<!-- handle diagram creation from scratch with a root selected by user -->
<wizard
category="org.eclipse.sphinx.examples.common.ui.newWizards.category.sphinxExampleWizards"
class="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.wizards.Hummingbird20GraphitiDiagramNewWizard"
hasPages="true"
icon="icons/wizban16/CreateFile.png"
id="org.eclipse.sphinx.examples.hummingbird20.diagram.platform.newWizard2"
name="Hummingbird20 Platform Diagram (from scratch)">
</wizard>
</extension>
<extension
point="org.eclipse.graphiti.ui.imageProviders">
<imageProvider
class="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.providers.Hummingbird20PlatformDiagramImageProvider"
id="org.eclipse.sphinx.examples.hummingbird20.diagram.graphiti.imageProvider">
</imageProvider>
</extension>
</plugin>