Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bd863a85cef6f105e9e8c208f56cd56d8e8c59ed (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
27
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse version="3.0"?><!--
--><plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <!-- @generated SoaML -->
      <package
            uri="http://Papyrus/SoaML/1"
            class="SoaML.SoaMLPackage"
            genModel="model/SoaML.genmodel"/>
   </extension>

   <extension point="org.eclipse.uml2.uml.generated_package">
      <profile location="pathmap://SoaML_PROFILES/SoaMLProfile.profile.uml#SoaML" uri="http://Papyrus/SoaML/1">
      </profile>
   </extension>
   <extension point="org.eclipse.emf.ecore.uri_mapping">
      <mapping source="pathmap://SoaML_PROFILES/" target="platform:/plugin/org.eclipse.papyrus.soaml.profile/model/">
      </mapping>
   </extension>
   <extension point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile description="UML profile for SOA" iconpath="icons/SoaML_new_Project32x32.gif" name="SoaML" path="pathmap://SoaML_PROFILES/SoaMLProfile.profile.uml" provider="CEA List">
      </profile>
   </extension>


</plugin>

Back to the top