| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.4"?> | |
| <!-- | |
| Copyright (c) 2009, 2011 IBM Corporation and David A Carlson | |
| 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 Corporation - initial API and implementation | |
| David A Carlson (XMLmodeling.com) - UML profile enhancements | |
| $Id$ | |
| --> | |
| <plugin> | |
| <extension | |
| id="CDAProfiles" | |
| name="CDA Profiles" | |
| point="org.eclipse.gmf.runtime.emf.core.Pathmaps"> | |
| <pathmap | |
| name="CDA_PROFILES" | |
| path="profiles" | |
| plugin="org.eclipse.mdht.uml.cda.resources"/> | |
| </extension> | |
| <extension | |
| point="org.eclipse.emf.ecore.uri_mapping"> | |
| <mapping | |
| source="pathmap://CDA_PROFILES/" | |
| target="profiles/"> | |
| </mapping> | |
| </extension> | |
| </plugin> |