Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml
deleted file mode 100644
index 7b40811d0b..0000000000
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti/plugin.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?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>

Back to the top