Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml
index 6ad712da7b..59eef29467 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn/fragment.xml
@@ -1,7 +1,19 @@
<?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:
+ Eike Stepper - initial API and implementation
+-->
+
<fragment>
- <extension
+
+ <extension
point="org.eclipse.ui.newWizards">
<wizard
category="org.eclipse.emf.cdo.dawn.ui.category.examples"
@@ -11,6 +23,7 @@
name="Dawn Acore Graphiti Diagram">
</wizard>
</extension>
+
<extension
point="org.eclipse.ui.editors">
<editor
@@ -22,4 +35,5 @@
name="Dawn Acore Graphiti Editor">
</editor>
</extension>
+
</fragment>

Back to the top