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/24 08:09:49 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: committing few minor, changes to xalanj documentation meta-data. modifying the copyright year on xalanj documentation footer to 2023, since we're already nearing last week of 2022. including the readme file, within xalanj source distribution as well. these changes, should likely be part of xalanj 2.7.3 release.

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 b07e6325 committing few minor, changes to xalanj documentation meta-data. modifying the copyright year on xalanj documentation footer to 2023, since we're already nearing last week of 2022. including the readme file, within xalanj source distribution as well. these changes, should likely be part of xalanj 2.7.3 release.
b07e6325 is described below

commit b07e6325074a8e9e0f8f7f60e2e11ead66e0d2a8
Author: Mukul Gandhi <ga...@gmail.com>
AuthorDate: Sat Dec 24 13:39:28 2022 +0530

    committing few minor, changes to xalanj documentation meta-data.
    modifying the copyright year on xalanj documentation footer to 2023,
    since we're already nearing last week of 2022. including the readme
    file, within xalanj source distribution as well. these changes, should
    likely be part of xalanj 2.7.3 release.
---
 NOTICE.txt                              |  4 ++--
 README                                  | 19 +++++++++++++++----
 build.xml                               |  7 +++++--
 build_srcdist_xalan.xml                 |  5 +++--
 build_srcdist_xalan_tests.xml           |  2 +-
 xdocs/sources/xalan-apache-org-site.xml |  2 +-
 xdocs/sources/xalan-jlocal.xml          |  2 +-
 xdocs/sources/xalan-jsite.xml           |  2 +-
 xdocs/sources/xalan/readme.xml          |  9 +++++----
 xdocs/sources/xsltc.xml                 |  2 +-
 10 files changed, 35 insertions(+), 19 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 87adbc0b..905b6ec5 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -4,7 +4,7 @@
    =========================================================================
 
    Apache Xalan (Xalan XSLT processor)
-   Copyright 1999-2022 The Apache Software Foundation
+   Copyright 1999-2023 The Apache Software Foundation
 
    Apache Xalan (Xalan serializer)
    Copyright 1999-2012 The Apache Software Foundation
@@ -56,7 +56,7 @@
 
    =========================================================================       
    Apache Xerces Java
-   Copyright 1999-2022 The Apache Software Foundation
+   Copyright 1999-2023 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
diff --git a/README b/README
index 1d5f92b9..e54815a7 100644
--- a/README
+++ b/README
@@ -15,15 +15,26 @@
  * limitations under the License.
 -->
 
-This file primarily, contains instructions to the person(s) who shall be making a XalanJ release
-for distribution, along with the instructions about how to test XalanJ release before recommending
-the release for distribution.
+Copyright 1999-2023 The Apache Software Foundation
+
+Authors:
+   Gary Gregory <gg...@apache.org>
+   Mukul Gandhi <mu...@apache.org>
+
+This file primarily, contains instructions to the person(s) who shall be making an Apache XalanJ 
+release for distribution, along with the instructions about how to test XalanJ release before 
+recommending the release for distribution.
+
+The details mentioned within this file, may also be used, by XalanJ source distribution users to 
+build and test XalanJ from the source distribution (except that, "git clone" steps as mentioned 
+within this file, shall not be required to be run by XalanJ source distribution users).
 
 (1) Steps to build the XalanJ release
 
 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
 
 This creates two folders: xalan-java and xalan-test
@@ -37,7 +48,7 @@ relevant for testing the XalanJ build : xalan.jar, serializer.jar. [1]
 
 (2) Steps to run the XalanJ tests, on XalanJ implementation
 
-1) Go to the XalanJ tests repos:
+1) Go to the XalanJ tests repos's, local git clone folder:
 cd ..\xalan-test
 
 2) Run the command "build clean jar" from folder xalan-test. This produces
diff --git a/build.xml b/build.xml
index 186bff54..9c4f5428 100644
--- a/build.xml
+++ b/build.xml
@@ -62,7 +62,7 @@ $Id$
 <project name="Xalan" default="jar" basedir=".">
 
   <property name="name"                   value="xalan"/>
-  <property name="year"                   value="2022"/>
+  <property name="year"                   value="2023"/>
   <property name="build.debug"            value="on"/>  
   <property name="compiler.target"        value="1.8"/>
   <property name="compiler.source"        value="1.8"/>
@@ -295,7 +295,8 @@ $Id$
     <include name="${dist.file}/build.*"/>
     <include name="${dist.file}/commits.xml"/>
     <include name="${dist.file}/KEYS"/>
-    <include name="${dist.file}/readme.html"/>  
+    <include name="${dist.file}/readme.html"/>
+  	<include name="${dist.file}/README"/>
     <include name="${dist.file}/lib/"/>
     <include name="${dist.file}/tools/"/>
     <include name="${dist.file}/samples/"/>
@@ -1371,6 +1372,8 @@ $Id$
   <target name="xalan-transform-build-file-for-src-distro">
   	<copy file="./build_srcdist_xalan.xml" todir="${dist.dir}"/>
   	<copy file="./build_srcdist_xalan.xml" tofile="${dist.dir}/build.xml"/>
+  	<!-- copy readme file as well -->
+  	<copy file="./README" todir="${dist.dir}"/>
   </target>
 	
   <target name="xalan-tests-create-for-src-distro">
diff --git a/build_srcdist_xalan.xml b/build_srcdist_xalan.xml
index 9ec79c8b..e3a15813 100644
--- a/build_srcdist_xalan.xml
+++ b/build_srcdist_xalan.xml
@@ -66,7 +66,7 @@ $Id$
 <project name="Xalan" default="jar" basedir=".">
 
   <property name="name"                   value="xalan"/>
-  <property name="year"                   value="2022"/>
+  <property name="year"                   value="2023"/>
   <property name="build.debug"            value="on"/>  
   <property name="compiler.target"        value="1.8"/>
   <property name="compiler.source"        value="1.8"/>
@@ -299,7 +299,8 @@ $Id$
     <include name="${dist.file}/build.*"/>
     <include name="${dist.file}/commits.xml"/>
     <include name="${dist.file}/KEYS"/>
-    <include name="${dist.file}/readme.html"/>  
+    <include name="${dist.file}/readme.html"/>
+  	<include name="${dist.file}/README"/>
     <include name="${dist.file}/lib/"/>
     <include name="${dist.file}/tools/"/>
     <include name="${dist.file}/samples/"/>
diff --git a/build_srcdist_xalan_tests.xml b/build_srcdist_xalan_tests.xml
index 411a24a6..ec9a9d18 100644
--- a/build_srcdist_xalan_tests.xml
+++ b/build_srcdist_xalan_tests.xml
@@ -64,7 +64,7 @@ file build.xml provided by XalanJ xalan-test git repos.
    -->
     <property environment="ENV" />
 
-    <property name="year" value="2000-2022"/>
+    <property name="year" value="2000-2023"/>
     <!-- Properties related to compiling the tests -->
     <property name="build.compiler" value="classic"/>
     <property name="compiler" value="${build.compiler}"/>
diff --git a/xdocs/sources/xalan-apache-org-site.xml b/xdocs/sources/xalan-apache-org-site.xml
index 63678342..3dc90e16 100644
--- a/xdocs/sources/xalan-apache-org-site.xml
+++ b/xdocs/sources/xalan-apache-org-site.xml
@@ -19,7 +19,7 @@
 -->
 <!-- $Id$ -->
 
-<book title="Apache Xalan Project " copyright="1999-2022 The Apache Software Foundation">
+<book title="Apache Xalan Project " copyright="1999-2023 The Apache Software Foundation">
   <document id="index" label="Apache Xalan" source="xalan-apache-org/index.xml"/>
   <document id="charter" label="Charter" source="xalan/charter.xml"/>
   <separator/>  
diff --git a/xdocs/sources/xalan-jlocal.xml b/xdocs/sources/xalan-jlocal.xml
index 8985982b..1c536a97 100644
--- a/xdocs/sources/xalan-jlocal.xml
+++ b/xdocs/sources/xalan-jlocal.xml
@@ -19,7 +19,7 @@
 -->
 <!-- $Id$ -->
 
-<book title="Xalan XSL Transformer User's Guide" copyright="1999-2022 The Apache Software Foundation">
+<book title="Xalan XSL Transformer User's Guide" copyright="1999-2023 The Apache Software Foundation">
   <resources source="sbk:/sources/xalan/resources.xml"/>
   <document id="whatsnew"    label="What's New"      source="xalan/whatsnew.xml"/>
   <document id="readme"      label="Release Notes"   source="xalan/readme.xml"/>  
diff --git a/xdocs/sources/xalan-jsite.xml b/xdocs/sources/xalan-jsite.xml
index b107541f..469811ee 100644
--- a/xdocs/sources/xalan-jsite.xml
+++ b/xdocs/sources/xalan-jsite.xml
@@ -19,7 +19,7 @@
 -->
 <!-- $Id$ -->
 
-<book title="Xalan XSL Transformer User's Guide" copyright="1999-2022 The Apache Software Foundation">
+<book title="Xalan XSL Transformer User's Guide" copyright="1999-2023 The Apache Software Foundation">
   <resources source="sbk:/sources/xalan/resources.xml"/>
   <external href="http://xalan.apache.org/index.html" label="Home"/>
   <separator/>
diff --git a/xdocs/sources/xalan/readme.xml b/xdocs/sources/xalan/readme.xml
index 79977b99..7adde1f9 100644
--- a/xdocs/sources/xalan/readme.xml
+++ b/xdocs/sources/xalan/readme.xml
@@ -38,19 +38,20 @@
   <anchor name="notes_latest"/>
   <s2 title="Release notes for &xslt4j; 2.7.3">
     <p>
-      &xslt4j; 2.7.3 was released in December 2022.
+      &xslt4j; 2.7.3 was released in January 2023.
     </p>    
     <s3 title="Fix for CVE-2022-34169 An integer truncation issue when processing malicious XSLT stylesheets">
        This issue was fixed within XalanJ's XSLTC processor. This XalanJ issue, when present causes following problems:
        Malicious XSLT stylesheets may be written, which could result in XalanJ invalid translet Java byte code to be produced 
        by XalanJ XSLTC processor.
     </s3>    
-    <s3 title="Upgrade to Commons BCEL 6.7.0">
-       This XalanJ release, contains upgraded version of Commons BCEL [Gary Gregory].
+    <s3 title="Upgrade to Apache Commons BCEL 6.7.0">
+       This XalanJ release, contains upgraded version of Apache Commons 
+       BCEL library [Gary Gregory].
     </s3>
     <s3 title="Enhancements for, performing XalanJ build and running of XalanJ tests from source distribution">
        The XalanJ users, can now make XalanJ builds and perform XalanJ tests from the XalanJ source 
-       distribution [Gary Gregory, Mukul Gandhi].
+       distribution [Gary Gregory, Mukul Gandhi, Joseph Kessselman].
     </s3>
     <s3 title="Upgrade to Xerces-J 2.12.2">
        This XalanJ release, contains upgraded versions of <code>xercesImpl.jar</code>
diff --git a/xdocs/sources/xsltc.xml b/xdocs/sources/xsltc.xml
index 3e20a254..580fcb4a 100644
--- a/xdocs/sources/xsltc.xml
+++ b/xdocs/sources/xsltc.xml
@@ -16,7 +16,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
 -->
-<book title="XSLTC Design" copyright="1999-2022 The Apache Software Foundation">
+<book title="XSLTC Design" copyright="1999-2023 The Apache Software Foundation">
  
   <document id="index"
             label="Overview"


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