417932 - resources.mod should make ${jetty.base}/resources/ directory
This commit is contained in:
parent
ed4d8241ca
commit
1705825346
|
@ -1,2 +1,11 @@
|
||||||
|
#
|
||||||
|
# Module to add all lib/ext/*.jar files to classpath
|
||||||
|
#
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
lib/ext/*.jar
|
lib/ext/*.jar
|
||||||
|
|
||||||
|
[files]
|
||||||
|
lib/
|
||||||
|
lib/ext/
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,7 @@
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
resources
|
resources
|
||||||
|
|
||||||
|
[files]
|
||||||
|
resources/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue