From 99d2ca6d090dad0057327c7b8d12085e3b9c8c7c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 10 Feb 2006 17:11:46 +0000 Subject: [PATCH] Give some clue that the classconstants filter has a dependency on BCEL. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@376769 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/filterchain.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTypes/filterchain.html b/docs/manual/CoreTypes/filterchain.html index a9655b8b9..aced3a845 100644 --- a/docs/manual/CoreTypes/filterchain.html +++ b/docs/manual/CoreTypes/filterchain.html @@ -146,7 +146,8 @@ distribution.

ClassConstants

This filters basic constants defined in a Java Class, -and outputs them in lines composed of the format name=value +and outputs them in lines composed of the format name=value. +See Library Dependencies.

Example:

@@ -1398,5 +1399,5 @@ This may be used as follows:
-

Copyright © 2002-2005 The Apache Software Foundation. All rights +

Copyright © 2002-2006 The Apache Software Foundation. All rights Reserved.