Author: markt Date: Fri Jan 18 21:26:20 2019 New Revision: 1851647 URL: http://svn.apache.org/viewvc?rev=1851647&view=rev Log: Remove build targets for versions past EOL (8.0.x, Native 1.1.x)
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=1851647&r1=1851646&r2=1851647&view=diff ============================================================================== --- tomcat/site/trunk/build.properties.default (original) +++ tomcat/site/trunk/build.properties.default Fri Jan 18 21:26:20 2019 @@ -37,7 +37,6 @@ tomcat.loc=http://www.apache.org/dist/to # ----- Tomcat versions ----- tomcat70=7.0.92 -tomcat80=8.0.53 tomcat85=8.5.37 tomcat90=9.0.14 @@ -48,9 +47,6 @@ tomcat-site-docs.home=${base.path}/tomca tomcat70.loc=${tomcat.loc}/tomcat-7/v${tomcat70}/bin/apache-tomcat-${tomcat70}-fulldocs.tar.gz tomcat70.home=${tomcat-site-docs.home}/${tomcat70} -tomcat80.loc=${tomcat.loc}/tomcat-8/v${tomcat80}/bin/apache-tomcat-${tomcat80}-fulldocs.tar.gz -tomcat80.home=${tomcat-site-docs.home}/${tomcat80} - tomcat85.loc=${tomcat.loc}/tomcat-8/v${tomcat85}/bin/apache-tomcat-${tomcat85}-fulldocs.tar.gz tomcat85.home=${tomcat-site-docs.home}/${tomcat85} Modified: tomcat/site/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1851647&r1=1851646&r2=1851647&view=diff ============================================================================== --- tomcat/site/trunk/build.xml (original) +++ tomcat/site/trunk/build.xml Fri Jan 18 21:26:20 2019 @@ -112,28 +112,6 @@ </copy> </target> - <target name="release-8" - depends="docs" - description="Used after a release to update the docs for Tomcat 8.0"> - - <!-- Download the latest version --> - <antcall target="downloadgz"> - <param name="sourcefile" value="${tomcat80.loc}"/> - <param name="destfile" value="${tomcat80.home}/tomcat-8.0-doc/index.html"/> - <param name="destdir" value="${tomcat80.home}"/> - </antcall> - - <!-- Delete the old version --> - <delete dir="${docs.dest}/tomcat-8.0-doc"/> - - <!-- Copy the latest version --> - <copy todir="${docs.dest}/tomcat-8.0-doc" > - <fileset dir="${tomcat80.home}/tomcat-8.0-doc" > - <exclude name="/WEB-INF/**" /> - </fileset> - </copy> - </target> - <target name="release-85" depends="docs" description="Used after a release to update the docs for Tomcat 8.5"> @@ -192,20 +170,6 @@ </ant> </target> - <target name="release-native-1.1" - depends="docs" - description="Used after a 1.1.x release to update the docs for Tomcat Native"> - - <!-- Delete the old version --> - <delete dir="${docs.dest}/native-1.1-doc"/> - - <!-- Update the Tomcat native docs --> - <ant dir="native-1.1-xdocs" antfile="build.xml" target="build-main"> - <property name="build.dir" value="../docs" /> - <property name="dist.name" value="native-1.1-doc" /> - </ant> - </target> - <target name="release-jk" depends="docs" description="Used after a release to update the docs for Tomcat Connectors"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org