| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <fragment> |
| |
| <extension |
| point="org.eclipse.ui.newWizards" |
| > |
| <category |
| id="org.eclipse.egf.category.wizards" |
| name="%_UI_EGF_Wizard_Category" |
| /> |
| <wizard |
| id="org.eclipse.emf.ecore.presentation.TargetPlatformEcoreModelWizardID" |
| name="%_UI_Target_Platform_EcoreModelWizard_label" |
| class="org.eclipse.emf.ecore.presentation.TargetPlatformEcoreModelWizard" |
| category="org.eclipse.egf.category.wizards" |
| icon="platform:/plugin/org.eclipse.emf.ecore.editor/icons/full/ctool16/NewEcore.gif" |
| > |
| <description>%_UI_Target_Platform_EcoreModelWizard_description</description> |
| <selection |
| class="org.eclipse.core.resources.IResource" |
| /> |
| </wizard> |
| </extension> |
| |
| <extension |
| point="org.eclipse.ui.editors" |
| > |
| <editor |
| id="org.eclipse.emf.ecore.presentation.TargetPlatformEcoreEditorID" |
| name="%_UI_Target_Platform_EcoreEditor_label" |
| icon="platform:/plugin/org.eclipse.emf.ecore.editor/icons/full/obj16/EcoreModelFile.gif" |
| class="org.eclipse.emf.ecore.presentation.TargetPlatformEcoreEditor" |
| contributorClass="org.eclipse.emf.ecore.presentation.TargetPlatformEcoreActionBarContributor" |
| default="false" |
| > |
| <contentTypeBinding |
| contentTypeId="org.eclipse.emf.ecore" |
| /> |
| <contentTypeBinding |
| contentTypeId="org.eclipse.emf.emof" |
| /> |
| </editor> |
| </extension> |
| |
| </fragment> |