blob: 238f0621d2633917b3bb9b6e6ae856dcf8a4acad [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.papyrus.infra.ui.papyrusDiagram">
<!-- "id" is an important key that should be matched by viewpoint category
see org.eclipse.efm.papyrus.diagram.statemachine/resources/configuration/statemachine.configuration
see org.eclipse.efm.papyrus.diagram.internalblock/resources/configuration/internalblock.configuration-->
<!-- "label" appears under DSML in the first page of the New Papyrus Project wizard -->
<diagramCategory
id="FormalML"
class="org.eclipse.efm.ui.newproject.templates.EFMModelCreationCommand"
icon="platform:/plugin/org.eclipse.efm.ui.resources/icons/efm_project.png"
label="Eclipse Formal Modeling Language"
description="EFM diagram category">
</diagramCategory>
</extension>
</plugin>