This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 70690d394fa92b1f2e5eaff04b719fd0980a0672 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 899346bf18..b420c2a59d 100644 --- a/build.xml +++ b/build.xml @@ -1313,6 +1313,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