Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5db2a31d1c23537b73f023c119c5726fd80c2f15 (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.infra.elementtypesconfigurations.elementTypeSetConfiguration">
      <elementTypeSet
            id="org.eclipse.papyrus.sysml14.service.types.elementTypeSet"
            path="model/SysML14.elementtypesconfigurations">
      </elementTypeSet>
   </extension>

</plugin>

Back to the top