Initial commit
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<!--
|
||||
******************************************************************
|
||||
** (C) COPYRIGHT International Business Machines Corp. 2001,2003
|
||||
** All Rights Reserved * Licensed Materials - Property of IBM
|
||||
******************************************************************
|
||||
-->
|
||||
<!DOCTYPE contexts [
|
||||
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
|
||||
<!ENTITY mainPage "Main page, Run/Debug dialog box">
|
||||
<!ENTITY argsPage "Arguments page, Run/Debug dialog box">
|
||||
<!ENTITY envPage "Environment page, Run/Debug dialog box">
|
||||
<!ENTITY debuggerPage "Debugger page, Run/Debug dialog box">
|
||||
<!ENTITY sourcePage "Source page, Run/Debug dialog box">
|
||||
]>
|
||||
<contexts>
|
||||
|
||||
<context id ="default_cs_help">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="default_cs_help.htm"
|
||||
label="&defaultCSHelp;"/>
|
||||
</context>
|
||||
|
||||
<context id ="launch_configuration_dialog_main_tab">
|
||||
<description>Provide information on the project and application you want to run or debug. </description>
|
||||
<topic href="reference/cdt_u_run_dbg_main.htm"
|
||||
label="&mainPage;"/>
|
||||
</context>
|
||||
|
||||
<context id ="launch_configuration_dialog_arguments_tab">
|
||||
<description>Provide information on the project and application you want to run or debug. </description>
|
||||
<topic href="reference/cdt_u_run_dbg_arg.htm"
|
||||
label="&argsPage;"/>
|
||||
</context>
|
||||
|
||||
<context id ="launch_configuration_dialog_environment_tab">
|
||||
<description>Set environment variables and values. </description>
|
||||
<topic href="reference/cdt_u_run_dbg_env.htm"
|
||||
label="&envPage;"/>
|
||||
</context>
|
||||
|
||||
<context id ="launch_configuration_dialog_debugger_tab">
|
||||
<description>Select a debugger. </description>
|
||||
<topic href="reference/cdt_u_run_dbg_dbg.htm"
|
||||
label="&debuggerPage;"/>
|
||||
</context>
|
||||
|
||||
<context id ="launch_configuration_dialog_source_tab">
|
||||
<description>Specify where the debugger should look for source files. </description>
|
||||
<topic href="reference/cdt_u_run_dbg_srce.htm"
|
||||
label="&sourcePage;"/>
|
||||
</context>
|
||||
|
||||
<context id ="run_dbg_comm">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="reference/run_dbg_comm"
|
||||
label="Common"/>
|
||||
</context>
|
||||
|
||||
</contexts>
|
||||
Reference in New Issue
Block a user