Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b6b9f3348420e5f815ff766229c736c4f231868a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.infra.ui.papyrusDiagram">
      <diagramCategory
            class="org.eclipse.papyrus.bmm.diagram.common.commands.CreateBmmModelCommand"
            description="Papyrus BMM diagrams"
            icon="platform:/plugin/org.eclipse.papyrus.bmm.diagram.common/icons/bmm_32x32.png"
            id="BMM"
            label="BMM">
      </diagramCategory>
   </extension>

</plugin>

Back to the top