This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 5fc5333cec9f73b1564cd5074baa965b9f18271a Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Feb 15 19:28:37 2023 +0000 Include META-INF for docs web application --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 62b838ea18..bea41a87e3 100644 --- a/build.xml +++ b/build.xml @@ -1334,6 +1334,7 @@ <copy todir="${tomcat.build}/webapps"> <fileset dir="webapps"> <include name="docs/images/**"/> + <include name="docs/META-INF/**"/> <include name="docs/WEB-INF/**"/> <include name="docs/appdev/*.txt"/> <include name="docs/appdev/sample/**"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org