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/08 22:48:20 UTC

[xalan-test] branch master updated: Use the default git repository name for the xalan-java sibling folder

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 80ae33a0 Use the default git repository name for the xalan-java sibling folder
80ae33a0 is described below

commit 80ae33a070e68d8a4e7acf89bd956b80f7e8a823
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Tue Nov 8 17:47:56 2022 -0500

    Use the default git repository name for the xalan-java sibling folder
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 9d330b5e..c3d30e0b 100644
--- a/build.xml
+++ b/build.xml
@@ -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="../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"/> 


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