diff options
author | Vincent Lorenzo | 2015-11-02 09:58:30 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-11-09 15:52:08 +0000 |
commit | 497f16a775797baa8653382dd654a3bda604c784 (patch) | |
tree | d3d411559603659938d709e40d104364503816e7 /plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration | |
parent | dcec0f568a79df8e9ded11919402dd1a537985d4 (diff) | |
download | org.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.tar.gz org.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.tar.xz org.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.zip |
bug 481009: [Table] [StereotypeDisplayTreeTable] creation menu seems always enabled even if the selection is outside a diagram
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Change-Id: I6609d999a9922ea82a211fc53a9af1162cf6069e
Diffstat (limited to 'plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration')
-rwxr-xr-x[-rw-r--r--] | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration index 59d362a9595..f4d6614c16a 100644..100755 --- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration @@ -4,6 +4,7 @@ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:configuration="http://www.eclipse.org/papyrus/infra/viewpoints/configuration" + xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmi:id="_KIq-4P4UEeSRsNBVzfUrzA"> <viewpoints xsi:type="configuration:PapyrusViewpoint" @@ -18,7 +19,7 @@ <modelRules xmi:id="_7k79wP4VEeSRsNBVzfUrzA"> <element - href="http://www.eclipse.org/uml2/5.0.0/UML#//Element"/> + href="http://www.eclipse.org/gmf/runtime/1.0.2/notation#//View"/> </modelRules> <owningRules xmi:id="_AJmbwP4WEeSRsNBVzfUrzA"> |