You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2015/11/19 14:01:49 UTC

svn commit: r1715171 - /tomcat/site/trunk/README.txt

Author: kkolinko
Date: Thu Nov 19 13:01:49 2015
New Revision: 1715171

URL: http://svn.apache.org/viewvc?rev=1715171&view=rev
Log:
Add Tomcat 9

Modified:
    tomcat/site/trunk/README.txt

Modified: tomcat/site/trunk/README.txt
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?rev=1715171&r1=1715170&r2=1715171&view=diff
==============================================================================
--- tomcat/site/trunk/README.txt (original)
+++ tomcat/site/trunk/README.txt Thu Nov 19 13:01:49 2015
@@ -61,7 +61,7 @@ reflected on the live tomcat.apache.org
 immediately, so go to http://tomcat.apache.org/ and have fun.
 
 
-To update the documentation for Tomcat 6.0.x, 7.0.x or 8.0.x:
+To update the documentation for Tomcat 6.0.x, 7.0.x, 8.0.x or 9.0.x:
 ==========================================================================
 
 1. If you are using the "sparse" checkout feature, make sure that
@@ -74,6 +74,7 @@ To update the documentation for Tomcat 6
    svn up --set-depth infinity docs/tomcat-6.0-doc
    svn up --set-depth infinity docs/tomcat-7.0-doc
    svn up --set-depth infinity docs/tomcat-8.0-doc
+   svn up --set-depth infinity docs/tomcat-9.0-doc
 
 2. Create build.properties file if you have not done so yet and set
    "base.path" property in it. E.g.
@@ -95,6 +96,7 @@ To update the documentation for Tomcat 6
    ant release-6
    ant release-7
    ant release-8
+   ant release-9
 
 5. Check the changes with "svn status" command.
 



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