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

mgrigorov 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 c384039  Fix the classpath for Eclipse after updating Objenesis to 3.1
c384039 is described below

commit c3840397e3272c263b0208a9492b2b04417e6c70
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Tue Jun 9 22:42:06 2020 +0300

    Fix the classpath for Eclipse after updating Objenesis to 3.1
---
 res/ide-support/eclipse/eclipse.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/ide-support/eclipse/eclipse.classpath 
b/res/ide-support/eclipse/eclipse.classpath
index 897a4b3..c437a77 100644
--- a/res/ide-support/eclipse/eclipse.classpath
+++ b/res/ide-support/eclipse/eclipse.classpath
@@ -28,6 +28,6 @@
     <classpathentry kind="var" 
path="TOMCAT_LIBS_BASE/easymock-4.2/easymock-4.2.jar"/>
     <classpathentry kind="var" 
path="TOMCAT_LIBS_BASE/hamcrest-2.2/hamcrest-2.2.jar"/>
     <classpathentry kind="var" 
path="TOMCAT_LIBS_BASE/cglib-3.3.0/cglib-nodep-2.2.2.jar"/>
-    <classpathentry kind="var" 
path="TOMCAT_LIBS_BASE/objenesis-3.1/objenesis-1.2.jar"/>
+    <classpathentry kind="var" 
path="TOMCAT_LIBS_BASE/objenesis-3.1/objenesis-3.1.jar"/>
     <classpathentry kind="output" path=".settings/output"/>
 </classpath>


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

Reply via email to