cziegeler 2004/07/02 02:10:16
Modified: . status.xml README.txt
src/documentation/xdocs/installing requirements.xml
src/documentation/xdocs features.xml
Log:
Update to servlet 2.3
Revision Changes Path
1.378 +4 -1 cocoon-2.1/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/status.xml,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -r1.377 -r1.378
--- status.xml 29 Jun 2004 12:14:06 -0000 1.377
+++ status.xml 2 Jul 2004 09:10:15 -0000 1.378
@@ -204,6 +204,9 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="CZ" type="update">
+ Update to servlet specification 2.3.
+ </action>
<action dev="AG" type="update">
Updated commons-collections to 3.1
</action>
1.8 +1 -1 cocoon-2.1/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/cocoon-2.1/README.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.txt 12 Aug 2003 09:36:32 -0000 1.7
+++ README.txt 2 Jul 2004 09:10:15 -0000 1.8
@@ -37,7 +37,7 @@
o A Java 1.3 or later compatible virtual machine for your operating
system.
- o A Servlet API 2.2 compatible Servlet Engine or J2EE Application
Server.
+ o A Servlet API 2.3 compatible Servlet Engine or J2EE Application
Server.
[not required for command line operation]
1.4 +1 -1
cocoon-2.1/src/documentation/xdocs/installing/requirements.xml
Index: requirements.xml
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/documentation/xdocs/installing/requirements.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- requirements.xml 8 May 2004 08:57:54 -0000 1.3
+++ requirements.xml 2 Jul 2004 09:10:16 -0000 1.4
@@ -47,7 +47,7 @@
</p>
<p><strong>Servlet Engine</strong>
- A Servlet 2.2 compliant servlet engine must be present in order to
support
+ A Servlet 2.3 compliant servlet engine must be present in order to
support
servlet operation and dynamic request handling. Note that this
requirement
is optional for command line operation. Note also that Cocoon now
ships
with a stripped down version of Jetty suitable for immediately
testing
1.7 +1 -1 cocoon-2.1/src/documentation/xdocs/features.xml
Index: features.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/features.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- features.xml 8 May 2004 08:57:52 -0000 1.6
+++ features.xml 2 Jul 2004 09:10:16 -0000 1.7
@@ -348,7 +348,7 @@
<ul>
<li>
Cocoon can be run in every servlet container or J2EE application
server that
- supports Java Servlets 2.2 and above, e.g.
+ supports Java Servlets 2.3 and above, e.g.
<fork href="http://jakarta.apache.org/tomcat/">Tomcat</fork>,
<fork href="http://jetty.mortbay.org/jetty/">Jetty</fork>,
<fork href="http://www.jboss.org/">JBoss</fork>