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:
parent
a2888232f8
commit
821678276c
|
@ -133,8 +133,10 @@ components for development and use:</p>
|
||||||
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
|
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
|
||||||
(Version 1.2 or later)</li>
|
(Version 1.2 or later)</li>
|
||||||
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
|
<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>
|
for deployment</li>
|
||||||
|
<li><a href="http://ant.apache.org">Apache Ant</a>
|
||||||
|
(Version 1.6 or later) - for building distributions</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue