blob: 8279fc1b0baf806d1e079b56572214a131f3b4e3 [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.7 2004/05/21 20:20:27 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2"
name="%pluginName"
version="1.0.0"
provider-name="%providerName"
class="org.eclipse.uml2.UML2Plugin$Implementation">
<runtime>
<library name="uml2.jar">
<export name="*"/>
<packages prefixes="org.eclipse.uml2,org.eclipse.uml2.impl,org.eclipse.uml2.internal.operation,org.eclipse.uml2.internal.util,org.eclipse.uml2.util"/>
</library>
</runtime>
<requires>
<import plugin="org.eclipse.emf.ecore.xmi" export="true"/>
<import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.core.resources"/>
</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>