Adding a link to the 2->3 clirr report and a note on 2 and 3 being in different packages to the front page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1148233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd7b32ad09
commit
e9a72d4552
|
@ -36,6 +36,9 @@ String manipulation methods, basic numerical methods, object reflection, concurr
|
|||
and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with
|
||||
building methods, such as hashCode, toString and equals.
|
||||
</p>
|
||||
<p>
|
||||
Note that Lang 3.0 uses a different package (<i>org.apache.commons.lang3</i>) than its predecessors (<i>org.apache.commons.lang</i>), allowing it to be used at the same time as an earlier version.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
<section name="Documentation">
|
||||
|
@ -50,7 +53,6 @@ The JavaDoc API documents are available online:
|
|||
<li>The <a href="api-3.0/index.html">current stable release 3.0</a></li>
|
||||
<li>The <a href="api-2.6/index.html">legacy release 2.6</a></li>
|
||||
<li>The <a href="api-2.5/index.html">previous version 2.5</a></li>
|
||||
<li>The <a href="api-2.4/index.html">previous version 2.4</a></li>
|
||||
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
@ -63,7 +65,8 @@ The <a href="source-repository.html">subversion repository</a> can be
|
|||
<p>
|
||||
A latest stable and Java 5.0 dependent version is available:
|
||||
(<a href="http://commons.apache.org/lang/download_lang.cgi">download 3.0</a>)
|
||||
(<a href="upgradeto3_0.html">changelog</a>) (<a href="article3_0.html">upgrade notes</a>). </p>
|
||||
(<a href="upgradeto3_0.html">changelog</a>) (<a href="article3_0.html">upgrade notes</a>)
|
||||
(<a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a>). </p>
|
||||
|
||||
<p>
|
||||
The legacy JDK 1.3 compatible version is also available:
|
||||
|
|
Loading…
Reference in New Issue