added documentation of dependency on ant 1.6 for build.xml;

changed documentation of dependency on junit 3.8.1 (from 3.7)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@179333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Caswell 2005-06-01 02:11:18 +00:00
parent a2888232f8
commit 821678276c
1 changed files with 3 additions and 1 deletions

View File

@ -133,8 +133,10 @@ components for development and use:</p>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later)</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
(Version 3.7 or later) - for unit tests only, not required
(Version 3.8.1 or later) - for unit tests only, not required
for deployment</li>
<li><a href="http://ant.apache.org">Apache Ant</a>
(Version 1.6 or later) - for building distributions</li>
</ul>