diff options
| author | Curtis Windatt | 2013-05-14 21:15:13 +0000 |
|---|---|---|
| committer | Curtis Windatt | 2013-05-14 21:15:13 +0000 |
| commit | c5c8edf8a63493ed3cbb27c51267e5ea05f19bac (patch) | |
| tree | 33b553120e06bb9d0c37bd770c84b94eb3548a7f | |
| parent | bc71103db235c90ccb72a4b7601812591beec90c (diff) | |
| download | eclipse.pde.ui-c5c8edf8a63493ed3cbb27c51267e5ea05f19bac.tar.gz eclipse.pde.ui-c5c8edf8a63493ed3cbb27c51267e5ea05f19bac.tar.xz eclipse.pde.ui-c5c8edf8a63493ed3cbb27c51267e5ea05f19bac.zip | |
Bug 67367 - F1 help missing for Run/Debug As > JUnit Plug-in TestI20130514-2000
Change-Id: I6753853e570a61b43cb01348a5b8de431ce54782
| -rw-r--r-- | ui/org.eclipse.pde.ui/plugin.xml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/ui/org.eclipse.pde.ui/plugin.xml b/ui/org.eclipse.pde.ui/plugin.xml index 7eb4f8ca24..9135d79983 100644 --- a/ui/org.eclipse.pde.ui/plugin.xml +++ b/ui/org.eclipse.pde.ui/plugin.xml @@ -763,6 +763,7 @@ point="org.eclipse.debug.ui.launchShortcuts"> <shortcut class="org.eclipse.pde.ui.launcher.JUnitWorkbenchLaunchShortcut" + helpContextId="org.eclipse.pde.doc.user.launcher_junit_plugin" icon="$nl$/icons/obj16/julaunchpgn.gif" id="org.eclipse.pde.ui.junitWorkbenchShortcut" label="%launcher.junit.name" @@ -794,11 +795,12 @@ </description> </shortcut> <shortcut - label="%launcher.shortcut.label" - icon="$nl$/icons/etool16/eclipse_launcher.gif" - modes="run, debug" class="org.eclipse.pde.ui.launcher.EclipseLaunchShortcut" - id="org.eclipse.pde.ui.runtimeWorkbenchShortcut"> + helpContextId="org.eclipse.pde.doc.user.launcher_eclipse_application" + icon="$nl$/icons/etool16/eclipse_launcher.gif" + id="org.eclipse.pde.ui.runtimeWorkbenchShortcut" + label="%launcher.shortcut.label" + modes="run, debug"> <contextualLaunch> <enablement> <with variable="selection"> @@ -831,11 +833,12 @@ </description> </shortcut> <shortcut - label="%shortcut.label.0" - icon="$nl$/icons/obj16/bundle_obj.gif" - modes="run, debug" class="org.eclipse.pde.ui.launcher.OSGiLaunchShortcut" - id="org.eclipse.pde.ui.EquinoxLaunchShortcut"> + helpContextId="org.eclipse.pde.doc.user.launcher_osgi_framework" + icon="$nl$/icons/obj16/bundle_obj.gif" + id="org.eclipse.pde.ui.EquinoxLaunchShortcut" + label="%shortcut.label.0" + modes="run, debug"> <contextualLaunch> <enablement> <with variable="selection"> |
