Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c95214422da329c0f915c112d63fd440c2d79c89 (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.views.properties.environment">
      <environment environmentModel="resources/UMLStereotypeApplicationExternalResourceEnvironment.xmi">
      </environment>
   </extension>
   <extension point="org.eclipse.papyrus.views.properties.context">
      <context contextModel="resources/UMLStereotypeApplicationExternalResource.ctx">
      </context>
   </extension>
</plugin>

Back to the top