Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratischenko2015-02-28 16:24:55 +0000
committeratischenko2015-02-28 16:24:55 +0000
commitb9a0aa89c97b76f4e178bce9c5c888f2d6080aae (patch)
tree540764f53e58cfef0df381457388f869fb9dd3ba /plugins/uml/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations
parent6ac254eccd8a3bb380f3b2154bbed9b08ae2ec4c (diff)
downloadorg.eclipse.papyrus-b9a0aa89c97b76f4e178bce9c5c888f2d6080aae.tar.gz
org.eclipse.papyrus-b9a0aa89c97b76f4e178bce9c5c888f2d6080aae.tar.xz
org.eclipse.papyrus-b9a0aa89c97b76f4e178bce9c5c888f2d6080aae.zip
Activity migration on elementtypes framework:
- remove interval constraint create commands Change-Id: I699f101fd2f6a2cec40a9c9f232f46a749db7538 Signed-off-by: atischenko <montages.t7@gmail.com>
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 3a0a9a8a902..ed18f8a86fc 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
@@ -532,7 +532,7 @@
<iconEntry xmi:id="_ScwL_FYCEeS0WsAAtVmToA" iconPath="/icons/full/obj16/Interval.gif" bundleId="org.eclipse.uml2.uml.edit"/>
<eClass href="http://www.eclipse.org/uml2/5.0.0/UML#//Interval"/>
</elementTypeConfigurations>
- <elementTypeConfigurations xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration" xmi:id="_ScxaEFYCEeS0WsAAtVmToA" name="UML::IntervalConstraint" identifier="org.eclipse.papyrus.uml.IntervalConstraint" hint="UML::IntervalConstraint" editHelperClassName="org.eclipse.papyrus.uml.service.types.helper.ElementEditHelper">
+ <elementTypeConfigurations xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration" xmi:id="_ScxaEFYCEeS0WsAAtVmToA" name="UML::IntervalConstraint" identifier="org.eclipse.papyrus.uml.IntervalConstraint" hint="UML::IntervalConstraint" editHelperClassName="org.eclipse.papyrus.uml.service.types.helper.IntervalConstraintEditHelper">
<iconEntry xmi:id="_ScxaEVYCEeS0WsAAtVmToA" iconPath="/icons/full/obj16/IntervalConstraint.gif" bundleId="org.eclipse.uml2.uml.edit"/>
<eClass href="http://www.eclipse.org/uml2/5.0.0/UML#//IntervalConstraint"/>
</elementTypeConfigurations>

Back to the top