Reviewers: fabbott,

Description:
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.


Please review this at http://gwt-code-reviews.appspot.com/1377803/

Affected files:
  M eclipse/user/.classpath


Index: eclipse/user/.classpath
===================================================================
--- eclipse/user/.classpath     (revision 9825)
+++ eclipse/user/.classpath     (working copy)
@@ -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