Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEugene Tarassov2013-06-21 18:34:25 +0000
committerEugene Tarassov2013-06-21 18:34:25 +0000
commit3baa73c50a63c8c4b00abb0b7b66e831e30500e3 (patch)
treeb7e2d63a8d21e55f36bd505c43bf6d68c95762d0 /docs
parentdbc940779799060018e918f4ac57c2b44c67cf7b (diff)
downloadorg.eclipse.tcf-3baa73c50a63c8c4b00abb0b7b66e831e30500e3.tar.gz
org.eclipse.tcf-3baa73c50a63c8c4b00abb0b7b66e831e30500e3.tar.xz
org.eclipse.tcf-3baa73c50a63c8c4b00abb0b7b66e831e30500e3.zip
TCF Debugger: added profiler configuration dialog box
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Getting Started.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index 8bbc66f25..e5772aa35 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -43,12 +43,12 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<li><b>RSE (Remote System Explorer) SDK 3.3</b> or later, last tested with 3.3.1, recommended 3.3.1<br>
<a href='http://download.eclipse.org/tm/downloads/'>http://download.eclipse.org/tm/downloads/</a>
</ul>
- <li><b>Optional</b> dependencies for Target Explorer:
+ <li><b>Optional</b> dependencies for Target Explorer:
<ul>
<li><b>RXTX (Java library to access serial ports)</b><br>
- <a href='http://rxtx.qbang.org/eclipse/'>Eclipse update site at http://rxtx.qbang.org/eclipse/</a><br>
- <a href='http://rxtx.qbang.org/eclipse/downloads/'>Download location at http://rxtx.qbang.org/eclipse/downloads/</a>
- </ul>
+ <a href='http://rxtx.qbang.org/eclipse/'>Eclipse update site at http://rxtx.qbang.org/eclipse/</a><br>
+ <a href='http://rxtx.qbang.org/eclipse/downloads/'>Download location at http://rxtx.qbang.org/eclipse/downloads/</a>
+ </ul>
<li>Clone TCF Java code from <a href='http://git.eclipse.org/c/tcf/org.eclipse.tcf.git'>Eclipse GIT repository</a>, using one of the following commands:
<pre>
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git

Back to the top