diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9856518753..ec03ee0035 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,13 @@ Latest builds, for testing, can usually be found at `https://download.eclipse.or ### Prerequisites -Java 21 and Maven 3.9.6 (only if you want to build from the command-line), or newer. +Java 21 and Maven 3.9.12 (only if you want to build from the command-line), or newer. + +### 🧙 Setting up the Development Environment Automatically + +You can set up a pre-configured IDE for contribution to Eclipse Wild Web Developer using the following link: + +[![Create Eclipse Development Environment for the Eclipse SDK](https://download.eclipse.org/oomph/www/setups/svg/Wild_Web_Developer.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-wildwebdeveloper/wildwebdeveloper/master/setup/WWDConfiguration.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag onto your running installer's title area") ### ⌨️ Setting up the Development Environment manually diff --git a/setup/WWD.setup b/setup/WWD.setup index 033d505c02..cb11f36529 100644 --- a/setup/WWD.setup +++ b/setup/WWD.setup @@ -377,6 +377,35 @@ + + + The location of the Node.js installation on this device. + + + The location of Git installation on this device. + + + + #!/bin/bash + export PATH="${node.location|cygpath}/:${git.location|cygpath}/mingw64/bin:${git.location|cygpath}/usr/bin:$PATH" + ./eclipse.exe $* + + +