add spdy and websocket mod

This commit is contained in:
Jesse McConnell 2013-08-22 13:23:29 -05:00
parent 54091990cb
commit 0032c1443d
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
DEPEND=server
LIB=lib/spdy/*.jar
etc/jetty-ssl.xml
etc/jetty-spdy.xml

View File

@ -0,0 +1,14 @@
#
# WebSocket Feature
#
# WebSocket needs Annotations feature
DEPEND=server
DEPEND=annotations
# WebSocket needs websocket jars (as defined in start.config)
LIB=lib/websockets/*.jar
# WebSocket needs websocket configuration
etc/jetty-websockets.xml