Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauline DEVILLE2015-12-22 20:47:08 +0000
committerNicolas FAUVERGUE2018-06-29 14:56:39 +0000
commit55095e6b32ca10711ce107807dce6c23e66e0183 (patch)
tree2f2226c0b5ced34b9bc752a7f268e5bcaaaf3c2a /plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
parentc05f764506ed73159895b3989e346752f86c1d74 (diff)
downloadorg.eclipse.papyrus-55095e6b32ca10711ce107807dce6c23e66e0183.tar.gz
org.eclipse.papyrus-55095e6b32ca10711ce107807dce6c23e66e0183.tar.xz
org.eclipse.papyrus-55095e6b32ca10711ce107807dce6c23e66e0183.zip
Bug 481499 - It is possible to add a region in a final state in State
machine diagram Change-Id: Iaf7106a5da345c3aafd7733d406998a8d2ca96c8 Signed-off-by: Pauline DEVILLE <pauline.deville@cea.fr>
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations b/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
index 6b6a08968c6..17b34d06b36 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
+++ b/plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
@@ -465,7 +465,7 @@
<iconEntry xmi:type="elementtypesconfigurations:IconEntry" xmi:id="_Scj-sVYCEeS0WsAAtVmToA" iconPath="/icons/full/obj16/FinalNode.gif" bundleId="org.eclipse.uml2.uml.edit"/>
<eClass xmi:type="ecore:EClass" href="http://www.eclipse.org/uml2/5.0.0/UML#//FinalNode"/>
</elementTypeConfigurations>
- <elementTypeConfigurations xmi:type="elementtypesconfigurations:MetamodelTypeConfiguration" xmi:id="org.eclipse.papyrus.uml.FinalState" identifier="org.eclipse.papyrus.uml.FinalState" name="UML::FinalState" hint="UML::FinalState" kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" editHelperClassName="org.eclipse.papyrus.uml.service.types.helper.ElementEditHelper">
+ <elementTypeConfigurations xmi:type="elementtypesconfigurations:MetamodelTypeConfiguration" xmi:id="org.eclipse.papyrus.uml.FinalState" identifier="org.eclipse.papyrus.uml.FinalState" name="UML::FinalState" hint="UML::FinalState" kind="org.eclipse.gmf.runtime.emf.type.core.IHintedType" editHelperClassName="org.eclipse.papyrus.uml.service.types.helper.FinalStateHelper">
<iconEntry xmi:type="elementtypesconfigurations:IconEntry" xmi:id="_ScklwFYCEeS0WsAAtVmToA" iconPath="/icons/full/obj16/FinalState.gif" bundleId="org.eclipse.uml2.uml.edit"/>
<eClass xmi:type="ecore:EClass" href="http://www.eclipse.org/uml2/5.0.0/UML#//FinalState"/>
</elementTypeConfigurations>

Back to the top