blob: f938cde87afc024fb901078f087deb8ab91d3ab4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
/*
* Copyright (c) 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.3.2.1 2004/07/14 14:53:22 khussey Exp $
*/
-->
<plugin
id="org.eclipse.uml2.resources"
name="%pluginName"
version="1.0.1"
provider-name="%providerName">
<runtime>
</runtime>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://UML2_LIBRARIES/"
target="platform:/plugin/org.eclipse.uml2.resources/libraries/">
</mapping>
</extension>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://UML2_METAMODELS/"
target="platform:/plugin/org.eclipse.uml2.resources/metamodels/">
</mapping>
</extension>
<extension
point="org.eclipse.emf.ecore.uri_mapping">
<mapping
source="pathmap://UML2_PROFILES/"
target="platform:/plugin/org.eclipse.uml2.resources/profiles/">
</mapping>
</extension>
</plugin>