Author: bayard
Date: Tue Jul 19 08:40:02 2011
New Revision: 1148233
URL: http://svn.apache.org/viewvc?rev=1148233&view=rev
Log:
Adding a link to the 2->3 clirr report and a note on 2 and 3 being in different
packages to the front page
Modified:
commons/proper/lang/trunk/src/site/xdoc/index.xml
Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/index.xml?rev=1148233&r1=1148232&r2=1148233&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/index.xml Tue Jul 19 08:40:02 2011
@@ -36,6 +36,9 @@ String manipulation methods, basic numer
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
<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">sub
<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: