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/25 01:45:41 UTC

[xalan-test] branch master updated: as suggested during latest review on xalan list, reverting, ANT_HOME environment variable change to what was original and modifying the copyright year

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 32f77aa9 as suggested during latest review on xalan list, reverting, ANT_HOME environment variable change to what was original and modifying the copyright year
32f77aa9 is described below

commit 32f77aa9fe43c5fbcfec83a5dd6f565ec8a56f6d
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sun Dec 25 07:15:23 2022 +0530

    as suggested during latest review on xalan list, reverting, ANT_HOME environment variable change to what was original and modifying the copyright year
---
 build.bat | 2 --
 build.xml | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/build.bat b/build.bat
index 7a198ba7..4307cd38 100755
--- a/build.bat
+++ b/build.bat
@@ -55,8 +55,6 @@ if '%1' == '-H' goto usage
 if '%1' == '-?' goto usage
 @echo %0 beginning...
 
-set ANT_HOME=..\xalan-java
-
 if not "%OS%"=="Windows_NT" goto win9xStart
 :winNTStart
 @setlocal
diff --git a/build.xml b/build.xml
index 5465a161..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-2023"/>
+    <property name="year" value="2000-2022"/>
     <!-- Properties related to compiling the tests -->
     <property name="build.compiler" value="classic"/>
     <property name="compiler" value="${build.compiler}"/>


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