Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-09-26 11:42:00 +0000
committerBenoit Maggi2017-09-27 07:37:04 +0000
commitb1d691c5353bfa06a60358cbb50bbc7826fa94d2 (patch)
treed7be1153c41df83cef0412a8ff89089945d6d531 /examples
parent5b5615f51f149e0bec7d484e087029c4da99f2f5 (diff)
downloadorg.eclipse.papyrus-b1d691c5353bfa06a60358cbb50bbc7826fa94d2.tar.gz
org.eclipse.papyrus-b1d691c5353bfa06a60358cbb50bbc7826fa94d2.tar.xz
org.eclipse.papyrus-b1d691c5353bfa06a60358cbb50bbc7826fa94d2.zip
Bug 525256 [userxp] moving menu from main menu to developer menu
- changing the urilocation Change-Id: Ibecebd2a312547d244c4638623d9751b246ff135 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=525256 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'examples')
-rw-r--r--examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml2
-rw-r--r--examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml b/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml
index a8133c854f5..e89ad7623d2 100644
--- a/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml
+++ b/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/plugin.xml
@@ -46,7 +46,7 @@
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
- locationURI="popup:org.eclipse.papyrus.views.modelexplorer.modelexplorer.popup">
+ locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
<command
commandId="org.eclipse.papyrus.example.uml.comment.editor.command.newresource"
icon="icons/texteditorv2.bmp"
diff --git a/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml b/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml
index 4595bebec0a..86bb539f808 100644
--- a/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml
+++ b/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/plugin.xml
@@ -43,7 +43,7 @@
point="org.eclipse.ui.menus">
<menuContribution
allPopups="false"
- locationURI="popup:org.eclipse.papyrus.views.modelexplorer.modelexplorer.popup">
+ locationURI="popup:org.eclipse.papyrus.dev.ui.menu">
<command
commandId="org.eclipse.papyrus.example.uml.comment.editor.command.sharedresource"
icon="icons/texteditor.bmp"

Back to the top