b57b18601d34401ad3b1fdabfee730de6ad42166
wiki/howto/onboarding.md
| ... | ... | @@ -97,7 +97,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi |
| 97 | 97 | * Install the required plugins using the script provided above. Further configuration steps depend on the plugins being installed successfully. |
| 98 | 98 | * 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``. |
| 99 | 99 | * Install GWT SDK and add the SDK in Eclipse (Preferences -> GWT -> GWT Settings -> Add...) |
| 100 | - * In "Window->Preferences->GWT->Errors/Warnings, set "Missing SDK" to "Ignore" |
|
| 100 | + * In "Window->Preferences->GWT->Errors/Warnings, set "Missing SDK" to "Ignore" (If not done earlier, see: Tuning the Eclipse Installation) |
|
| 101 | 101 | * In "Window->Preferences->General->Editors->TextEditors" check Insert Spaces for Tabs |
| 102 | 102 | * In "Window->Preferences->Web->HTML Files->Editor" indent using Spaces |
| 103 | 103 | * In "Window->Preferences->General->Content Types" select on the right side CSS, now add in the lower file association list *.gss to get limited syntax highlighting and content assist in GSS files |