Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4ecd84774468b7a25c98d39c4b360b5a495d9483 (plain) (tree)
1
2
3

                                         
                                                                          












                                                 

                                                                            


                                                


          
# The XMLs we expect (order is important)
XML|${jetty.home}/etc/jetty-jmx.xml
XML|${maven-test-resources}/extra-jetty-dirs/logging/etc/jetty-logging.xml
XML|${jetty.home}/etc/jetty.xml
XML|${jetty.home}/etc/jetty-http.xml

# The LIBs we expect (order is irrelevant)
LIB|${jetty.home}/lib/jetty-continuation-TEST.jar
LIB|${jetty.home}/lib/jetty-http-TEST.jar
LIB|${jetty.home}/lib/jetty-io-TEST.jar
LIB|${jetty.home}/lib/jetty-jmx-TEST.jar
LIB|${jetty.home}/lib/jetty-schemas-3.1.jar
LIB|${jetty.home}/lib/jetty-server-TEST.jar
LIB|${jetty.home}/lib/jetty-util-TEST.jar
LIB|${jetty.home}/lib/jetty-xml-TEST.jar
LIB|${jetty.home}/lib/servlet-api-3.1.jar
LIB|${jetty.home}/resources
LIB|${maven-test-resources}/extra-jetty-dirs/logging/lib/logging/logback.jar

# The Properties we expect (order is irrelevant)
PROP|jetty.port=9090

# Files
FILE|logs/

Back to the top