IDE-example files: change pathes to match OH3 patterns (#1389)

Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
pull/1392/head
Michael Rossner 2020-12-27 14:06:40 +01:00 committed by GitHub
parent 02918a195f
commit 4e14269859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
{
"version": "2.0.0",
"version": "3.0.0",
"options": {
"env": {
"openhab_home": "c://openhab2",
"openhab_runtime": "c://openhab2/runtime",
"openhab_addons": "c://openhab2/addons",
"openhab_logs": "C://openhab2/userdata/logs",
"dist" : "org.openhab.binding.sony-2.5.0-SNAPSHOT.jar"
"openhab_home": "c://openhab",
"openhab_runtime": "c://openhab/runtime",
"openhab_addons": "c://openhab/addons",
"openhab_logs": "C://openhab/userdata/logs",
"dist" : "org.openhab.binding.something-3.0.0-SNAPSHOT.jar"
}
},
"tasks": [