This is an automated email from the ASF dual-hosted git repository.
remm 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 ec50118cb8 Avoid spotbugs classpath complaints
ec50118cb8 is described below
commit ec50118cb819c77168bf9fbbebea655e6091caae
Author: remm <[email protected]>
AuthorDate: Thu Jan 25 12:19:00 2024 +0100
Avoid spotbugs classpath complaints
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 370591a1a6..c6dc752f89 100644
--- a/build.xml
+++ b/build.xml
@@ -1722,7 +1722,7 @@
<class location="${tomcat.classes}" />
<class location="${test.classes}" />
<auxClasspath>
- <fileset file="${jdt.jar}" />
+ <path refid="tomcat.test.classpath"/>
<fileset file="${ant.core.lib}" />
</auxClasspath>
</spotbugs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]