Browse Source

junit.jar is available in the source tree; might as well compile against it.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@681571 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 17 years ago
parent
commit
59785f30c9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.xml

+ 1
- 0
build.xml View File

@@ -119,6 +119,7 @@
===================================================================
-->
<path id="classpath">
<fileset dir="lib/optional" includes="junit*.jar"/>
</path>

<path id="tests-classpath">


Loading…
Cancel
Save