blob: 6cba0d2275ef476fb63fa0a5eccaf29eec38ad46 [file]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <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 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
*
* </copyright>
*
* $Id: plugin.xml,v 1.1 2004/03/06 17:31:32 marcelop Exp $
*/
-->
<plugin
id="org.eclipse.emf.mapping"
name="%pluginName"
version="2.0.0"
provider-name="%providerName"
class="org.eclipse.emf.mapping.MappingPlugin$Implementation">
<runtime>
<library name="runtime/mapping.jar">
<export name="*"/>
<packages prefixes="org.eclipse.emf.mapping"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.emf.edit" export="true"/>
<import plugin="org.eclipse.core.resources" export="true"/>
</requires>
<extension-point name="Mapping Domain Configuration" id="configuration" />
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.eclipse.org/emf/2002/Mapping"
class="org.eclipse.emf.mapping.MappingPackage">
</package>
</extension>
</plugin>