Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 518357ab69a6af034a3e86295ddabdfc0c0affb0 (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
-->

<plugin>
   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated Bmm.profile -->
      <package
            uri="https://www.eclipse.org/papyrus/BMM/0.7.0/"
            class="org.eclipse.papyrus.bmm.BMMProfile.BmmPackage"
            genModel="pathmap://BMM_PROFILE_1.3/Bmm.profile.genmodel"/>
   </extension>
   <extension
         point="org.eclipse.uml2.uml.generated_package">
      <profile
            location="pathmap://BMM_PROFILE_1.3/Bmm.profile.uml#_bNz28BEEEeWdY8_QZO32Xg"
            uri="https://www.eclipse.org/papyrus/BMM/0.7.0/">
      </profile>
   </extension>
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="Profile of the Business Motivation Model (BMM) Version 1.3"
            iconpath="/icons/bmm_16x16.png"
            name="BmmProfile"
            path="pathmap://BMM_PROFILE_1.3/Bmm.profile.uml"
            provider="Eclipse Modeling Project">
      </profile>
   </extension>
   <extension
         point="org.eclipse.emf.ecore.uri_mapping">
      <mapping
            source="pathmap://BMM_PROFILE_1.3/"
            target="platform:/plugin/org.eclipse.papyrus.bmm/model/">
      </mapping>
   </extension>
   <extension
         point="org.eclipse.papyrus.infra.properties.contexts">
      <context
             contextModel="properties/BMM.ctx"
             isCustomizable="true">
       </context>
   </extension>

</plugin>

Back to the top