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 8a166f43aa Fix warning
8a166f43aa is described below
commit 8a166f43aa4ce8f022ce3804d10888be3f8d049c
Author: remm <[email protected]>
AuthorDate: Thu Jul 18 10:54:34 2024 +0200
Fix warning
Trying to hide the impl package doesn't seem to really work.
---
res/bnd/tomcat-coyote.jar.tmp.bnd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/bnd/tomcat-coyote.jar.tmp.bnd
b/res/bnd/tomcat-coyote.jar.tmp.bnd
index 3412d089d2..1bd76fd154 100644
--- a/res/bnd/tomcat-coyote.jar.tmp.bnd
+++ b/res/bnd/tomcat-coyote.jar.tmp.bnd
@@ -28,6 +28,7 @@ Export-Package: \
org.apache.tomcat.util.http,\
org.apache.tomcat.util.http.fileupload,\
org.apache.tomcat.util.http.fileupload.disk,\
+ org.apache.tomcat.util.http.fileupload.impl,\
org.apache.tomcat.util.http.fileupload.servlet,\
org.apache.tomcat.util.http.fileupload.util,\
org.apache.tomcat.util.http.parser,\
@@ -43,7 +44,6 @@ X-Compile-Target-JDK: ${compile.release}
-includepackage: \
org.apache.tomcat.util.bcel,\
- org.apache.tomcat.util.http.fileupload.impl,\
org.apache.tomcat.util.http.fileupload.util.mime
-jpms-module-info: \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]