blob: f4b69eba9d2fefafd8e9667c86369599189530c9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
*
* $Id: plugin.xml,v 1.3 2004/12/22 15:15:27 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2.examples.emof2ecore"
name="%pluginName"
version="1.1.0"
provider-name="%providerName">
<runtime>
<library name="examples.emof2ecore.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.emf.ecore.editor" optional="true"/>
<import plugin="org.eclipse.uml2.mapping.ecore2xml"/>
</requires>
<extension
point = "org.eclipse.emf.ecore.extension_parser">
<parser
type="emof2ecore"
class="org.eclipse.uml2.examples.emof2ecore.internal.EMOF2EcoreResourceFactoryImpl"/>
</extension>
<extension point = "org.eclipse.ui.editors">
<editor
id = "org.eclipse.uml2.examples.emof2ecore.EMOF2EcoreEditorID"
name = "%_UI_EMOF2EcoreEditor_label"
icon = "platform:/plugin/org.eclipse.emf.ecore.editor/icons/full/obj16/EcoreModelFile.gif"
extensions = "emof2ecore"
class = "org.eclipse.emf.ecore.presentation.EcoreEditor"
contributorClass="org.eclipse.emf.ecore.presentation.EcoreActionBarContributor" >
</editor>
</extension>
</plugin>