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/11/17 15:29:30 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: minor changes to few of XalanJ project files

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

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


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 16c173e3 minor changes to few of XalanJ project files
16c173e3 is described below

commit 16c173e370ebd643a1859fda32646c250c24ee88
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Thu Nov 17 20:59:13 2022 +0530

    minor changes to few of XalanJ project files
---
 README          | 8 +++++++-
 src/MANIFEST.MF | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 653529d8..aebacd52 100644
--- a/README
+++ b/README
@@ -68,7 +68,9 @@ copy /Y ..\xalan-java\lib\endorsed\xml-apis.jar "%JARDIR%"
 
 5) Set JARDIR environment variable, pointing to the folder "xalanjrelease_jardir".
 
-6) Run the necessary XalanJ tests as follows, from folder xalan-test,
+6) Run the necessary XalanJ tests as follows,
+
+The tests described below within points 6.1, 6.2 and 6.3 need to be run from folder xalan-test. 
 
 6.1 Run the ant target "smoketest", using following two commands in sequence shown below
 
@@ -104,4 +106,8 @@ The output of the command "build smoketest.dev" should be following, and without
 
 smoketest-pass:
      [echo]  [minitest] CONGRATULATIONS! The Smoketest passed!
+     
+6.4 From folder xalan-test/tests/xsltc_integer_truncation, run the batch file 
+xsltc_int_truncation_test.bat (provided for Windows platform) to run test for, 
+testing "XalanJ integer truncation bug fix, when using XSLTC".    
      
\ No newline at end of file
diff --git a/src/MANIFEST.MF b/src/MANIFEST.MF
index 5b0cb338..aab88b63 100644
--- a/src/MANIFEST.MF
+++ b/src/MANIFEST.MF
@@ -52,7 +52,7 @@ Name: org/apache/bcel/
 Comment: Apache Commons Byte Code Engineering Library
 Specification-Title: Apache Commons BCEL
 Specification-Vendor: Apache Software Foundation
-Specification-Version: 6.6.0
+Specification-Version: 6.6.2-SNAPSHOT
 Implementation-Title: org.apache.bcel
 Implementation-Version: @impl.version@
 Implementation-Vendor: Apache Software Foundation


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