parent
e846379c2c
commit
ab97a78407
|
@ -0,0 +1,17 @@
|
||||||
|
## The XMLs we expect (order is important)
|
||||||
|
XML|${jetty.home}/etc/base.xml
|
||||||
|
XML|${jetty.home}/etc/main.xml
|
||||||
|
XML|${jetty.base}/etc/ndb.xml
|
||||||
|
|
||||||
|
# The LIBs we expect (order is irrelevant)
|
||||||
|
LIB|${jetty.home}/lib/base.jar
|
||||||
|
LIB|${jetty.home}/lib/main.jar
|
||||||
|
LIB|${jetty.home}/lib/other.jar
|
||||||
|
|
||||||
|
# The Properties we expect (order is irrelevant)
|
||||||
|
PROP|main.prop=value0
|
||||||
|
PROP|default.option=alternate
|
||||||
|
PROP|noDft.option=B
|
||||||
|
|
||||||
|
# Files / Directories to create
|
||||||
|
FILE|maindir/
|
|
@ -0,0 +1 @@
|
||||||
|
--module=alternate
|
|
@ -0,0 +1 @@
|
||||||
|
--add-to-startd=noDftOptionB
|
Loading…
Reference in New Issue