Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml
index 43a2ee2a3e..9805cd5449 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.ecoretools.diagram.dawn/fragment.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
- Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2010-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
@@ -10,8 +10,10 @@
Contributors:
Martin Fluegge - initial API and implementation
-->
+
<fragment>
-<extension
+
+ <extension
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.emf.cdo.dawn.ecoretools.diagram.part.DawnEcoreDiagramEditor"
@@ -78,4 +80,5 @@
<context views="generated-diagram,generated-nodes,generated-links,generated-labels,generated-compartments"/>
</editpartProvider>
</extension>
+
</fragment>

Back to the top