| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| |
| <!-- |
| Copyright (c) 2006, 2007 IBM Corporation 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: |
| IBM - initial API and implementation |
| |
| $Id: plugin.xml,v 1.2 2007/01/04 18:55:59 khussey Exp $ |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.emf.exporter.modelExporterDescriptors"> |
| <modelExporterDescriptor |
| id="org.eclipse.uml2.uml.ecore.exporter" |
| name="%_UI_UMLExporter_label" |
| icon="platform:/plugin/org.eclipse.uml2.uml.editor/icons/full/obj16/UMLModelFile.gif" |
| description="%_UI_UMLModelExporter_description" |
| wizard="org.eclipse.uml2.uml.ecore.exporter.ui.UMLExporterWizard"/> |
| </extension> |
| |
| </plugin> |
| |
| |
| |