Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-11-22 19:29:03 +0000
committerMike Rennie2012-11-22 19:29:03 +0000
commite7e877430b987ffdd20ce8a6e44e6c41825c030b (patch)
treeb0640f7c6cbac14d2c9d75e09bf157757f6499a7
parentb1c99560ad98a5ac29d9240ddd72f23548ea01c8 (diff)
downloadeclipse.platform.debug-e7e877430b987ffdd20ce8a6e44e6c41825c030b.tar.gz
eclipse.platform.debug-e7e877430b987ffdd20ce8a6e44e6c41825c030b.tar.xz
eclipse.platform.debug-e7e877430b987ffdd20ce8a6e44e6c41825c030b.zip
Bug 394834 - Add help contexts for launch configurationsv20121122-192903
-rw-r--r--org.eclipse.debug.ui/plugin.xml4
-rw-r--r--org.eclipse.ui.externaltools/plugin.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 19b7a19ab..8dfbcd935 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2011 IBM Corporation and others.
+ Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -301,7 +301,7 @@
definitionId="org.eclipse.debug.ui.commands.ToggleStepFilters"
disabledIcon="$nl$/icons/full/dlcl16/stepbystep_co.gif"
icon="$nl$/icons/full/elcl16/stepbystep_co.gif"
- helpContextId="step_with_filters_action_context"
+ helpContextId="org.eclipse.debug.ui.step_with_filters_action_context"
label="%StepWithFiltersAction.label"
menubarPath="org.eclipse.ui.run/emptyStepGroup"
toolbarPath="org.eclipse.debug.ui.main.toolbar/renderGroup"
diff --git a/org.eclipse.ui.externaltools/plugin.xml b/org.eclipse.ui.externaltools/plugin.xml
index 8360fdadf..5c73ee7ca 100644
--- a/org.eclipse.ui.externaltools/plugin.xml
+++ b/org.eclipse.ui.externaltools/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2010 IBM Corporation and others.
+ Copyright (c) 2005, 2012 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -113,7 +113,7 @@
<launchConfigurationTabGroup
type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType"
description="%programLaunchConfigurationTabGroup.description"
- helpContextId="org.eclipse.ui.externaltools.launchConfigHelpContext.program"
+ helpContextId="org.eclipse.ui.externaltools.program_type_context"
class="org.eclipse.ui.externaltools.internal.program.launchConfigurations.ProgramTabGroup"
id="org.eclipse.ui.externaltools.launchConfigurationTabGroup.program">
</launchConfigurationTabGroup>

Back to the top