From 49c911f7051c5483b0280b189f71017bce9c00fb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Mar 2012 12:23:09 -0600 Subject: documentation/adt-manual: Edits to fix ADT manual for 1.2 per bug 2025 Addressed all issues specified by [YOCTO #2025] except for the very first one that says bring the versions up to 1.2. This will be accomplished by the poky.ent bump at release time. Fixes [YOCTO #2025] (From yocto-docs rev: 926e5635d8cd74fff7e00002108ce8c039252203) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation/adt-manual/adt-prepare.xml') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 9880fcc7d1..3ced7f6ded 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -168,7 +168,7 @@ After you have configured the adt_installer.conf file, run the installer using the following command: - $ adt_installer + $ ./adt_installer @@ -384,11 +384,11 @@ Set up the cross-development environment as described in the "Setting Up the Cross-Development Environment" section. - Get the tcf-agent source code, which is - stored using the Subversion SCM, using the following command: + Get the tcf-agent source code using + the following commands: - $ svn checkout svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk/agent \ - <-r #rev_number> + $ git clone http://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git + $ cd agent Modify the Makefile.inc file for the cross-compilation environment by setting the -- cgit v1.2.3-54-g00ecf