Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TCF Getting Started.html')
-rw-r--r--docs/TCF Getting Started.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index d239ead8b..9e8d5b30e 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -9,7 +9,7 @@
<h1>Target Communication Framework: Getting Started</h1>
<p>Copyright (c) 2007, 2008 Wind River Systems, Inc. Made available under the EPL v1.0
-<p>Direct comments, questions to the <a href="mailto:dsdp-tm-dev@eclipse.org">dsdp-tm-dev@eclipse.org</a> mailing list
+<p>Direct comments, questions to the <a href="mailto:dsdp-tcf-dev@eclipse.org">dsdp-tcf-dev@eclipse.org</a> mailing list
<h2>Table of Contents</h2>
<ul>
@@ -100,9 +100,9 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
clients developed as a reference implementation or for demonstration purposes.
<p>
<dt><b>org.eclipse.tm.tcf.core</b>
- <dd>This is a fragment of <b>org.eclipse.tm.tcf</b> plugin. It contains the framework itself and interfaces for standard services.
- The Java code in the fragment does not have any Eclipse dependencies and can be used outside Eclipse.
- <p>
+ <dd>This is a fragment of <b>org.eclipse.tm.tcf</b> plugin. It contains the framework itself and interfaces for standard services.
+ The Java code in the fragment does not have any Eclipse dependencies and can be used outside Eclipse.
+ <p>
<dt><b>org.eclipse.tm.tcf.debug, org.eclipse.tm.tcf.debug.ui</b>
<dd>This is a prototype code that connects Eclipse Debug Framework and Target Communication Framework.
It allows to launch Eclipse debug session by connecting to a target running TCF agent,
@@ -119,7 +119,7 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<p>
<dt><b>org.eclipse.tm.tcf.cdt.ui</b>
<dd>This optional plugin improves integration between CDT and TCF debugger prototype.
- It helps to search for CDT projects and executable files when creating TCF launch configuration.
+ It helps to search for CDT projects and executable files when creating TCF launch configuration.
<p>
<dt><b>org.eclipse.tm.tcf.examples.daytime</b>
<dd>This is an example plugin.

Back to the top