You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2019/05/23 05:03:59 UTC

[ant] branch master updated: Use HTTPS URL for fetching doc generation tool

This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b5ec2a  Use HTTPS URL for fetching doc generation tool
9b5ec2a is described below

commit 9b5ec2ae7b087b96da4b8fd9ec7971e0dbd112e9
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Thu May 23 10:31:20 2019 +0530

    Use HTTPS URL for fetching doc generation tool
---
 docs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.xml b/docs.xml
index e6e97ad..76cd62d 100644
--- a/docs.xml
+++ b/docs.xml
@@ -21,7 +21,7 @@
         <property name="build.dir" value="build"/>
         <tempfile property="temp.dir"/>
         <mkdir dir="${temp.dir}/org/apache/tomcat/buildutil"/>
-        <get src="http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/buildutil/Txt2Html.java?view=co&amp;pathrev=987920"
+        <get src="https://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/buildutil/Txt2Html.java?view=co&amp;pathrev=987920"
              dest="${temp.dir}/org/apache/tomcat/buildutil/Txt2Html.java"/>
         <javac srcdir="${temp.dir}" destdir="${temp.dir}" includeAntRuntime="true"/>
         <taskdef name="txt2html" classname="org.apache.tomcat.buildutil.Txt2Html" classpath="${temp.dir}"/>