wiki/howto/onboarding.md
... ...
@@ -120,7 +120,7 @@ Out of the box, multiple settings in Eclipse need to be changed. Go to Window
120 120
- In "Java ⇒ Installed JREs" add the Java 8 sdk and activate it.
121 121
- In "Java ⇒ Installed JREs ⇒ Execution Environments" make sure that the Java 8 JRE is selected for JavaSE-1.8 (if the jre is not listed open and close the preference Window once)
122 122
- For the next step, you may need to go to "Help ⇒ Install"; type "web"; then select "webtools"; click web tools platform; and then install the plugins.
123
-- In "Web ⇒ Client-side JavaScript ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations.
123
+- In "Web ⇒ JavaScript ⇒ Code Style ⇒ Formatter" import the CodeFormatter_JavaScript.xml for JavaScript from $GIT_HOME/java to ensure correct formatting of JavaScript Native Interface (JSNI) implementations.
124 124
- In "Web ⇒ HTML Files ⇒ Editor" activate indent using Spaces
125 125
- In "XML(Wild Web Developer) ⇒ Validation & Resolution ⇒ Enable Validation" Disable the Checkbox
126 126
- Install Eclipse eGit (optional)