| <?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 anydsl --> |
| <category |
| id="org.eclipse.emf.ecore.Wizard.category.ID" |
| name="%_UI_Wizard_category"/> |
| <wizard |
| id="org.eclipse.acceleo.query.tests.anydsl.presentation.AnydslModelWizardID" |
| name="%_UI_AnydslModelWizard_label" |
| class="org.eclipse.acceleo.query.tests.anydsl.presentation.AnydslModelWizard" |
| category="org.eclipse.emf.ecore.Wizard.category.ID" |
| icon="icons/full/obj16/AnydslModelFile.gif"> |
| <description>%_UI_AnydslModelWizard_description</description> |
| <selection class="org.eclipse.core.resources.IResource"/> |
| </wizard> |
| </extension> |
| |
| <extension point="org.eclipse.ui.editors"> |
| <!-- @generated anydsl --> |
| <editor |
| id="org.eclipse.acceleo.query.tests.anydsl.presentation.AnydslEditorID" |
| name="%_UI_AnydslEditor_label" |
| icon="icons/full/obj16/AnydslModelFile.gif" |
| extensions="anydsl" |
| class="org.eclipse.acceleo.query.tests.anydsl.presentation.AnydslEditor" |
| contributorClass="org.eclipse.acceleo.query.tests.anydsl.presentation.AnydslActionBarContributor"> |
| </editor> |
| </extension> |
| |
| </plugin> |