Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrschnekenbu2010-05-31 13:28:56 +0000
committerrschnekenbu2010-05-31 13:28:56 +0000
commit52e99f177159531e976ca8cc431f52af8136d0ee (patch)
treea340b911a55b3aaf117d9568d07ae87ee130a69e /plugins/uml/org.eclipse.papyrus.diagram.statemachine
parent9202dd7713277c3bf2b065ac85aa2fb2eb56926a (diff)
downloadorg.eclipse.papyrus-52e99f177159531e976ca8cc431f52af8136d0ee.tar.gz
org.eclipse.papyrus-52e99f177159531e976ca8cc431f52af8136d0ee.tar.xz
org.eclipse.papyrus-52e99f177159531e976ca8cc431f52af8136d0ee.zip
applied pathc from T.Fesenko for bug 314614
see http://bugs.eclipse.org/bugs/show_bug.cgi?id=314614#c9
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.diagram.statemachine')
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.statemachine/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.statemachine/plugin.xml b/plugins/uml/org.eclipse.papyrus.diagram.statemachine/plugin.xml
index f975d7e64fb..850dfe4cc1d 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.statemachine/plugin.xml
+++ b/plugins/uml/org.eclipse.papyrus.diagram.statemachine/plugin.xml
@@ -575,6 +575,7 @@
creationCondition="org.eclipse.papyrus.diagram.statemachine.StateMachineDiagramCreationCondition"
icon="icons/StateMachineDiagram.gif"
id="org.eclipse.papyrus.diagram.statemachine.action.CreationCommand"
+ language="uml"
label="UML StateMachine Diagram">
</creationCommand>
</extension>

Back to the top