blob: 6350fd60afb997f33af394678eb39e76be2597bf [file]
<?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.3.2.2 2007/07/24 23:54:27 nickb Exp $
*/
-->
<plugin
id="org.eclipse.emf.mapping.ui"
name="%pluginName"
version="2.0.1"
provider-name="%providerName"
class="org.eclipse.emf.mapping.presentation.MappingUIPlugin">
<requires>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources" export="true"/>
<import plugin="org.eclipse.ui.ide" export="true"/>
<import plugin="org.eclipse.emf.mapping" export="true"/>
<import plugin="org.eclipse.emf.edit.ui" export="true"/>
<import plugin="org.eclipse.emf.ecore"/>
<import plugin="org.eclipse.emf.common"/>
</requires>
<runtime>
<library name="runtime/mapping.ui.jar">
<export name="*"/>
<packages prefixes="org.eclipse.emf.mapping.action,org.eclipse.emf.mapping.presentation"/>
</library>
</runtime>
</plugin>