Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: de3087bd26fb1eb0be6a9d8d931a8c1ade2fb0bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# JNDI Support
#

DEPEND=server
DEPEND=plus

LIB=lib/jetty-jndi-${jetty.version}.jar
LIB=lib/jndi/*.jar

# Annotations needs annotations configuration
etc/jetty-server.xml

Back to the top