Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 80d88ef7e96b2d781ad50d075fc98d97a8eca4d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 Copyright (c) 2005, 2018 IBM Corporation, Embarcadero Technologies, CEA, and others.
 All rights reserved.   This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v2.0
 which accompanies this distribution, and is available at
 http://www.eclipse.org/legal/epl-v20.html

 Contributors: 
   IBM - initial API and implementation
   Kenn Hussey (Embarcadero Technologies) - 215488
   Kenn Hussey (CEA) - 327039, 418466
   Kenn Hussey - 535301

-->

<plugin>

  <extension
     point="org.eclipse.emf.ecore.uri_mapping">
    <mapping
       source="pathmap://UML_LIBRARIES/"
       target="platform:/plugin/org.eclipse.uml2.uml.resources/libraries/">
    </mapping>
  </extension>

  <extension
     point="org.eclipse.emf.ecore.uri_mapping">
    <mapping
       source="pathmap://UML_METAMODELS/"
       target="platform:/plugin/org.eclipse.uml2.uml.resources/metamodels/">
    </mapping>
  </extension>

  <extension
     point="org.eclipse.emf.ecore.uri_mapping">
    <mapping
       source="pathmap://UML_PROFILES/"
       target="platform:/plugin/org.eclipse.uml2.uml.resources/profiles/">
    </mapping>
  </extension>

  <extension
     point="org.eclipse.uml2.uml.dynamic_package">
    <profile uri="http://www.eclipse.org/uml2/schemas/Ecore/5" location="pathmap://UML_PROFILES/Ecore.profile.uml#_0"/>
  </extension>

  <extension
     point="org.eclipse.uml2.uml.dynamic_package">
    <profile uri="http://www.eclipse.org/uml2/schemas/UML2/2" location="pathmap://UML_PROFILES/UML2.profile.uml#_0"/>
  </extension>

</plugin>

Back to the top