From 95ae19a9cd43b1c9783726ef8c8b5ad7f3d04d3d Mon Sep 17 00:00:00 2001
From: kkolinko
Date: Sat, 9 Jan 2010 02:13:19 +0000
Subject: [PATCH] Correction for the README pages: Tomcat 7 requires Java 6
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@897368 13f79535-47bb-0310-9956-ffa450edef68
---
RELEASE-NOTES | 2 +-
res/welcome.bin.html | 2 +-
res/welcome.main.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1e1641482..6721a431b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -42,7 +42,7 @@ KNOWN ISSUES IN THIS RELEASE:
===================
Dependency Changes:
===================
-Tomcat @VERSION_MAJOR_MINOR@ is designed to run on JSE 6.0 and later.
+Tomcat @VERSION_MAJOR_MINOR@ is designed to run on Java SE 6 and later.
In addition, Tomcat @VERSION_MAJOR_MINOR@ uses the Eclipse JDT Java compiler for
compiling JSP pages. This means you no longer need to have the complete
diff --git a/res/welcome.bin.html b/res/welcome.bin.html
index af0f1a38e..01f448a87 100644
--- a/res/welcome.bin.html
+++ b/res/welcome.bin.html
@@ -36,7 +36,7 @@ and must be untarred with a GNU compatible version of tar. The version
of tar on Solaris and Mac OS X will not work with
these files.
-Tomcat @VERSION_MAJOR_MINOR@ requires JRE 5.0. Read the
+Tomcat @VERSION_MAJOR_MINOR@ requires Java SE 6 or later. Read the
RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
diff --git a/res/welcome.main.html b/res/welcome.main.html
index 0fb06a2a5..580b95589 100644
--- a/res/welcome.main.html
+++ b/res/welcome.main.html
@@ -36,7 +36,7 @@ and must be untarred with a GNU compatible version of tar. The version
of tar on Solaris and Mac OS X will not work with
these files.
-Tomcat @VERSION_MAJOR_MINOR@ requires JRE 5.0. Read the
+Tomcat @VERSION_MAJOR_MINOR@ requires Java SE 6 or later. Read the
RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.
--
2.11.0