Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8401379b6d7d8342884406f3fde69e22b27defa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
Copyright (c) 2006 Wind River Systems, Inc.
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 
http://www.eclipse.org/legal/epl-v10.html 

Contributors: 
Martin Oberhuber (Wind River) - initial API and implementation  
-->
<contexts>
  <context id="launchgroup">
  <description>The Remote CDT Launch Tab Group allows you to specify the connection, program and properties of a program to launch and debug on a remote system.
  </description>
  <topic href="remotecdt.html" label="Launching Remote C/C++ Applications"/>
</context>
	
</contexts>

Back to the top