Author: markt Date: Tue Sep 27 20:27:20 2022 New Revision: 1904307 URL: http://svn.apache.org/viewvc?rev=1904307&view=rev Log: Remove Tomcat 7 docs targets from site build
Modified: tomcat/site/trunk/build.properties.default tomcat/site/trunk/build.xml Modified: tomcat/site/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.properties.default?rev=1904307&r1=1904306&r2=1904307&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Tue Sep 27 20:27:20 2022 @@ -36,7 +36,6 @@ tomcat.loc=https://downloads.apache.org/ # ----- Tomcat versions ----- -tomcat7.0=7.0.109 tomcat8.5=8.5.82 tomcat9.0=9.0.67 tomcat10.0=10.0.23 @@ -46,9 +45,6 @@ tomcat10.1=10.1.0 tomcat-site-docs.home=${base.path}/tomcat-site-docs/ # ----- Tomcat Docs locations ----- -tomcat7.0.loc=${tomcat.loc}/tomcat-7/v${tomcat7.0}/bin/apache-tomcat-${tomcat7.0}-fulldocs.tar.gz -tomcat7.0.home=${tomcat-site-docs.home}/${tomcat7.0} - tomcat8.5.loc=${tomcat.loc}/tomcat-8/v${tomcat8.5}/bin/apache-tomcat-${tomcat8.5}-fulldocs.tar.gz tomcat8.5.home=${tomcat-site-docs.home}/${tomcat8.5} Modified: tomcat/site/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1904307&r1=1904306&r2=1904307&view=diff ============================================================================== --- tomcat/site/trunk/build.xml (original) +++ tomcat/site/trunk/build.xml Tue Sep 27 20:27:20 2022 @@ -91,28 +91,6 @@ </target> - <target name="release-7.0" - depends="docs" - description="Used after a release to update the docs for Tomcat 7.0"> - - <!-- Download the latest version --> - <antcall target="downloadgz"> - <param name="sourcefile" value="${tomcat7.0.loc}"/> - <param name="destfile" value="${tomcat7.0.home}/tomcat-7.0-doc/index.html"/> - <param name="destdir" value="${tomcat7.0.home}"/> - </antcall> - - <!-- Delete the old version --> - <delete dir="${docs.dest}/tomcat-7.0-doc"/> - - <!-- Copy the latest version --> - <copy todir="${docs.dest}/tomcat-7.0-doc" > - <fileset dir="${tomcat7.0.home}/tomcat-7.0-doc" > - <exclude name="/WEB-INF/**" /> - </fileset> - </copy> - </target> - <target name="release-8.5" depends="docs" description="Used after a release to update the docs for Tomcat 8.5"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org