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 2022/12/18 00:02:46 UTC

[xalan-test] branch master updated: minor improvements to text, for one of xalanj 2.7.3 release 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 f7cabfb6 minor improvements to text, for one of xalanj 2.7.3 release build file
f7cabfb6 is described below

commit f7cabfb67897ad4ea19384ca3023c03f53a449a9
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Dec 18 05:32:18 2022 +0530

    minor improvements to text, for one of xalanj 2.7.3 release build file
---
 build.xml | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/build.xml b/build.xml
index fc2f9f10..f432a160 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,7 @@ dependencies - users must manually 'build jar' first.
    -->
     <property environment="ENV" />
 
-    <property name="year" value="2000-2004"/>
+    <property name="year" value="2000-2022"/>
     <!-- Properties related to compiling the tests -->
     <property name="build.compiler" value="classic"/>
     <property name="compiler" value="${build.compiler}"/>
@@ -87,7 +87,7 @@ dependencies - users must manually 'build jar' first.
     <property name="qetest.jar" value="${test.build.dir}/${qetest.jar.name}"/>
 	
     <!-- Specific locations related to Xalan code, which should be in a sister tree to us -->
-    <property name="xalan.relpath" value="../xalan-java"/>
+    <property name="xalan.relpath" value="../xalan-java"/>    
     <property name="xalan.lib.dir" value="${xalan.relpath}/lib"/>  
     <property name="xalan.tools.dir" value="${xalan.relpath}/tools"/>       
     <property name="xalan.build.dir" value="${xalan.relpath}/build"/> 
@@ -107,17 +107,16 @@ dependencies - users must manually 'build jar' first.
     <!-- JTidy is used by the XSLTC comparator -->
     <property name="jtidy.jar" value="${test.tools.dir}/Tidy.jar"/>
     
-    <!-- The js.jar is for Javascript extensions tests; you must get this .jar yourself.  
-         Feel free to reset the location. -->
+    <!-- The Mozilla Rhino jar is needed, to run Javascript extensions tests -->
     <property name="js.jar" value="${xalan.relpath}/lib/rhino-1.7.14.jar"/>
     
     <!-- The Bean Scripting Framework is required for extensions written in languages 
          other than Java. Xalan Java will attempt to use the Jakarta BSF implementation
-         by default (see the "extensions" target).  
-         bsf.jar is no longer distributed with Xalan Java; you must get this .jar yourself.  
-         For more information, see the Apache Jakarta project, http://jakarta.apache.org/
-         Feel free to reset the location.  -->    
+         by default (see the "extensions" target). For more information, see the 
+         Apache Commons BSF project https://commons.apache.org/proper/commons-bsf/.
+    -->     
     <property name="bsf.jar" value="${xalan.relpath}/lib/bsf.jar"/>
+    
     <property name="commons-logging.jar" value="${xalan.relpath}/lib/commons-logging-1.2.jar"/>
 
     <!-- Documentation-specific files and locations -->


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