Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b25167ac85c8104cb52f83a5040f4c7c285ff83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.properties.context">
      <context
            contextModel="Model/SysML.ctx">
      </context>
   </extension>

</plugin>

Back to the top