Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c1ecc5335a19733a2a42b5470ac0e9582d744f0 (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
56
57
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
	<extension
         point="org.eclipse.emf.ecore.uri_mapping">
      <mapping
            source="pathmap://BPMN_PROF/"
            target="platform:/plugin/org.eclipse.papyrus.bpmn/model/">
      </mapping>
   </extension>
   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated bpmn.profile -->
      <package
            uri="http://www.omg.org/spec/BPMNProfile/20121112/"
            class="org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage"
            genModel="model/bpmn.profile.genmodel"/>
   </extension>

    <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="UML profile for BPMN"
            iconpath="icons/bpmn_16x16.png"
            name="BPMNProfile"
            path="platform:/plugin/org.eclipse.papyrus.bpmn/model/bpmn.profile.uml"
            provider="CEA List">
      </profile>
   </extension>
    <extension
         point="org.eclipse.uml2.uml.generated_package">
      <profile
            location="pathmap://BPMN_PROF/bpmn.profile.uml#_wrG1oHwkEeOWLfCz6n-rOA"
            uri="pathmap://BPMN_PROF/bpmn.profile.uml">
      </profile>
   </extension>
    <extension
          point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
       <elementTypeSet
             clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
             path="model/bpmn.elementtypesconfigurations">
       </elementTypeSet>
    </extension>
    <extension
          point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
       <elementTypeSet
             clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
             path="model/customBpmn.elementtypesconfigurations">
       </elementTypeSet>
    </extension>
    <extension
          point="org.eclipse.papyrus.infra.properties.contexts">
       <context
             contextModel="properties/bpmn.ctx"
             isCustomizable="true">
       </context>
    </extension>
</plugin>

Back to the top