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

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


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 0f022d3  Use the new working URL to fetch the Txt2Html.java from 
Tomcat repo, for converting WHATSNEW into a html file
0f022d3 is described below

commit 0f022d387cdfecb386ee78537f58194d5155d28d
Author: Jaikiran Pai <jaiki...@apache.org>
AuthorDate: Fri Mar 15 16:04:12 2019 +0530

    Use the new working URL to fetch the Txt2Html.java from Tomcat repo, for 
converting WHATSNEW into a html file
---
 docs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.xml b/docs.xml
index f49e70f..4c70c0b 100644
--- a/docs.xml
+++ b/docs.xml
@@ -23,7 +23,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?revision=987920&amp;view=co";
+        <get 
src="http://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}"/>

Reply via email to