Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e284e45dbebd49799d90f9d0b324cee7a2efa6f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.emf.ecore.uri_mapping">
      <mapping
            source="pathmap://PROFILES/"
            target="platform:/plugin/org.ecclipse.papyrus.spem2.profile/profiles/"/>
   </extension>
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="SPEM2 profile implementation (Software &amp; Systems Process Engineering Metamodel-07-11-01)"
            iconpath="resources/icons/Activity.jpg"
            name="SPEM2"
            path="pathmap://PROFILES/spem2.profile.uml"
            provider="Eclipse.org"/>
   </extension>
</plugin>

Back to the top