Author: markt
Date: Mon Oct 2 08:36:25 2017
New Revision: 1810310
URL: http://svn.apache.org/viewvc?rev=1810310&view=rev
Log:
Remove Tomcat 6 docs build target
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=1810310&r1=1810309&r2=1810310&view=diff
==============================================================================
--- tomcat/site/trunk/build.properties.default (original)
+++ tomcat/site/trunk/build.properties.default Mon Oct 2 08:36:25 2017
@@ -36,7 +36,6 @@ tomcat.loc=http://www.apache.org/dist/to
# ----- Tomcat versions -----
-tomcat60=6.0.53
tomcat70=7.0.81
tomcat80=8.0.46
tomcat85=8.5.23
@@ -46,9 +45,6 @@ tomcat90=9.0.1
tomcat-site-docs.home=${base.path}/tomcat-site-docs/
# ----- Tomcat Docs locations -----
-tomcat60.loc=${tomcat.loc}/tomcat-6/v${tomcat60}/bin/apache-tomcat-${tomcat60}-fulldocs.tar.gz
-tomcat60.home=${tomcat-site-docs.home}/${tomcat60}
-
tomcat70.loc=${tomcat.loc}/tomcat-7/v${tomcat70}/bin/apache-tomcat-${tomcat70}-fulldocs.tar.gz
tomcat70.home=${tomcat-site-docs.home}/${tomcat70}
Modified: tomcat/site/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1810310&r1=1810309&r2=1810310&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Mon Oct 2 08:36:25 2017
@@ -94,28 +94,6 @@
</target>
- <target name="release-6"
- depends="docs"
- description="Used after a release to update the docs for Tomcat 6.0">
-
- <!-- Download the latest version -->
- <antcall target="downloadgz">
- <param name="sourcefile" value="${tomcat60.loc}"/>
- <param name="destfile"
value="${tomcat60.home}/tomcat-6.0-doc/index.html"/>
- <param name="destdir" value="${tomcat60.home}"/>
- </antcall>
-
- <!-- Delete the old version -->
- <delete dir="${docs.dest}/tomcat-6.0-doc"/>
-
- <!-- Copy the latest version -->
- <copy todir="${docs.dest}/tomcat-6.0-doc" >
- <fileset dir="${tomcat60.home}/tomcat-6.0-doc" >
- <exclude name="/WEB-INF/**" />
- </fileset>
- </copy>
- </target>
-
<target name="release-7"
depends="docs"
description="Used after a release to update the docs for Tomcat 7.0">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]