Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-03-25 16:54:23 +0000
committerIgor Fedorenko2011-03-25 16:59:09 +0000
commitf5ace1823046bc9e4dd5538924b5914545d13b80 (patch)
treec23717d3cb31ef0a5056a5103298283873d73b03 /org.eclipse.m2e.scm/plugin.xml
parent14fea612dd9f0145d693f199571fc6f20e6860a5 (diff)
downloadm2e-core-f5ace1823046bc9e4dd5538924b5914545d13b80.tar.gz
m2e-core-f5ace1823046bc9e4dd5538924b5914545d13b80.tar.xz
m2e-core-f5ace1823046bc9e4dd5538924b5914545d13b80.zip
Cleanup
Removed duplicate action contribution introduced by previous commit More specific context menu action text Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.scm/plugin.xml')
-rw-r--r--org.eclipse.m2e.scm/plugin.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/org.eclipse.m2e.scm/plugin.xml b/org.eclipse.m2e.scm/plugin.xml
index 2cbcce11..eb13ddf3 100644
--- a/org.eclipse.m2e.scm/plugin.xml
+++ b/org.eclipse.m2e.scm/plugin.xml
@@ -52,25 +52,6 @@
</and>
</enablement>
</objectContribution>
-
- <objectContribution id="org.eclipse.m2e.classpathMenuWrapper.materializeAction"
- objectClass="org.eclipse.jdt.internal.ui.packageview.ClassPathContainer$RequiredProjectWrapper"
- adaptable="true">
- <action id="org.eclipse.m2e.materializeAction"
- class="org.eclipse.m2e.scm.internal.actions.MaterializeAction"
- label="%m2.popup.MaterializeAction"
- style="push"
- menubarPath="org.eclipse.m2e.classpathMenuWrapper/import"
- enablesFor="+"/>
- <enablement>
- <and>
- <test property="org.eclipse.m2e.hasArtifactKey"/>
- <not>
- <test property="org.eclipse.m2e.hasProjectArtifactKey"/>
- </not>
- </and>
- </enablement>
- </objectContribution>
</extension>

Back to the top