Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.refactoring')
-rw-r--r--org.eclipse.m2e.refactoring/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.refactoring/plugin.xml b/org.eclipse.m2e.refactoring/plugin.xml
index 8dd7e3b1..0ee236c6 100644
--- a/org.eclipse.m2e.refactoring/plugin.xml
+++ b/org.eclipse.m2e.refactoring/plugin.xml
@@ -18,7 +18,7 @@
class="org.eclipse.m2e.refactoring.rename.RenameArtifactAction"
enablesFor="1"
label="%action.rename1.label"
- menubarPath="MavenRefactoring"/>
+ menubarPath="group.edit"/>
<!-- add visibility condition for managed poms -->
</objectContribution>
<objectContribution id="org.eclipse.m2e.refactoring.rename.projectContributor"

Back to the top