From 76fa4670c524570c961fcc28250414df32713934 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 5 Dec 2001 08:52:56 +0000 Subject: [PATCH] add BCEL to the list of required libraries. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270073 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 5 +++++ lib/optional/README | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 7d7fcc854..a6970ee4e 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -337,6 +337,11 @@ Installing Ant / Optional Tasks section above.

www.savarese.org/oro/downloads + + bcel.jar + classfileset data type. + jakarta.apache.org/bcel/ +

diff --git a/lib/optional/README b/lib/optional/README index a337182c6..daf66113a 100644 --- a/lib/optional/README +++ b/lib/optional/README @@ -1,2 +1,3 @@ The file junit.jar is version 3.7 of JUnit, see the file LICENSE.junit -for the terms of distribution. +for the terms of distribution. For more information about JUnit or +the latest release, see .