blob: fe28fc0bd7c860489d250d450c75ccdc34d988c3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/**
* <copyright>
*
* Copyright (c) 2002-2004 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
*
* </copyright>
*
* $Id: plugin.xml,v 1.4.2.2 2007/07/24 23:53:28 nickb Exp $
*/
-->
<plugin
name = "%pluginName"
id = "org.eclipse.emf.mapping.xsd2ecore"
version = "2.0.2"
provider-name = "%providerName"
class="org.eclipse.emf.mapping.xsd2ecore.XSD2EcorePlugin$Implementation">
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.emf.ecore.xmi" export="true"/>
<import plugin="org.eclipse.emf.ecore.edit" export="true"/>
<import plugin="org.eclipse.emf.mapping" export="true"/>
<import plugin="org.eclipse.xsd" export="true"/>
<import plugin="org.eclipse.xsd.edit" export="true"/>
</requires>
<runtime>
<library name="runtime/mapping.xsd2ecore.jar">
<export name="*"/>
<packages prefixes="org.eclipse.emf.mapping.xsd2ecore"/>
</library>
</runtime>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri = "http://www.eclipse.org/emf/2002/XSD2Ecore"
class = "org.eclipse.emf.mapping.xsd2ecore.XSD2EcorePackage" />
</extension>
<extension point="org.eclipse.emf.ecore.extension_parser">
<parser
type="xsd2ecore"
class="org.eclipse.emf.mapping.xsd2ecore.util.XSD2EcoreResourceFactoryImpl" />
</extension>
</plugin>