commit 0f43eba6e865a2cdb7d333aab31c35fe572a0a61 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Apr 2 12:50:58 2020 +0200
Add simplified logging configuration to .war file.
Still part of #33549. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml index bdb99a5..3da6361 100644 --- a/build.xml +++ b/build.xml @@ -165,7 +165,7 @@ </archives> </restrict> <exclude name="**/Test*.class" /> - <zipfileset dir="${resources}" + <zipfileset dir="${buildresources}" prefix="" includes="logback.xml" /> <zipfileset dir="${resources}/web"