Author: kkolinko
Date: Tue Oct 4 04:25:20 2011
New Revision: 1178679
URL: http://svn.apache.org/viewvc?rev=1178679&view=rev
Log:
Correct a typo
List jars in alphabetical order.
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/RELEASE-NOTES
Modified: tomcat/tc6.0.x/trunk/RELEASE-NOTES
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RELEASE-NOTES?rev=1178679&r1=1178678&r2=1178679&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/RELEASE-NOTES (original)
+++ tomcat/tc6.0.x/trunk/RELEASE-NOTES Tue Oct 4 04:25:20 2011
@@ -43,7 +43,7 @@ KNOWN ISSUES IN THIS RELEASE:
===================
Dependency Changes:
===================
-Tomcat 6.0 is designed to run on JSE 5.0 and later.
+Tomcat 6.0 is designed to run on Java SE 5.0 and later.
In addition, Tomcat 6.0 uses the Eclipse JDT Java compiler for compiling
JSP pages. This means you no longer need to have the complete
@@ -85,10 +85,10 @@ for use by web applications (by placing
* catalina-ant.jar (Tomcat Catalina Ant tasks)
* catalina-ha.jar (High availability package)
* catalina-tribes.jar (Group communication)
+* ecj-@[email protected] (Eclipse JDT Java compiler)
* el-api.jar (EL 2.1 API)
* jasper.jar (Jasper 2 Compiler and Runtime)
* jasper-el.jar (Jasper 2 EL implementation)
-* ecj-@[email protected] (Eclipse JDT Java compiler)
* jsp-api.jar (JSP 2.1 API)
* servlet-api.jar (Servlet 2.5 API)
* tomcat-coyote.jar (Tomcat connectors and utility classes)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]