Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-06-25 22:59:40 +0000
committereutarass2009-06-25 22:59:40 +0000
commitf68e497c73bccf6b31a5e94312c2fac79322a801 (patch)
treefbf684a6a26bc36604dbd8c465c643f79fe3b8e3 /docs/TCF Getting Started.html
parentc9d744746485204269b5df4d939ca34dcf73fa16 (diff)
downloadorg.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.tar.gz
org.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.tar.xz
org.eclipse.tcf-f68e497c73bccf6b31a5e94312c2fac79322a801.zip
Created initial version of TCF Agent Porting Guide
Changed mailing list name from dsdp-tm-dev to dsdp-tcf-dev in TCF docs
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