[jboss-cvs] JBossAS SVN: r74790 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 18 07:33:34 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-06-18 07:33:34 -0400 (Wed, 18 Jun 2008)
New Revision: 74790

Modified:
   trunk/testsuite/.classpath
Log:
Correct the junit sourcepath

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2008-06-18 11:09:37 UTC (rev 74789)
+++ trunk/testsuite/.classpath	2008-06-18 11:33:34 UTC (rev 74790)
@@ -30,7 +30,7 @@
 	<classpathentry kind="lib" path="/thirdparty/xmlunit-xmlunit/lib/xmlunit1.0.jar"/>
 	<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/httpunit/lib/httpunit.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>




More information about the jboss-cvs-commits mailing list