Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-06-18 15:15:26 +0000
committercletavernie2012-06-18 15:15:26 +0000
commit422894e0b7202aa1cb25381f3f5778bfd3cca825 (patch)
tree27f60f1152e4fd7dbcb81673f7708aec678af023 /plugins/uml
parenta601140c9ae613582663336c9a6194b101de69ae (diff)
downloadorg.eclipse.papyrus-422894e0b7202aa1cb25381f3f5778bfd3cca825.tar.gz
org.eclipse.papyrus-422894e0b7202aa1cb25381f3f5778bfd3cca825.tar.xz
org.eclipse.papyrus-422894e0b7202aa1cb25381f3f5778bfd3cca825.zip
366145: Stereotypes cannot be applied to ValueSpecification classes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366145
Diffstat (limited to 'plugins/uml')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
index 515742da8ed..bfaed9c7e3c 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
@@ -1573,8 +1573,7 @@
</views>
<views name="SingleValueSpecification" sections="//@tabs.0/@sections.14"
automaticContext="true">
- <constraints xsi:type="constraints:SimpleConstraint" name="isSingleValueSpecification"
- overriddenConstraints="//@views.1/@constraints.0">
+ <constraints xsi:type="constraints:SimpleConstraint" name="isSingleValueSpecification">
<constraintType
href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0" />
<properties xsi:type="constraints:ValueProperty" name="umlClassName"

Back to the top