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 2023/02/13 21:08:25 UTC

svn commit: r1907622 - in /tomcat/site/trunk: README.txt build.xml

Author: markt
Date: Mon Feb 13 21:08:25 2023
New Revision: 1907622

URL: http://svn.apache.org/viewvc?rev=1907622&view=rev
Log:
Remove 10.0.x docs from build. Update for building 11.0.x docs.

Modified:
    tomcat/site/trunk/README.txt
    tomcat/site/trunk/build.xml

Modified: tomcat/site/trunk/README.txt
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?rev=1907622&r1=1907621&r2=1907622&view=diff
==============================================================================
--- tomcat/site/trunk/README.txt (original)
+++ tomcat/site/trunk/README.txt Mon Feb 13 21:08:25 2023
@@ -73,7 +73,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 8.5.x, 9.0.x, 10.0.x or 10.1.x:
+To update the documentation for Tomcat 8.5.x, 9.0.x, 10.1.x or 11.0.x:
 ======================================================================
 
 1. If you are using the "sparse" checkout feature, make sure that
@@ -85,8 +85,8 @@ To update the documentation for Tomcat 8
    cd tomcat-site
    svn up --set-depth infinity docs/tomcat-8.5-doc
    svn up --set-depth infinity docs/tomcat-9.0-doc
-   svn up --set-depth infinity docs/tomcat-10.0-doc
    svn up --set-depth infinity docs/tomcat-10.1-doc
+   svn up --set-depth infinity docs/tomcat-11.0-doc
 
 2. Create build.properties file if you have not done so yet and set
    "base.path" property in it. E.g.
@@ -107,8 +107,8 @@ To update the documentation for Tomcat 8
    cd tomcat-site
    ant release-8.5
    ant release-9.0
-   ant release-10.0
    ant release-10.1
+   ant release-11.0
 
 5. Check the changes with "svn status" command.
 

Modified: tomcat/site/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1907622&r1=1907621&r2=1907622&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Mon Feb 13 21:08:25 2023
@@ -135,28 +135,6 @@
     </copy>
   </target>
 
-  <target name="release-10.0"
-          depends="docs"
-          description="Used after a release to update the docs for Tomcat 10.0">
-
-    <!-- Download the latest version -->
-    <antcall target="downloadgz">
-      <param name="sourcefile" value="${tomcat10.0.loc}"/>
-      <param name="destfile" value="${tomcat10.0.home}/tomcat-10.0-doc/index.html"/>
-      <param name="destdir" value="${tomcat10.0.home}"/>
-    </antcall>
-
-    <!-- Delete the old version -->
-    <delete dir="${docs.dest}/tomcat-10.0-doc"/>
-
-    <!-- Copy the latest version -->
-    <copy todir="${docs.dest}/tomcat-10.0-doc" >
-      <fileset dir="${tomcat10.0.home}/tomcat-10.0-doc" >
-        <exclude name="/WEB-INF/**" />
-      </fileset>
-    </copy>
-  </target>
-
   <target name="release-10.1"
           depends="docs"
           description="Used after a release to update the docs for Tomcat 10.1">
@@ -164,7 +142,7 @@
     <!-- Download the latest version -->
     <antcall target="downloadgz">
       <param name="sourcefile" value="${tomcat10.1.loc}"/>
-      <param name="destfile" value="${tomcat10.1.home}/tomcat-10.0-doc/index.html"/>
+      <param name="destfile" value="${tomcat10.1.home}/tomcat-10.1-doc/index.html"/>
       <param name="destdir" value="${tomcat10.1.home}"/>
     </antcall>
 



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