diff options
author | eutarass | 2008-05-19 18:38:52 +0000 |
---|---|---|
committer | eutarass | 2008-05-19 18:38:52 +0000 |
commit | a14d5f1565f99ed710c8c65c24f2408519fe14eb (patch) | |
tree | 39adf235616742c9ab8378996a9f92200d3791b3 /docs | |
parent | c77daaffd45e5ddf9d64f728b62d32c7734e5576 (diff) | |
download | org.eclipse.tcf-a14d5f1565f99ed710c8c65c24f2408519fe14eb.tar.gz org.eclipse.tcf-a14d5f1565f99ed710c8c65c24f2408519fe14eb.tar.xz org.eclipse.tcf-a14d5f1565f99ed710c8c65c24f2408519fe14eb.zip |
Added UI that allows manual configuration of remote TCF peers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TCF Getting Started.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html index fabeb0d91..c1be4dd5e 100644 --- a/docs/TCF Getting Started.html +++ b/docs/TCF Getting Started.html @@ -42,7 +42,8 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p> <li>DD (Device Debug) SDK 1.0.0M6<br> <a href='http://download.eclipse.org/dsdp/dd/downloads/'>http://download.eclipse.org/dsdp/dd/downloads/</a> </ul></li> - <li>Checkout TCF code from SVN. + <li>Checkout TCF code from Eclipse SVN repository: + <pre>svn co svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf</pre> <li>Run Eclipse: <pre>eclipse.exe -vm <JDK path>\bin\javaw.exe -data <Workspace path> -vmargs -Xmx200M</pre> <li>Open "Java" perspective. |