This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 0d1fea94df Exclude i18n jar when running bnd 0d1fea94df is described below commit 0d1fea94dfd4aca73f963c0f2b6384fd78d31258 Author: remm <r...@apache.org> AuthorDate: Wed Jul 17 11:50:35 2024 +0200 Exclude i18n jar when running bnd If already present when recompiling without cleaning, this gives warnings about supposed package conflicts. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index d2a982c7aa..5d4a1f8fb3 100644 --- a/build.xml +++ b/build.xml @@ -4106,7 +4106,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho > <classpath> <pathelement location="${bnd.jar}"/> - <fileset dir="${tomcat.output}" includes="${libs}" /> + <fileset dir="${tomcat.output}" includes="${libs}" excludes="build/lib/tomcat-i18n-*.jar" /> </classpath> <bndfiles> <pathelement location="${tomcat.bnd}/${filename}.tmp.bnd"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org