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.xml50
1 files changed, 25 insertions, 25 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 6e82c35031..6ad712da7b 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,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<fragment>
- <extension
- point="org.eclipse.ui.newWizards">
- <wizard
- category="org.eclipse.emf.cdo.dawn.ui.category.examples"
- class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.DawnAcoreGraphitiCreationWizard"
- icon="icons/dawn_graphiti_editor.gif"
- id="org.eclipse.emf.cdo.dawn.graphiti.acore"
- name="Dawn Acore Graphiti Diagram">
- </wizard>
- </extension>
- <extension
- point="org.eclipse.ui.editors">
- <editor
- class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.DawnAcoreGraphitiDiagramEditor"
- default="false"
- extensions="acore_graphiti"
- icon="icons/dawn_graphiti_editor.gif"
- id="org.eclipse.emf.cdo.dawn.graphiti.editor"
- name="Dawn Acore Graphiti Editor">
- </editor>
- </extension>
-</fragment>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<fragment>
+ <extension
+ point="org.eclipse.ui.newWizards">
+ <wizard
+ category="org.eclipse.emf.cdo.dawn.ui.category.examples"
+ class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.DawnAcoreGraphitiCreationWizard"
+ icon="icons/dawn_graphiti_editor.gif"
+ id="org.eclipse.emf.cdo.dawn.graphiti.acore"
+ name="Dawn Acore Graphiti Diagram">
+ </wizard>
+ </extension>
+ <extension
+ point="org.eclipse.ui.editors">
+ <editor
+ class="org.eclipse.emf.cdo.dawn.examples.acore.graphiti.dawn.DawnAcoreGraphitiDiagramEditor"
+ default="false"
+ extensions="acore_graphiti"
+ icon="icons/dawn_graphiti_editor.gif"
+ id="org.eclipse.emf.cdo.dawn.graphiti.editor"
+ name="Dawn Acore Graphiti Editor">
+ </editor>
+ </extension>
+</fragment>

Back to the top