Browse Source

Upgrade to JUnit 3.8 and Xerces 2.1.0.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273270 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
1259545cbe
5 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/junit.html
  2. +1
    -1
      lib/README
  3. +1
    -1
      lib/optional/README
  4. BIN
      lib/optional/junit.jar
  5. BIN
      lib/xercesImpl.jar

+ 1
- 1
docs/manual/OptionalTasks/junit.html View File

@@ -10,7 +10,7 @@
<p>This task runs tests from the JUnit testing framework. The latest
version of the framework can be found at
<a href="http://www.junit.org">http://www.junit.org</a>.
This task has been tested with JUnit 3.0 up to JUnit 3.7; it won't
This task has been tested with JUnit 3.0 up to JUnit 3.8; it won't
work with versions prior to JUnit 3.0.</p>
<p><strong>Note:</strong> This task depends on external libraries not included
in the Ant distribution. See <a href="../install.html#librarydependencies">


+ 1
- 1
lib/README View File

@@ -2,7 +2,7 @@ Please refer to the Ant manual under Installing Ant / Library
Dependencies for a list of the jar requirements for various optional
tasks and features.

This directory contains xercesImpl.jar from the 2.0.2 release of
This directory contains xercesImpl.jar from the 2.1.0 release of
Apache Xerces. For more information or newer releases see
<http://xml.apache.org/xerces2-j/>. See the file LICENSE.xerces for
the terms of distribution.


+ 1
- 1
lib/optional/README View File

@@ -1,3 +1,3 @@
The file junit.jar is version 3.7 of JUnit, see the file LICENSE.junit
The file junit.jar is version 3.8 of JUnit, see the file LICENSE.junit
for the terms of distribution. For more information about JUnit or
the latest release, see <http://www.junit.org/>.

BIN
lib/optional/junit.jar View File


BIN
lib/xercesImpl.jar View File


Loading…
Cancel
Save