Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml74
1 files changed, 37 insertions, 37 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml
index 23bad0adab..72ede8fda5 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml
+++ b/plugins/org.eclipse.emf.cdo.dawn.examples.acore.editor.dawn/fragment.xml
@@ -1,37 +1,37 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<!--
- Copyright (c) 2004 - 2011 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
--->
-
-<fragment>
- <extension point="org.eclipse.ui.newWizards">
- <wizard
- id="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreModelWizardID"
- name="Dawn Acore Model"
- class="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreModelWizard"
- category="org.eclipse.emf.cdo.dawn.ui.category.examples"
- icon="platform:/plugin/org.eclipse.emf.cdo.dawn.examples.acore.editor/icons/full/obj16/AcoreModelFile.gif">
- <description>A Dawn editor for Acore models</description>
- <selection class="org.eclipse.core.resources.IResource"/>
- </wizard>
- </extension>
-
- <extension point="org.eclipse.ui.editors">
- <editor
- id="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreEditorID"
- name="Dawn Acore model Editor"
- icon="platform:/plugin/org.eclipse.emf.cdo.dawn.examples.acore.editor/icons/full/obj16/AcoreModelFile.gif"
- extensions="acore"
- class="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreEditor"
- contributorClass="org.eclipse.emf.cdo.dawn.examples.acore.presentation.AcoreActionBarContributor">
- </editor>
- </extension>
-</fragment>
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<!--
+ Copyright (c) 2004 - 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
+-->
+
+<fragment>
+ <extension point="org.eclipse.ui.newWizards">
+ <wizard
+ id="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreModelWizardID"
+ name="Dawn Acore Model"
+ class="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreModelWizard"
+ category="org.eclipse.emf.cdo.dawn.ui.category.examples"
+ icon="platform:/plugin/org.eclipse.emf.cdo.dawn.examples.acore.editor/icons/full/obj16/AcoreModelFile.gif">
+ <description>A Dawn editor for Acore models</description>
+ <selection class="org.eclipse.core.resources.IResource"/>
+ </wizard>
+ </extension>
+
+ <extension point="org.eclipse.ui.editors">
+ <editor
+ id="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreEditorID"
+ name="Dawn Acore model Editor"
+ icon="platform:/plugin/org.eclipse.emf.cdo.dawn.examples.acore.editor/icons/full/obj16/AcoreModelFile.gif"
+ extensions="acore"
+ class="org.eclipse.emf.cdo.dawn.examples.acore.presentation.DawnAcoreEditor"
+ contributorClass="org.eclipse.emf.cdo.dawn.examples.acore.presentation.AcoreActionBarContributor">
+ </editor>
+ </extension>
+</fragment>

Back to the top