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:21 UTC

[tomcat] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new e3c5de0  Add unboundid.jar to test class path so new tests can compile
e3c5de0 is described below

commit e3c5de01a556dd4e81eaecc75806cebe558d8c1c
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 835cc36..e2f57e0 100644
--- a/build.xml
+++ b/build.xml
@@ -257,6 +257,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