Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5debcbce57ec9b4f551422a90697c7bf870219df (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
  <extension
         point="org.eclipse.emf.ecore.uri_mapping">
 
      <mapping
            source="pathmap://OSGI_PROFILES/"
            target="platform:/plugin/org.eclipse.papyrus.osgi.profile/resource/">
      </mapping>
   </extension>
   
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="bundle layer of OSGI"
            iconpath="img/osgi.org.ico"
            name="OSGI profile"
            path="pathmap://OSGI_PROFILES/osgi.profile.uml"
            provider="Eclipse.org">
      </profile>
   </extension>
</plugin>

Back to the top