Skip to main content
summaryrefslogblamecommitdiffstats
blob: 59eef294676509351d5eccef20345b65f9fd85ea (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                      










                                                                             
          

             








                                                                                                         
 










                                                                                                        
 
           
<?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
         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