#Kit-Name: Automation ESH
#Kit-Target: (osgi.ee=JavaSE/compact2-1.8)

# Install required bundles
kitman.i "Functional Item Management"
kitman.i "Scripting"
fw.i -f -s -l gson.jar
fw.i -f -s -l guava.jar
fw.i -f -s -l com.prosyst.mbs.util.systemtime.jar

# Installs the Automation ESH bundles
fw.i -f -s org.eclipse.smarthome.automation.api.jar
fw.i -f -s com.prosyst.mbs.automation.esh.api.jar
fw.i -f -s com.prosyst.mbs.automation.esh.storage.jar
fw.i -f -s org.eclipse.smarthome.automation.core.jar
fw.i -f -s -l com.prosyst.mbs.automation.esh.core.jar
fw.i -f -s -l org.eclipse.smarthome.automation.provider.jar
fw.i -f -s -l org.eclipse.smarthome.automation.parser.gson.jar
fw.i -f -s -l com.prosyst.mbs.automation.esh.handler.core.jar
fw.i -f -s -l com.prosyst.mbs.automation.esh.handler.item.jar
fw.i -f -s -l com.prosyst.mbs.automation.esh.handler.script.jar
fw.i -f -s -l com.prosyst.mbs.automation.esh.commands.jar

