[jboss-cvs] JBossAS SVN: r69828 - branches/JBPAPP_4_2_0_GA_CP/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 13 13:59:10 EST 2008
Author: galder.zamarreno at jboss.com
Date: 2008-02-13 13:59:10 -0500 (Wed, 13 Feb 2008)
New Revision: 69828
Modified:
branches/JBPAPP_4_2_0_GA_CP/test/.classpath
Log:
[JBPAPP-546] Fixed missing Eclipse classpath entry to ant-junit.jar.
Modified: branches/JBPAPP_4_2_0_GA_CP/test/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/test/.classpath 2008-02-13 15:46:15 UTC (rev 69827)
+++ branches/JBPAPP_4_2_0_GA_CP/test/.classpath 2008-02-13 18:59:10 UTC (rev 69828)
@@ -7,5 +7,6 @@
<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
<classpathentry kind="lib" path="/tools/lib/ant.jar"/>
+ <classpathentry kind="lib" path="/tools/lib/ant-junit.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list