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 5a5faf8efe Avoid spotbugs classpath complaints
5a5faf8efe is described below

commit 5a5faf8efe4be2299639396a4859df850bb6d116
Author: remm <r...@apache.org>
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 2daf02fe1c..9aa28ffab7 100644
--- a/build.xml
+++ b/build.xml
@@ -2122,7 +2122,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to