Update project Import (#1270)

As import existing projects no longer work in the 3.x branch

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
pull/1275/head
Marcel 2020-09-27 23:09:34 +02:00 committed by GitHub
parent 1932d99518
commit 87eb4349e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ If you don't just want to run an add-on, but also want to modify and debug it yo
1. Build Sources
Add the add-on as an Eclipse project so that Eclipse will build it automatically.
Import the add-on project via `File > Import... > General > Existing Projects into Workspace`.
Import the add-on project via `File > Import... > Maven > Existing Maven Projects`.
Specify your add-on's source root folder (e.g. `git\openhab-addons\bundles\org.openhab.binding.astro` under the installation folder) as the root folder in the wizard.
1. Start a Debug Session