Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c0c013357eaa9e23dfb3b9dda9e566554cb437f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<plugin>
   <extension
         point="org.eclipse.papyrus.infra.properties.contexts">
      <context
            contextModel="properties/ApplyStereotypeAdvice.ctx"
            isCustomizable="true">
      </context>
   </extension>
	<extension
         point="org.eclipse.papyrus.infra.properties.environments">
      <environment
            environmentModel="model/environment.xmi">
      </environment>
	</extension>
</plugin>

Back to the top