blob: 9e4ed24b6c6157f153033950954750e0996f8816 [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.modeling.diagram.statemachine/resources/configuration/statemachine.configuration
see org.eclipse.efm.modeling.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.modeling.ui.newproject.templates.FormalModelCreationCommand"
icon="platform:/plugin/org.eclipse.efm.ui/resources/icons/diversity_icon.png"
label="Eclipse Formal Modeling Language"
description="EFM diagram category">
</diagramCategory>
</extension>
</plugin>