File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
org.eclipse.m2e.launching Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 4646 </extension >
4747
4848 <extension point =" org.eclipse.debug.ui.launchShortcuts" >
49+ <shortcut id =" org.eclipse.m2e.core.pomFileAction"
50+ class =" org.eclipse.m2e.actions.ExecutePomAction"
51+ icon =" icons/m2.gif"
52+ label =" %m2.popup.pomFile.label"
53+ modes =" run,debug" >
54+ <contextualLaunch >
55+ <contextLabel label =" %m2.popup.pomFile.label" mode =" run" />
56+ <contextLabel label =" %m2.popup.pomFile.label" mode =" debug" />
57+ <enablement >
58+ <count value =" 1" />
59+ <iterate >
60+ <or >
61+ <adapt type =" org.eclipse.core.resources.IFile" >
62+ <test property =" org.eclipse.core.resources.name" value =" pom.xml" />
63+ </adapt >
64+ <adapt type =" org.eclipse.core.resources.IProject" >
65+ <test property =" org.eclipse.core.resources.projectNature" value =" org.eclipse.m2e.core.maven2Nature" />
66+ </adapt >
67+ </or >
68+ </iterate >
69+ </enablement >
70+ </contextualLaunch >
71+ </shortcut >
4972 <shortcut id =" org.eclipse.m2e.core.pomFileActionWithDialog"
5073 class =" org.eclipse.m2e.actions.ExecutePomAction:WITH_DIALOG"
5174 icon =" icons/m2.gif"
You can’t perform that action at this time.
0 commit comments