Author: bayard
Date: Thu Mar 13 00:15:09 2008
New Revision: 636650
URL: http://svn.apache.org/viewvc?rev=636650&view=rev
Log:
Updating website to 2.4
Modified:
commons/proper/lang/trunk/xdocs/building.xml
commons/proper/lang/trunk/xdocs/index.xml
commons/proper/lang/trunk/xdocs/navigation.xml
commons/proper/lang/trunk/xdocs/release-history.xml
Modified: commons/proper/lang/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/building.xml?rev=636650&r1=636649&r2=636650&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/building.xml (original)
+++ commons/proper/lang/trunk/xdocs/building.xml Thu Mar 13 00:15:09 2008
@@ -30,6 +30,7 @@
<p>
You may also be interested in the upgrade notes:<br />
<br />
+ Upgrade <a href="upgradeto2_4.html">from 2.3 to 2.4</a><br />
Upgrade <a href="upgradeto2_3.html">from 2.2 to 2.3</a><br />
Upgrade <a href="upgradeto2_2.html">from 2.1 to 2.2</a><br />
Upgrade <a href="upgradeto2_1.html">from 2.0 to 2.1</a><br />
Modified: commons/proper/lang/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/index.xml?rev=636650&r1=636649&r2=636650&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/index.xml (original)
+++ commons/proper/lang/trunk/xdocs/index.xml Thu Mar 13 00:15:09 2008
@@ -48,8 +48,8 @@
The JavaDoc API documents are available online:
</p>
<ul>
-<li>The <a href="api-release/index.html">current release 2.3</a></li>
-<li>The <a href="api-2.2/index.html">previous version 2.2</a></li>
+<li>The <a href="api-release/index.html">current release 2.4</a></li>
+<li>The <a href="api-2.3/index.html">previous version 2.3</a></li>
<li>Older releases - see the <a href="release-history.html">Release
History</a> page</li>
</ul>
<p>
@@ -60,9 +60,9 @@
<!-- ================================================== -->
<section name="Releases">
<p>
-The latest version is 2.3. -
+The latest version is 2.4. -
<a href="http://commons.apache.org/downloads/download_lang.cgi">Download
now!</a>
-(<a href="upgradeto2_3.html">upgrade notes</a>)
+(<a href="upgradeto2_4.html">upgrade notes</a>)
</p>
<p>
Modified: commons/proper/lang/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/navigation.xml?rev=636650&r1=636649&r2=636650&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/navigation.xml (original)
+++ commons/proper/lang/trunk/xdocs/navigation.xml Thu Mar 13 00:15:09 2008
@@ -30,7 +30,7 @@
<item name="Download"
href="http://commons.apache.org/downloads/download_lang.cgi"/>
<item name="User guide" href="/userguide.html"/>
<item name="Release History" href="/release-history.html"/>
- <item name="Javadoc (2.3 release)" href="api-release/index.html"/>
+ <item name="Javadoc (2.4 release)" href="api-release/index.html"/>
</menu>
<menu name="Development">
Modified: commons/proper/lang/trunk/xdocs/release-history.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/xdocs/release-history.xml?rev=636650&r1=636649&r2=636650&view=diff
==============================================================================
--- commons/proper/lang/trunk/xdocs/release-history.xml (original)
+++ commons/proper/lang/trunk/xdocs/release-history.xml Thu Mar 13 00:15:09 2008
@@ -26,6 +26,7 @@
<table>
<tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release
notes</th></tr>
+<tr><td>2.4</td><td>??/Mar/08</td><td><a
href="api-2.4/">api-2.4</a></td><td><a href="upgradeto2_4.html">release notes
for 2.4</a></td></tr>
<tr><td>2.3</td><td>13/Feb/07</td><td><a
href="api-2.3/">api-2.3</a></td><td><a href="upgradeto2_3.html">release notes
for 2.3</a></td></tr>
<tr><td>2.2</td><td>04/Oct/06</td><td><a
href="api-2.2/">api-2.2</a></td><td><a href="upgradeto2_2.html">release notes
for 2.2</a></td></tr>
<tr><td>2.1</td><td>13/Jun/06</td><td><a
href="api-2.1/">api-2.1</a></td><td><a href="upgradeto2_1.html">release notes
for 2.1</a></td></tr>