From 7ea6792b693aeb0efaaa1c56b05bd1f3fb2e7f08 Mon Sep 17 00:00:00 2001 From: Steffen Schaefer Date: Mon, 12 Mar 2018 13:50:45 +0100 Subject: [PATCH] Bug 4427: Updated onboarding.md for the new GWT plugin --- wiki/howto/onboarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/howto/onboarding.md b/wiki/howto/onboarding.md index 1618d4f638f..d4ecf6b9bff 100644 --- a/wiki/howto/onboarding.md +++ b/wiki/howto/onboarding.md @@ -68,7 +68,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi * Install the Eclipse GWT-Plugin (now called Google Plugin for Eclipse) * Install the Google Android SDK (see section "Additional steps required for Android projects" for detailed info!) * In Eclipse go to "Window->Preferences->Java->Build Path->Classpath Variables" and create a new classpath variable called ``ANDROID_HOME``. Set its value to the install location of your Android SDK, e.g., ``c:\apps\android-sdk-windows`` or ``/usr/local/android-sdk-linux``. - * Install GWT SDK and add the SDK in Eclipse (Preferences -> Google -> Web Toolkit -> Add...) + * Install GWT SDK and add the SDK in Eclipse (Preferences -> GWT -> GWT Settings -> Add...) * In "Window->Preferences->GWT->Errors/Warnings, set "Missing SDK" to "Ignore" * In "Window->Preferences->General->Editors->TextEditors" check Insert Spaces for Tabs * In "Window->Preferences->Web->HTML Files->Editor" indent using Spaces