Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-07-26 08:57:49 +0000
committerCamille Letavernier2013-07-26 09:00:11 +0000
commit81b1155aa31a69de9aeee6f694f60dd184c5048b (patch)
tree41f5291171abd83ec059eb5484a050ad7f97f1b5 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
parent836b237660b6e076bd534e762cf704c7644c4ead (diff)
downloadorg.eclipse.papyrus-81b1155aa31a69de9aeee6f694f60dd184c5048b.tar.gz
org.eclipse.papyrus-81b1155aa31a69de9aeee6f694f60dd184c5048b.tar.xz
org.eclipse.papyrus-81b1155aa31a69de9aeee6f694f60dd184c5048b.zip
413726: [Properties View] Package Merge on Model/Package not possible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413726
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx18
1 files changed, 18 insertions, 0 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 4236e8033b0..990f4818753 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
@@ -1375,6 +1375,12 @@
<sections name="SingleDatatypeInstance" sectionFile="ui/SingleDatatypeInstance.xwt">
<widget href="ui/SingleDatatypeInstance.xwt#/"/>
</sections>
+ <sections name="SinglePackageMerge" sectionFile="ui/SinglePackageMerge.xwt">
+ <widget href="ui/SinglePackageMerge.xwt#/"/>
+ </sections>
+ <sections name="MultiplePackageMerge" sectionFile="ui/MultiplePackageMerge.xwt">
+ <widget href="ui/MultiplePackageMerge.xwt#/"/>
+ </sections>
</tabs>
<tabs label="Profile" id="profile" category="org.eclipse.papyrus" priority="50">
<sections name="SinglePackageProfile" sectionFile="ui/SinglePackageProfile.xwt">
@@ -4158,6 +4164,18 @@
<constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.3"/>
</constraints>
</views>
+ <views name="SinglePackageMerge" sections="//@tabs.0/@sections.458">
+ <constraints xsi:type="constraints:SimpleConstraint" name="isSinglePackageMerge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="PackageMerge"/>
+ </constraints>
+ </views>
+ <views elementMultiplicity="-1" name="MultiplePackageMerge" sections="//@tabs.0/@sections.459">
+ <constraints xsi:type="constraints:SimpleConstraint" name="isMultiplePackageMerge">
+ <constraintType href="ppe:/environment/org.eclipse.papyrus.uml.properties/Model/Environment.xmi#//@constraintTypes.0"/>
+ <properties xsi:type="constraints:ValueProperty" name="umlClassName" value="PackageMerge"/>
+ </constraints>
+ </views>
<dataContexts name="UML" label="UML">
<elements name="Comment" supertypes="//@dataContexts.0/@elements.1">
<properties name="body" description="Specifies a string that is the comment."/>

Back to the top