This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 10707a2a07 Exclude i18n jar when running bnd
10707a2a07 is described below
commit 10707a2a079511c9bb33ab15a963ccbaf40865b0
Author: remm <[email protected]>
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 0519374340..c342e40495 100644
--- a/build.xml
+++ b/build.xml
@@ -4126,7 +4126,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: [email protected]
For additional commands, e-mail: [email protected]