You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/05 21:24:41 UTC

svn commit: r1510674 - /tomcat/trunk/build.xml

Author: markt
Date: Mon Aug  5 19:24:41 2013
New Revision: 1510674

URL: http://svn.apache.org/r1510674
Log:
Correct title. Servlet 3.0 -> Servlet 3.1

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1510674&r1=1510673&r2=1510674&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Aug  5 19:24:41 2013
@@ -1684,9 +1684,9 @@ Apache Tomcat ${version} native binaries
       sourcepath="${tomcat.dist}/src/java"
       destdir="${tomcat.dist}/webapps/docs/servletapi"
       version="true"
-      windowtitle="Servlet 3.0 API Documentation - Apache Tomcat ${version}"
-      doctitle="Servlet 3.0 API - Apache Tomcat ${version}"
-      header="<b>Servlet 3.0 - Apache Tomcat ${version}</b>"
+      windowtitle="Servlet 3.1 API Documentation - Apache Tomcat ${version}"
+      doctitle="Servlet 3.1 API - Apache Tomcat ${version}"
+      header="<b>Servlet 3.1 - Apache Tomcat ${version}</b>"
       bottom="Copyright © 2000-${year} Apache Software Foundation. All Rights Reserved."
       encoding="ISO-8859-1"
       additionalparam="-breakiterator"



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