| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| /******************************************************************************* |
| * Copyright (c) 2015 Obeo. |
| * 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: |
| * Obeo - initial API and implementation |
| *******************************************************************************/ |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.ui.newWizards"> |
| <!-- @generated qmodel --> |
| <category |
| id="org.eclipse.emf.ecore.Wizard.category.ID" |
| name="%_UI_Wizard_category"/> |
| <wizard |
| id="org.eclipse.acceleo.query.tests.qmodel.presentation.QmodelModelWizardID" |
| name="%_UI_QmodelModelWizard_label" |
| class="org.eclipse.acceleo.query.tests.qmodel.presentation.QmodelModelWizard" |
| category="org.eclipse.emf.ecore.Wizard.category.ID" |
| icon="icons/full/obj16/QmodelModelFile.gif"> |
| <description>%_UI_QmodelModelWizard_description</description> |
| <selection class="org.eclipse.core.resources.IResource"/> |
| </wizard> |
| </extension> |
| |
| <extension point="org.eclipse.ui.editors"> |
| <!-- @generated qmodel --> |
| <editor |
| id="org.eclipse.acceleo.query.tests.qmodel.presentation.QmodelEditorID" |
| name="%_UI_QmodelEditor_label" |
| icon="icons/full/obj16/QmodelModelFile.gif" |
| extensions="qmodel" |
| class="org.eclipse.acceleo.query.tests.qmodel.presentation.QmodelEditor" |
| contributorClass="org.eclipse.acceleo.query.tests.qmodel.presentation.QmodelActionBarContributor"> |
| </editor> |
| </extension> |
| |
| </plugin> |