Author: violetagg Date: Mon Jun 12 21:44:12 2017 New Revision: 1798546 URL: http://svn.apache.org/viewvc?rev=1798546&view=rev Log: When using EasyMock for mocking classes, one needs cglib and objenesis in the class path.
Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Modified: tomcat/trunk/res/ide-support/eclipse/eclipse.classpath URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/eclipse.classpath?rev=1798546&r1=1798545&r2=1798546&view=diff ============================================================================== --- tomcat/trunk/res/ide-support/eclipse/eclipse.classpath (original) +++ tomcat/trunk/res/ide-support/eclipse/eclipse.classpath Mon Jun 12 21:44:12 2017 @@ -27,5 +27,7 @@ <classpathentry kind="var" path="TOMCAT_LIBS_BASE/ecj-4.6.3/ecj-4.6.3.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/easymock-3.2/easymock-3.2.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/hamcrest-1.3/hamcrest-core-1.3.jar"/> + <classpathentry kind="var" path="TOMCAT_LIBS_BASE/cglib-2.2.3/cglib-nodep-2.2.3.jar"/> + <classpathentry kind="var" path="TOMCAT_LIBS_BASE/objenesis-1.2/objenesis-1.2.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