Author: markt
Date: Fri Apr 30 17:24:35 2010
New Revision: 939748

URL: http://svn.apache.org/viewvc?rev=939748&view=rev
Log:
Add min java version

Modified:
    tomcat/site/trunk/docs/whichversion.html
    tomcat/site/trunk/xdocs/whichversion.xml

Modified: tomcat/site/trunk/docs/whichversion.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=939748&r1=939747&r2=939748&view=diff
==============================================================================
--- tomcat/site/trunk/docs/whichversion.html (original)
+++ tomcat/site/trunk/docs/whichversion.html Fri Apr 30 17:24:35 2010
@@ -213,6 +213,11 @@ and the respective Apache Tomcat version
 <strong>Actual release revision</strong>
 </font>
 </td>
+  <td bgcolor="#039acc" valign="top">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<strong>Minimum Java Version</strong>
+</font>
+</td>
 </tr>
 
 <tr>
@@ -225,6 +230,9 @@ and the respective Apache Tomcat version
   <td bgcolor="#a0ddf0" valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">6.0.26</font>
 </td>
+  <td bgcolor="#a0ddf0" valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.5</font>
+</td>
 </tr>
 
 <tr>
@@ -237,6 +245,9 @@ and the respective Apache Tomcat version
   <td bgcolor="#a0ddf0" valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">5.5.29</font>
 </td>
+  <td bgcolor="#a0ddf0" valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.4</font>
+</td>
 </tr>
 
 <tr>
@@ -249,6 +260,9 @@ and the respective Apache Tomcat version
   <td bgcolor="#a0ddf0" valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">4.1.40 
(archived)</font>
 </td>
+  <td bgcolor="#a0ddf0" valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.2</font>
+</td>
 </tr>
 
 <tr>
@@ -261,6 +275,9 @@ and the respective Apache Tomcat version
   <td bgcolor="#a0ddf0" valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">3.3.2 
(archived)</font>
 </td>
+  <td bgcolor="#a0ddf0" valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.2?</font>
+</td>
 </tr>
 
 </table>

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=939748&r1=939747&r2=939748&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Fri Apr 30 17:24:35 2010
@@ -20,30 +20,35 @@ and the respective Apache Tomcat version
   <th><strong>Servlet/JSP Spec</strong></th>
   <th><strong>Apache Tomcat version</strong></th>
   <th><strong>Actual release revision</strong></th>
+  <th><strong>Minimum Java Version</strong></th>
 </tr>
 
 <tr>
   <td>2.5/2.1</td>
   <td>6.0.x</td>
   <td>6.0.26</td>
+  <td>1.5</td>
 </tr>
 
 <tr>
   <td>2.4/2.0</td>
   <td>5.5.x</td>
   <td>5.5.29</td>
+  <td>1.4</td>
 </tr>
 
 <tr>
   <td>2.3/1.2</td>
   <td>4.1.x (archived)</td>
   <td>4.1.40 (archived)</td>
+  <td>1.2</td>
 </tr>
 
 <tr>
   <td>2.2/1.1</td>
   <td>3.3.x (archived)</td>
   <td>3.3.2 (archived)</td>
+  <td>1.2?</td>
 </tr>
 
 </table>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to