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

commit 5ba814a8ed8847d6a952b56077e28151bba202ac
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 2dc1d67144..94e80620e2 100644
--- a/build.xml
+++ b/build.xml
@@ -2092,7 +2092,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