Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2014-03-05 17:31:28 +0000
committerFred Bricon2014-03-05 17:31:28 +0000
commit0d6b625a5e098e12e04f9fbd3078de07bb142a3a (patch)
tree3e1bfe7cb54e393d782d03e45b61542d4fb9f57a /org.eclipse.m2e.profiles.ui/plugin.xml
parentb1f9b406ae47b7896c8ad98d413831c7ea504c7a (diff)
downloadm2e-core-0d6b625a5e098e12e04f9fbd3078de07bb142a3a.tar.gz
m2e-core-0d6b625a5e098e12e04f9fbd3078de07bb142a3a.tar.xz
m2e-core-0d6b625a5e098e12e04f9fbd3078de07bb142a3a.zip
Remove Maven Profile button from toolbarmilestones/1.5/1.5.0.20140309-1847
Change-Id: I994fad720a42ed3b7a0c215fc51190f98629ec62 Signed-off-by: Fred Bricon <fbricon@gmail.com>
Diffstat (limited to 'org.eclipse.m2e.profiles.ui/plugin.xml')
-rw-r--r--org.eclipse.m2e.profiles.ui/plugin.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/org.eclipse.m2e.profiles.ui/plugin.xml b/org.eclipse.m2e.profiles.ui/plugin.xml
index 62eb934a..f7679aec 100644
--- a/org.eclipse.m2e.profiles.ui/plugin.xml
+++ b/org.eclipse.m2e.profiles.ui/plugin.xml
@@ -72,22 +72,7 @@
definitionId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand"
menubarPath="org.eclipse.m2e.core.workingSetMenu/open"
enablesFor="+"/>
- </objectContribution>
-
+ </objectContribution>
</extension>
- <extension
- point="org.eclipse.ui.menus">
- <menuContribution
- locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
- <toolbar
- id="org.eclipse.m2e.profiles.ui.toolbars.selectMavenProfilesToolbar">
- <command
- commandId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand"
- icon="icons/maven-profiles.gif"
- id="org.eclipse.m2e.profiles.ui.toolbars.selectMavenProfilesCommand"
- tooltip="%Select_Maven_Profiles_Cmd">
- </command>
- </toolbar>
- </menuContribution>
- </extension>
+
</plugin>

Back to the top