From: David S. <ds...@us...> - 2007-07-06 16:04:13
|
Update of /cvsroot/junit/junit In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17617 Modified Files: .classpath Log Message: Tests pass without hamcrest-library Index: .classpath =================================================================== RCS file: /cvsroot/junit/junit/.classpath,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- .classpath 2 Jul 2007 18:10:58 -0000 1.11 +++ .classpath 6 Jul 2007 16:04:09 -0000 1.12 @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_01"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar"/> - <classpathentry kind="lib" path="testlib/hamcrest-library-SNAPSHOT.jar"/> <classpathentry kind="lib" path="testlib/jmock-2.2.0-RC1.jar"/> <classpathentry kind="lib" path="testlib/cglib-nodep-2.2_beta1.jar"/> <classpathentry kind="lib" path="testlib/objenesis-1.0.jar"/> + <classpathentry kind="lib" path="testlib/hamcrest-library-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |