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/16 15:39:25 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: minor improvements to few XalanJ project files. also committing, the BCEL 6.6.2-SNAPSHOT jar, where the implementation was fixed, to pass a test regression (thanks to Gary Gregory)

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 b700ae13 minor improvements to few XalanJ project files. also committing, the BCEL 6.6.2-SNAPSHOT jar, where the implementation was fixed, to pass a test regression (thanks to Gary Gregory)
b700ae13 is described below

commit b700ae133d5a8c07580774372e86004eced73ed3
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Wed Nov 16 21:09:05 2022 +0530

    minor improvements to few XalanJ project files. also committing, the
    BCEL 6.6.2-SNAPSHOT jar, where the implementation was fixed, to pass a
    test regression (thanks to Gary Gregory)
---
 README                                |   2 +-
 build.xml                             |   2 +-
 lib/bcel-6.6.0.jar                    | Bin 704234 -> 0 bytes
 lib/bcel-6.6.2-20221116.140854-10.jar | Bin 0 -> 710212 bytes
 src/MANIFEST.MF                       |   2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index 82055bf5..653529d8 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ the release for distribution.
 
 (1) Steps to build the XalanJ release
 
-1) Do a git clone, of the relevant XalanJ dev branch:
+1) Do a git clone, of the relevant XalanJ branches:
 
 git clone --single-branch https://gitbox.apache.org/repos/asf/xalan-java.git -b xalan-j_2_7_1_maint
 git clone https://gitbox.apache.org/repos/asf/xalan-test.git
diff --git a/build.xml b/build.xml
index 259c0890..abed5659 100644
--- a/build.xml
+++ b/build.xml
@@ -102,7 +102,7 @@ $Id$
   <property name="xmlapis.jar"            value="${endorsed.dir}/${xmlapis.jar.name}"/>
   <property name="parser.jar.name"        value="xercesImpl.jar"/>
   <property name="parser.jar"             value="${endorsed.dir}/${parser.jar.name}"/>
-  <property name="bcel.jar.name"          value="bcel-6.6.0.jar"/>
+  <property name="bcel.jar.name"          value="bcel-6.6.2-20221116.140854-10.jar"/>
   <property name="bcel.jar"               value="${lib.dir}/${bcel.jar.name}"/>
   <property name="runtime.jar.name"       value="runtime.jar"/>
   <property name="runtime.jar"            value="${lib.dir}/${runtime.jar.name}"/>
diff --git a/lib/bcel-6.6.0.jar b/lib/bcel-6.6.0.jar
deleted file mode 100644
index 78dd0302..00000000
Binary files a/lib/bcel-6.6.0.jar and /dev/null differ
diff --git a/lib/bcel-6.6.2-20221116.140854-10.jar b/lib/bcel-6.6.2-20221116.140854-10.jar
new file mode 100644
index 00000000..1ed37c54
Binary files /dev/null and b/lib/bcel-6.6.2-20221116.140854-10.jar differ
diff --git a/src/MANIFEST.MF b/src/MANIFEST.MF
index cf2d3916..5b0cb338 100644
--- a/src/MANIFEST.MF
+++ b/src/MANIFEST.MF
@@ -49,7 +49,7 @@ Implementation-Vendor: Princeton University
 Implementation-URL: http://www.cs.princeton.edu/~appel/modern/java/CUP/ 
 
 Name: org/apache/bcel/
-Comment: Apachec Commons Byte Code Engineering Library
+Comment: Apache Commons Byte Code Engineering Library
 Specification-Title: Apache Commons BCEL
 Specification-Vendor: Apache Software Foundation
 Specification-Version: 6.6.0


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