blob: 75766ab7662bd80a53b904a6b9b0261db734e820 [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.4.2.2 2007/07/24 23:54:26 nickb Exp $
*/
-->
<plugin
name = "%pluginName"
id = "org.eclipse.emf.common"
version = "2.0.2"
provider-name = "%providerName"
class = "org.eclipse.emf.common.CommonPlugin$Implementation" >
<requires>
<import plugin="org.eclipse.core.runtime"/>
</requires>
<runtime>
<library name="runtime/common.jar">
<export name="*"/>
<packages prefixes="org.eclipse.emf.common"/>
</library>
</runtime>
</plugin>