You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/04/13 15:24:56 UTC

[tomcat] branch 8.5.x updated: Add unboundid.jar to test class path so new tests can compile

This is an automated email from the ASF dual-hosted git repository.

markt 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 a78afd0  Add unboundid.jar to test class path so new tests can compile
a78afd0 is described below

commit a78afd02bbae333f8fb98bd75b9b04599159d34c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Apr 13 16:23:59 2021 +0100

    Add unboundid.jar to test class path so new tests can compile
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index fffa5c1..461eac7 100644
--- a/build.xml
+++ b/build.xml
@@ -246,6 +246,7 @@
     <pathelement location="${easymock.jar}"/>
     <pathelement location="${cglib.jar}"/>
     <pathelement location="${objenesis.jar}"/>
+    <pathelement location="${unboundid.jar}"/>
     <path refid="compile.classpath" />
     <path refid="tomcat.classpath" />
   </path>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org