diff --git a/docs/manual/OptionalTasks/junit.html b/docs/manual/OptionalTasks/junit.html index 589b3dd7a..548524f33 100644 --- a/docs/manual/OptionalTasks/junit.html +++ b/docs/manual/OptionalTasks/junit.html @@ -10,7 +10,7 @@

This task runs tests from the JUnit testing framework. The latest version of the framework can be found at http://www.junit.org. -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.

Note: This task depends on external libraries not included in the Ant distribution. See diff --git a/lib/README b/lib/README index aee044c05..6a85faad7 100644 --- a/lib/README +++ b/lib/README @@ -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 . See the file LICENSE.xerces for the terms of distribution. diff --git a/lib/optional/README b/lib/optional/README index daf66113a..8e531f90f 100644 --- a/lib/optional/README +++ b/lib/optional/README @@ -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 . diff --git a/lib/optional/junit.jar b/lib/optional/junit.jar index 914a5cfa9..b306a63b4 100644 Binary files a/lib/optional/junit.jar and b/lib/optional/junit.jar differ diff --git a/lib/xercesImpl.jar b/lib/xercesImpl.jar index a9c247ec4..a72d3f50a 100644 Binary files a/lib/xercesImpl.jar and b/lib/xercesImpl.jar differ