| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.0"?> | |
| <!-- | |
| Copyright (c) 2010, 2011 Technical University of Denmark. | |
| 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: | |
| Patrick Koenemann, DTU Informatics - initial API and implementation | |
| $Id: plugin.xml,v 1.1 2010/09/10 15:40:34 cbrun Exp $ | |
| --> | |
| <plugin> | |
| <extension point="org.eclipse.emf.ecore.generated_package"> | |
| <package | |
| uri="http://eachonce" | |
| class="eachonce.EachoncePackage" | |
| genModel="each-once/eachonce.genmodel"/> | |
| </extension> | |
| <extension | |
| point="org.eclipse.emf.edit.itemProviderAdapterFactories"> | |
| <factory | |
| class="eachonce.provider.EachonceItemProviderAdapterFactory" | |
| supportedTypes= | |
| "org.eclipse.emf.edit.provider.IEditingDomainItemProvider | |
| org.eclipse.emf.edit.provider.IStructuredItemContentProvider | |
| org.eclipse.emf.edit.provider.ITreeItemContentProvider | |
| org.eclipse.emf.edit.provider.IItemLabelProvider | |
| org.eclipse.emf.edit.provider.IItemPropertySource" | |
| uri="http://eachonce"> | |
| </factory> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.newWizards"> | |
| <category | |
| id="org.eclipse.emf.ecore.Wizard.category.ID" | |
| name="Example EMF Model Creation Wizards"> | |
| </category> | |
| <wizard | |
| category="org.eclipse.emf.ecore.Wizard.category.ID" | |
| class="eachonce.presentation.EachonceModelWizard" | |
| icon="icons/full/obj16/EachonceModelFile.gif" | |
| id="eachonce.presentation.EachonceModelWizardID" | |
| name="Eachonce Model"> | |
| <description> | |
| description body text | |
| </description> | |
| <selection | |
| class="org.eclipse.core.resources.IResource"> | |
| </selection> | |
| </wizard> | |
| </extension> | |
| <extension | |
| point="org.eclipse.ui.editors"> | |
| <editor | |
| class="eachonce.presentation.EachonceEditor" | |
| contributorClass="eachonce.presentation.EachonceActionBarContributor" | |
| extensions="eachonce" | |
| icon="icons/full/obj16/EachonceModelFile.gif" | |
| id="eachonce.presentation.EachonceEditorID" | |
| name="Eachonce Model Editor"> | |
| </editor> | |
| </extension> | |
| </plugin> |