Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-11-22 19:29:03 +0000
committerMike Rennie2012-11-22 19:29:03 +0000
commite7e877430b987ffdd20ce8a6e44e6c41825c030b (patch)
treeb0640f7c6cbac14d2c9d75e09bf157757f6499a7 /org.eclipse.ui.externaltools
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
Diffstat (limited to 'org.eclipse.ui.externaltools')
-rw-r--r--org.eclipse.ui.externaltools/plugin.xml4
1 files changed, 2 insertions, 2 deletions
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