Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c771a9747311d00ae4a6296ed89f622f9cd65330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
  <extension
         point="org.eclipse.emf.ecore.uri_mapping">
 
      <mapping
            source="pathmap://DEVELOPER_PROFILES/"
            target="platform:/plugin/org.eclipse.papyrus.developer.profile/profile/">
      </mapping>
   </extension>
   
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="Developer profile"
            name="Developer profile"
            path="pathmap://DEVELOPER_PROFILES/CommentProfile.profile.uml"
            provider="Eclipse Modeling Project">
      </profile>
   </extension>
</plugin>

Back to the top