You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/15 19:29:32 UTC

[tomcat] 02/02: Include META-INF for docs web application

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 13a206aec2ff70c9b53a0847c063da0d78075032
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 1f750eb6ac..862a62e730 100644
--- a/build.xml
+++ b/build.xml
@@ -1329,6 +1329,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org