Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2008-03-15 01:40:34 +0000
committereutarass2008-03-15 01:40:34 +0000
commit2b3bcec7185967a4f27891de2c4a75acc0612d19 (patch)
treeeecc37811d869f18da04673b188eb47b6bbb0995 /docs
parent392b57821fbc1be56afb076a13464db8f5dde6d5 (diff)
downloadorg.eclipse.tcf-2b3bcec7185967a4f27891de2c4a75acc0612d19.tar.gz
org.eclipse.tcf-2b3bcec7185967a4f27891de2c4a75acc0612d19.tar.xz
org.eclipse.tcf-2b3bcec7185967a4f27891de2c4a75acc0612d19.zip
Bug 222819: [tcf][doc] Explain the new valueadd and example plugins in TCF Getting Started Docs
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/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 6e14e1a15..d7b712c05 100755
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -108,6 +108,13 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<dt><b>org.eclipse.tm.tcf.rse</b>
<dd>This plugin allows Remote System Explorer (RSE) to connect to remote machines using TCF as communication protocol.
It includes implementation of RSE services as TCF clients.
+ <p>
+ <dt><b>org.eclipse.tm.tcf.examples.daytime</b>
+ <dd>This is an example plugin.
+ The Example shows how TCF/Java binding can be extended for a new, user defined service.
+ The plugin provides Java binding for DayTime service.
+ Also, see directory <code>&lt;TCF Root&gt;/examples/org.eclipse.tm.tcf.examples.daytime.agent</code>
+ for example code of a customized TCF agent, which implements DayTime service.
</dl>
<h2><a name='Agent'>Building TCF Agent</a></h2>

Back to the top