From: kkolinko
Date: Sat, 9 Jan 2010 02:13:19 +0000 (+0000)
Subject: Correction for the README pages:
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=95ae19a9cd43b1c9783726ef8c8b5ad7f3d04d3d;p=tomcat7.0
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
---
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.