Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 197c4064bbf0c3c9594b7bba638dbf56e996ac8a (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.environment">
      <environment
            environmentModel="model/Environment.xmi">
      </environment>
   </extension>

</plugin>

Back to the top