add servlet/s mod

This commit is contained in:
Jesse McConnell 2013-08-22 12:21:52 -05:00
parent e7d33f52a4
commit 450cdb3ef4
4 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#
DEPEND=server
DEPEND=client
LIB=lib/jetty-proxy-${jetty.version}.jar

View File

@ -0,0 +1,7 @@
#
# Jetty Servlet Module
#
DEPEND=server
LIB=lib/jetty-servlet-${jetty.version}.jar

View File

@ -0,0 +1,7 @@
#
# Jetty Servlets Module
#
DEPEND=servlet
LIB=lib/jetty-servlets-${jetty.version}.jar

View File

@ -2,6 +2,6 @@
# Base server
#
DEPEND=deploy
DEPEND=servlet
LIB=lib/jetty-webapp-${jetty.version}.jar