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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index 1b94bcd55..2f5145047 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -103,9 +103,16 @@ Examples source code is stored in <code>&lt;TCF Root&gt;\examples</code> directo
for example code of a customized TCF agent, which implements DayTime service.
</dl>
+<p>Pre-built TCF plugins are available at Eclipse Update site/p2 repositories. The repositories can be accessed from Eclipse using Help/Install New Software command.
+<ul>
+ <li>TCF 0.4 maintenance build: http://download.eclipse.org/tools/cdt/releases/indigo
+ <li>TCF 1.0 nightly build: http://download.eclipse.org/tools/tcf/builds/juno/nightly
+</ul>
+
<h2><a name='TE_Plugins'>Target Explorer Plugins</a></h2>
<p>Target Explorer plugins source code is stored in the <code>&lt;TCF Root&gt;\target_explorer\plugins</code> directory.
+<p>Target Explorer 1.0 nightly build: http://download.eclipse.org/tools/tcf/builds/juno/nightly
<h2><a name='Agent'>Building TCF Agent</a></h2>

Back to the top