You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2023/01/30 01:15:04 UTC

[xalan-test] branch master updated: upgrading to latest available version of jtidy, and making changes to build file

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

mukulg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xalan-test.git


The following commit(s) were added to refs/heads/master by this push:
     new a56bfe4c upgrading to latest available version of jtidy, and making changes to build file
a56bfe4c is described below

commit a56bfe4c438fcf238ac3572a6f32d3258f09ef4c
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Mon Jan 30 06:44:43 2023 +0530

    upgrading to latest available version of jtidy, and making changes to build file
---
 build.xml            |   3 ++-
 tools/Tidy.jar       | Bin 144005 -> 0 bytes
 tools/jtidy-r938.jar | Bin 0 -> 188121 bytes
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index cf79b37e..7aca6557 100644
--- a/build.xml
+++ b/build.xml
@@ -106,7 +106,8 @@ dependencies - users must manually 'build jar' first.
     <property name="parserjar" value="${xalan.lib.dir}/xercesImpl.jar"/>
 
     <!-- JTidy is used by the XSLTC comparator -->
-    <property name="jtidy.jar" value="${test.tools.dir}/Tidy.jar"/>
+    <!--<property name="jtidy.jar" value="${test.tools.dir}/Tidy.jar"/>-->
+    <property name="jtidy.jar" value="${test.tools.dir}/jtidy-r938.jar"/>
     
     <!-- The Mozilla Rhino jar is needed, to run Javascript extensions tests -->
     <property name="js.jar" value="${xalan.relpath}/lib/rhino-1.7.14.jar"/>
diff --git a/tools/Tidy.jar b/tools/Tidy.jar
deleted file mode 100644
index 248ed073..00000000
Binary files a/tools/Tidy.jar and /dev/null differ
diff --git a/tools/jtidy-r938.jar b/tools/jtidy-r938.jar
new file mode 100644
index 00000000..efde902f
Binary files /dev/null and b/tools/jtidy-r938.jar differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org