update mod files
This commit is contained in:
parent
766de7fb4f
commit
f99a517c1d
|
@ -0,0 +1,6 @@
|
||||||
|
#
|
||||||
|
# Client Feature
|
||||||
|
#
|
||||||
|
|
||||||
|
# Client jars
|
||||||
|
LIB=lib/jetty-client-${jetty.version}.jar
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Debug module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-debug.xml
|
|
@ -0,0 +1,9 @@
|
||||||
|
#
|
||||||
|
# Deploy Feature
|
||||||
|
#
|
||||||
|
|
||||||
|
# Deploy jars
|
||||||
|
LIB=lib/jetty-deploy-${jetty.version}.jar
|
||||||
|
|
||||||
|
# Deploy configuration
|
||||||
|
etc/jetty-deploy.xml
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# Jetty HTTP Server
|
||||||
|
#
|
||||||
|
|
||||||
DEPEND=server
|
DEPEND=server
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# Jetty HTTP Server
|
||||||
|
#
|
||||||
|
|
||||||
DEPEND=server
|
DEPEND=server
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# IPAccess module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-ipaccess.xml
|
|
@ -0,0 +1,9 @@
|
||||||
|
#
|
||||||
|
# JAAS Feature
|
||||||
|
#
|
||||||
|
|
||||||
|
# JAAS jars
|
||||||
|
LIB=lib/jetty-jaas-${jetty.version}.jar
|
||||||
|
|
||||||
|
# JAAS configuration
|
||||||
|
etc/jetty-jaas.xml
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Low Resources module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-lowresources.xml
|
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# Jetty Monitor module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
DEPEND=client
|
||||||
|
|
||||||
|
LIB=lib/jetty-monitor-${jetty.version}.jar
|
||||||
|
|
||||||
|
etc/jetty-monitor.xml
|
|
@ -1,9 +1,10 @@
|
||||||
#
|
#
|
||||||
# Jetty Plus Module
|
# Jetty Proxy module
|
||||||
#
|
#
|
||||||
|
|
||||||
DEPEND=server
|
DEPEND=server
|
||||||
|
|
||||||
LIB=lib/jetty-plus-${jetty.version}.xml
|
LIB=lib/jetty-plus-${jetty.version}.jar
|
||||||
|
|
||||||
|
# Plus requires configuration
|
||||||
etc/jetty-plus.xml
|
etc/jetty-plus.xml
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# Jetty Proxy module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
LIB=lib/jetty-proxy-${jetty.version}.jar
|
||||||
|
|
||||||
|
# Proxy requires configuration
|
||||||
|
etc/jetty-proxy.xml
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Request Log module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-requestlog.xml
|
|
@ -0,0 +1,10 @@
|
||||||
|
#
|
||||||
|
# Jetty Rewrite module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
LIB=lib/jetty-rewrite-${jetty.version}.jar
|
||||||
|
|
||||||
|
# Annotations needs annotations configuration
|
||||||
|
etc/jetty-rewrite.xml
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Stats module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-stats.xml
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Base server
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=deploy
|
||||||
|
|
||||||
|
LIB=lib/jetty-webapp-${jetty.version}.jar
|
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
# Stats module
|
||||||
|
#
|
||||||
|
|
||||||
|
DEPEND=server
|
||||||
|
|
||||||
|
etc/jetty-xinetd.xml
|
Loading…
Reference in New Issue