blob: 741bcc1444fa18e19f85be53ccfd576f1d67803c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 2003, 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.10.2.1 2004/07/14 14:50:01 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2"
name="%pluginName"
version="1.0.1"
provider-name="%providerName"
class="org.eclipse.uml2.UML2Plugin$Implementation">
<runtime>
<library name="uml2.jar">
<export name="*"/>
<packages prefixes="org.eclipse.uml2"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.emf.ecore.xmi" export="true"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.core.resources" optional="true"/>
</requires>
<extension
point="org.eclipse.emf.ecore.generated_package">
<package
uri="http://www.eclipse.org/uml2/1.0.0/UML"
class="org.eclipse.uml2.UML2Package">
</package>
</extension>
<extension
point="org.eclipse.emf.ecore.extension_parser">
<parser
type="uml2"
class="org.eclipse.uml2.internal.util.UML2ResourceFactoryImpl">
</parser>
</extension>
</plugin>