Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9d68cf73c7e076456cd05186dd7cc6042858660 (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
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>
   <extension
         point="org.eclipse.papyrus.views.properties.context">
      <context
            contextModel="model/papyrustableinstance.ctx">
      </context>
      <context
            contextModel="model/tableinstance.ctx">
      </context>
      <context
            contextModel="model/tableinstance2.ctx">
      </context>
   </extension>
   <extension
         point="org.eclipse.papyrus.views.properties.environment">
      <environment
            environmentModel="model/Environment.xmi">
      </environment>
   </extension>
</plugin>

Back to the top