Skip to content

Commit

Permalink
Update jsondb for ESH to OH namespace changes
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn committed Jan 11, 2020
1 parent a98d5ed commit 276db05
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions distributions/openhab/src/main/resources/bin/update.lst
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,28 @@ MOVE;$OPENHAB_USERDATA/config/org/eclipse/smarthome/storage/json.config;$OPENHAB
REPLACE;org.eclipse.smarthome.storage.json;org.openhab.storage.json;$OPENHAB_USERDATA/config/org/openhab/storage/json.config
MOVE;$OPENHAB_USERDATA/config/org/eclipse/smarthome/storage/mapdb.config;$OPENHAB_USERDATA/config/org/openhab/storage/mapdb.config
REPLACE;org.eclipse.smarthome.storage.mapdb;org.openhab.storage.mapdb;$OPENHAB_USERDATA/config/org/openhab/storage/json.config

REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/jsondb/automation_rules.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/jsondb/automation_rules.json

MOVE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.config.discovery.DiscoveryResult.json;$OPENHAB_USERDATA/jsondb/org.openhab.core.config.discovery.DiscoveryResult.json
REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.config.discovery.DiscoveryResult.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.config.discovery.DiscoveryResult.json

MOVE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.items.Item.json;$OPENHAB_USERDATA/jsondb/org.openhab.core.items.Item.json
REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.items.Item.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.items.Item.json

MOVE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.items.Metadata.json;$OPENHAB_USERDATA/jsondb/org.openhab.core.items.Metadata.json
REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/org.openhab.core.items.Metadata.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/org.openhab.core.items.Metadata.json

MOVE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.thing.link.ItemChannelLink.json;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.link.ItemChannelLink.json
REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.link.ItemChannelLink.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.link.ItemChannelLink.json

MOVE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.thing.Thing.json;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.Thing.json
REPLACE;org.eclipse.smarthome.core;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.Thing.json
REPLACE;org.eclipse.smarthome;org.openhab.core;$OPENHAB_USERDATA/jsondb/org.openhab.core.thing.Thing.json

DELETE;$OPENHAB_USERDATA/jsondb/org.eclipse.smarthome.core.thing.link.ItemThingLink.json

0 comments on commit 276db05

Please sign in to comment.