Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2016-10-14 14:08:26 +0000
committerRemi Schnekenburger2016-10-14 15:24:55 +0000
commit79b3d4e0edd4f08942f62b4123ba70b51af4883f (patch)
treec3684f7886da3a89e63c0edce276c45152d9154b
parent3278cc73a27b664bbd23fd4065521d8d6824e88b (diff)
downloadorg.eclipse.papyrus-79b3d4e0edd4f08942f62b4123ba70b51af4883f.tar.gz
org.eclipse.papyrus-79b3d4e0edd4f08942f62b4123ba70b51af4883f.tar.xz
org.eclipse.papyrus-79b3d4e0edd4f08942f62b4123ba70b51af4883f.zip
Bug 493010: [Model Explorer] Ordering of popup menu commands
- Moving "Profiles" menu item from model explorer in the right position in the menu (not at the beginning) Change-Id: Id02a4c34e8509f6b4b26d35f062389708ce676c2 Signed-off-by: Remi Schnekenburger <remi.schnekenburger@cea.fr>
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.xml b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.xml
index 6004e617a3d..398cfcf1680 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.xml
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/plugin.xml
@@ -69,7 +69,7 @@
</menuContribution>
<menuContribution
allPopups="false"
- locationURI="popup:org.eclipse.papyrus.views.modelexplorer.modelexplorer.popup">
+ locationURI="popup:org.eclipse.papyrus.views.modelexplorer.modelexplorer.popup?after=tools">
<menu
id="org.eclipse.papyrus.uml.profile.drafter.contextmenu"
label="Profiles">

Back to the top