Revision: 9826
Author: jlaba...@google.com
Date: Wed Mar  9 04:56:27 2011
Log: Replacing the testng-5.14.1.jar with testng-5.14.1-nojunit.jar in the gwt-user .classpath file. The testng-5.14.1.jar was removed to allow GWT to use Junit4.

Review at http://gwt-code-reviews.appspot.com/1377803

Review by: fabb...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9826

Modified:
 /trunk/eclipse/user/.classpath

=======================================
--- /trunk/eclipse/user/.classpath      Tue Mar  8 08:22:05 2011
+++ /trunk/eclipse/user/.classpath      Wed Mar  9 04:56:27 2011
@@ -57,6 +57,6 @@
<classpathentry kind="var" path="GWT_TOOLS/lib/jboss/test-harness/jboss-test-harness-api-1.0.0-sources.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/jboss/test-harness/jboss-test-harness-api-1.0.0.jar" sourcepath="/GWT_TOOLS/lib/jboss/test-harness/jboss-test-harness-api-1.0.0-sources.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/testng/testng-5.14.1-sources.jar"/> - <classpathentry kind="var" path="GWT_TOOLS/lib/testng/testng-5.14.1.jar" sourcepath="/GWT_TOOLS/lib/testng/testng-5.14.1-sources.jar"/> + <classpathentry kind="var" path="GWT_TOOLS/lib/testng/testng-5.14.1-nojunit.jar" sourcepath="/GWT_TOOLS/lib/testng/testng-5.14.1-sources.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to