Skip to main content
summaryrefslogtreecommitdiffstats
blob: e8662237aa3d523397b062897a277595c113ae6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile">
      <profile
            name="Model Import Test Profile"
            path="platform:/plugin/org.eclipse.papyrus.migration.rsa.tests/deployedProfile/ProfileUpdate.profile.uml">
      </profile>
   </extension>

</plugin>

Back to the top