Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1ee750bfa6dfbc68ed2f0a04f0c6d3cbd792a36a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Jetty Demo Module
#

DEPEND=jndi
DEPEND=jaas
DEPEND=rewrite
DEPEND=client
DEPEND=annotations
DEPEND=websocket

LIB=demo/lib/*.jar

demo/test-realm.xml
demo/jetty-demo.xml

Back to the top