wiki/howto/onboarding.md
... ...
@@ -71,7 +71,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi
71 71
* Install GWT SDK and add the SDK in Eclipse (Preferences -> GWT -> GWT Settings -> Add...)
72 72
* In "Window->Preferences->GWT->Errors/Warnings, set "Missing SDK" to "Ignore"
73 73
* In "Window->Preferences->General->Editors->TextEditors" check Insert Spaces for Tabs
74
- * In "Window->Preferences->Web->HTML Files->Editor" indent using Spaces
74
+ * <del>In "Window->Preferences->Web->HTML Files->Editor" indent using Spaces</del>
75 75
* 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
76 76
* Install Eclipse debugger for GWT SuperDevMode
77 77
* Install Eclipse eGit (optional)
... ...
@@ -79,7 +79,7 @@ The primary Git repository for the project is hosted on sapsailing.com. It is mi
79 79
* Check that the both JDKs are available (Windows->Preferences->Java->Installed JREs)
80 80
* Check that JDK 1.7 has been matched to JavaSE-1.7 and that JDK 1.8 has been matched to JavaSE-1.8 (...>Installed JREs>Execution Environments)
81 81
* It is also possible to match the SAPJVM 7 or 8 to JavaSE-1.7 / JavaSE-1.8 (for profiling purposes)
82
- * Go to Windows->Preferences->Google->Errors/Warnings and set "Missing SDK" to "Ignore"
82
+ * <del>Go to Windows->Preferences->Google->Errors/Warnings and set "Missing SDK" to "Ignore"</del>
83 83
* Import all Race Analysis projects from the `java/` subdirectory of the git main folder (make sure to import via the wizard "Git->Projects from Git" in Eclipse, and additionally make sure to scan for nested projects!)
84 84
* Import all projects from the `mobile/` subdirectory of the git main folder; this in particular contains the race committee app projects
85 85
* Set the Eclipse target platform to race-analysis-p2-remote.target (located in com.sap.sailing.targetplatform/definitions)