Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Piggott2011-02-15 14:57:05 +0000
committerMilos Kleint2011-02-18 17:24:54 +0000
commitc2cc664c173f70682957c66f5e5b1472fa021128 (patch)
tree49899f1e90770cd9a232f07d9c2824467a6e445a /org.eclipse.m2e.refactoring/plugin.xml
parentbf33660fbe393ab0ac361f7f6cd270876b8d0684 (diff)
downloadm2e-core-c2cc664c173f70682957c66f5e5b1472fa021128.tar.gz
m2e-core-c2cc664c173f70682957c66f5e5b1472fa021128.tar.xz
m2e-core-c2cc664c173f70682957c66f5e5b1472fa021128.zip
336511 - Exclude Refactoring
Diffstat (limited to 'org.eclipse.m2e.refactoring/plugin.xml')
-rw-r--r--org.eclipse.m2e.refactoring/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.m2e.refactoring/plugin.xml b/org.eclipse.m2e.refactoring/plugin.xml
index 0ee236c6..651902a3 100644
--- a/org.eclipse.m2e.refactoring/plugin.xml
+++ b/org.eclipse.m2e.refactoring/plugin.xml
@@ -44,7 +44,7 @@
adaptable="true">
<action id="org.eclipse.m2e.projectMenu.action"
class="org.eclipse.m2e.refactoring.exclude.DependencyExcludeAction"
- enablesFor="1"
+ enablesFor="+"
icon="icons/exclude.gif"
label="%action.exclude1.label"
menubarPath="additions"/>
@@ -55,7 +55,7 @@
adaptable="true">
<action id="org.eclipse.m2e.projectMenu.action"
class="org.eclipse.m2e.refactoring.exclude.DependencyExcludeAction"
- enablesFor="1"
+ enablesFor="+"
icon="icons/exclude.gif"
label="%action.exclude2.label"
menubarPath="additions"/>
@@ -66,7 +66,7 @@
adaptable="true">
<action id="org.eclipse.m2e.projectMenu.action"
class="org.eclipse.m2e.refactoring.exclude.DependencyExcludeAction"
- enablesFor="1"
+ enablesFor="+"
icon="icons/exclude.gif"
label="%action.exclude3.label"
menubarPath="additions"/>
@@ -82,7 +82,7 @@
icon="icons/exclude.gif"
style="push"
menubarPath="org.eclipse.m2e.classpathMenu/open"
- enablesFor="1"/>
+ enablesFor="+"/>
<enablement>
<test property="org.eclipse.m2e.hasArtifactKey"/>
</enablement>
@@ -96,7 +96,7 @@
icon="icons/exclude.gif"
style="push"
menubarPath="org.eclipse.m2e.classpathMenuWrapper/open"
- enablesFor="1"/>
+ enablesFor="+"/>
<enablement>
<test property="org.eclipse.m2e.hasArtifactKey"/>
</enablement>

Back to the top