Author: jglick
Date: Thu Jul 31 17:52:16 2008
New Revision: 681571
URL: http://svn.apache.org/viewvc?rev=681571&view=rev
Log:
junit.jar is available in the source tree; might as well compile against it.
Modified:
ant/core/trunk/build.xml
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=681571&r1=681570&r2=681571&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu Jul 31 17:52:16 2008
@@ -119,6 +119,7 @@
===================================================================
-->
<path id="classpath">
+ <fileset dir="lib/optional" includes="junit*.jar"/>
</path>
<path id="tests-classpath">