You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by gg...@apache.org on 2022/11/14 12:41:20 UTC

[xalan-test] branch master updated: Reuse property

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

ggregory 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 4f6e08a9 Reuse property
4f6e08a9 is described below

commit 4f6e08a937cd8a285eac7c11260236d713801b1e
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon Nov 14 07:41:06 2022 -0500

    Reuse property
---
 build.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index d9decdb0..434c55cd 100644
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@ dependencies - users must manually 'build jar' first.
     
     <!-- The js.jar is for Javascript extensions tests; you must get this .jar yourself.  
          Feel free to reset the location. -->
-    <property name="js.jar" value="../xalan-java/lib/rhino-1.7.14.jar"/>
+    <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
@@ -117,8 +117,8 @@ dependencies - users must manually 'build jar' first.
          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.  -->    
-    <property name="bsf.jar" value="../xalan-java/lib/bsf.jar"/>
-    <property name="commons-logging.jar" value="../xalan-java/lib/commons-logging-1.2.jar"/>
+    <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 -->
     <property name="stylebook.jar" value="${xalan.tools.dir}/stylebook-1.0-b3_xalan-2.jar"/>


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