This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 22ab4644a5 Need to include new package in output JAR
22ab4644a5 is described below
commit 22ab4644a57dfd3aeff21e4aabbd6681d3cf7860
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 10 11:39:35 2022 +0000
Need to include new package in output JAR
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index 4756a78d8b..f5c74b75ad 100644
--- a/build.xml
+++ b/build.xml
@@ -419,6 +419,7 @@
<include name="org/apache/tomcat/util/res/**" />
<include name="org/apache/tomcat/util/security/**" />
<include name="org/apache/tomcat/util/threads/**" />
+ <include name="org/apache/tomcat/util/json/**" />
<include name="org/apache/tomcat/util/*" />
<exclude name="org/apache/tomcat/util/bcel" />
<exclude name="org/apache/tomcat/util/descriptor" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]