This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new b017256111 Exclude i18n jar when running bnd b017256111 is described below commit b017256111fbcc1f3578f8a5f7b2c0c32ba9f1d8 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 70280c8e89..c74cffd013 100644 --- a/build.xml +++ b/build.xml @@ -4044,7 +4044,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