Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2016-11-22 14:30:42 +0000
committerBenoit Maggi2016-11-22 14:30:42 +0000
commitb4f1a8ce8cf91a47540aae253892f1842df60807 (patch)
treebcf21c8853242160b5ea556866ba7dd91d9f904c /.gitignore
parent493b68b496186e07bca89485d01cb503c116ae75 (diff)
downloadorg.eclipse.papyrus-b4f1a8ce8cf91a47540aae253892f1842df60807.tar.gz
org.eclipse.papyrus-b4f1a8ce8cf91a47540aae253892f1842df60807.tar.xz
org.eclipse.papyrus-b4f1a8ce8cf91a47540aae253892f1842df60807.zip
Bug 506074 - [Composite structure diagram] Menus All/No/Manage connector
labels available if port is selected in diagram - remove ShowHideLabelEditPolicy.SHOW_HIDE_LABEL_ROLE" (oep.uml.diagram.common.editpolicies.ShowHideLabelEditPolicy) => this policy provide a way to display a link name... => regenerate composite and component => it will hide menu for port - fix a bunch of quality warning Change-Id: Ia6978440cdc306195bf0ed99080b4f368443d816 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8be6129aa98..473b417402a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
bin/
target/
+sonarlint/
*.java._trace
*.pyc
.DS_Store

Back to the top