Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: def080bbc37f27d313433339df54e137d0ee57fe (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://ADL4ECLIPSE_PROFILES/"
            target="platform:/plugin/org.eclipse.papyrus.adl4eclipse.profile/resource/">
      </mapping>
   </extension>
   
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            description="ADL4Eclipse profile"
            name="ADL4Eclipse"
            path="pathmap://ADL4ECLIPSE_PROFILES/adl4eclipse.profile.uml"
            provider="Eclipse.org">
      </profile>
   </extension>
</plugin>

Back to the top