#Kit-Name: WebSockets Server

# Set the bundles base
set mbs.bundles.base=../../../bundles/

# Install the WebSockets Server API
fw.i -f -s com.prosyst.mbs.websockets.api.jar

# Install the Legacy WebSockets Server Core
fw.i -f -s com.prosyst.mbs.websockets.core.jar

# Install the Legacy WebSockets Server Commands
fw.i -f -s com.prosyst.mbs.websockets.commands.jar

# Install implementation of Java API for WebSocket
fw.i -f -s com.prosyst.mbs.websockets.javax.jar

# Install the Java API for WebSocket Commands
fw.i -f -s com.prosyst.mbs.websockets.javax.commands.jar