Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab9d29ede709a4a3f384ca34aa9cb29b70aa1209 (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated Papyrus.profile -->
      <package
            uri="http://www.eclipse.org/papyrus/documentation"
            class="org.eclipse.papyrus.uml.documentation.Documentation.DocumentationPackage"
            genModel="model/Papyrus.profile.genmodel"/>
   </extension>
   <extension
         point="org.eclipse.uml2.uml.generated_package">
      <profile
            location="pathmap://PAPYRUS_DOCUMENTATION/Papyrus.profile.uml#_H9068AEYEeCIz8iAxBJnfA"
            uri="http://www.eclipse.org/papyrus/documentation">
      </profile>
   </extension>
   <extension
         point="org.eclipse.emf.ecore.uri_mapping">
      <mapping
            source="pathmap://PAPYRUS_DOCUMENTATION/"
            target="platform:/plugin/org.eclipse.papyrus.uml.documentation.profile/model/">
      </mapping>
   </extension>

</plugin>

Back to the top