You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/02/10 18:11:48 UTC

svn commit: r376769 - /ant/core/trunk/docs/manual/CoreTypes/filterchain.html

Author: mbenson
Date: Fri Feb 10 09:11:46 2006
New Revision: 376769

URL: http://svn.apache.org/viewcvs?rev=376769&view=rev
Log:
Give some clue that the classconstants filter has a dependency on BCEL.

Modified:
    ant/core/trunk/docs/manual/CoreTypes/filterchain.html

Modified: ant/core/trunk/docs/manual/CoreTypes/filterchain.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTypes/filterchain.html?rev=376769&r1=376768&r2=376769&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/filterchain.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/filterchain.html Fri Feb 10 09:11:46 2006
@@ -146,7 +146,8 @@
 <h3><a name="classconstants">ClassConstants</a></h3>
 <p>
 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 <i>name</i>=<i>value</i>.
+See <a href="../install.html#librarydependencies">Library Dependencies</a>.
 <p>
 <h4>Example:</h4>
 
@@ -1398,5 +1399,5 @@
 
 <hr>
 
-<p align=center>Copyright &copy; 2002-2005 The Apache Software Foundation. All rights
+<p align=center>Copyright &copy; 2002-2006 The Apache Software Foundation. All rights
 Reserved.</p></body></html>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org