Author: fanningpj
Date: Thu Feb 23 22:51:02 2023
New Revision: 1907838

URL: http://svn.apache.org/viewvc?rev=1907838&view=rev
Log:
use NOTICE-binary.txt as the notice in bin distributions

Added:
    xmlbeans/trunk/NOTICE-binary.txt
      - copied, changed from r1907660, xmlbeans/trunk/NOTICE.txt
Modified:
    xmlbeans/trunk/build.gradle
    xmlbeans/trunk/build.xml
    xmlbeans/trunk/release-guide.txt

Copied: xmlbeans/trunk/NOTICE-binary.txt (from r1907660, 
xmlbeans/trunk/NOTICE.txt)
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/NOTICE-binary.txt?p2=xmlbeans/trunk/NOTICE-binary.txt&p1=xmlbeans/trunk/NOTICE.txt&r1=1907660&r2=1907838&rev=1907838&view=diff
==============================================================================
--- xmlbeans/trunk/NOTICE.txt (original)
+++ xmlbeans/trunk/NOTICE-binary.txt Thu Feb 23 22:51:02 2023
@@ -24,3 +24,37 @@
     - resolver.jar from Apache Xml Commons project,
       Copyright (c) 2001-2003 Apache Software Foundation
 
+
+    **********************
+    THIRD PARTY COMPONENTS
+    **********************
+    This software includes third party software subject to the following 
copyrights:
+
+    Apache Ant
+    Copyright 1999-2023 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (https://www.apache.org/).
+
+    The <sync> task is based on code Copyright (c) 2002, Landmark
+    Graphics Corp that has been kindly donated to the Apache Software
+    Foundation.
+
+    Apache Commons Codec
+    Copyright 2002-2020 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+    src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
+    contains test data from http://aspell.net/test/orig/batch0.tab.
+    Copyright (C) 2002 Kevin Atkinson ([email protected])
+
+    
===============================================================================
+
+    The content of package org.apache.commons.codec.language.bm has been 
translated
+    from the original php source code available at 
http://stevemorse.org/phoneticinfo.htm
+    with permission from the original authors.
+    Original source copyright:
+    Copyright (c) 2008 Alexander Beider & Stephen P. Morse.
+

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1907838&r1=1907837&r2=1907838&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Feb 23 22:51:02 2023
@@ -485,8 +485,9 @@ distributions {
             }
             from ('.') {
                 include 'LICENSE-binary.txt'
-                include 'NOTICE.txt'
+                include 'NOTICE-binary.txt'
                 rename ('LICENSE-binary.txt', 'LICENSE.txt')
+                rename ('NOTICE-binary.txt', 'NOTICE.txt')
             }
 
             includeEmptyDirs = false

Modified: xmlbeans/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1907838&r1=1907837&r2=1907838&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Thu Feb 23 22:51:02 2023
@@ -739,7 +739,7 @@
         </tar>
 
         <zip destfile="build/xmlbeans-bin-${version.base}-${tstamp.dist}.zip" 
update="false">
-            <zipfileset dir="." includes="LICENSE-binary.txt,NOTICE.txt" 
prefix="${prefix}"/>
+            <zipfileset dir="." 
includes="LICENSE-binary.txt,NOTICE-binary.txt" prefix="${prefix}"/>
             <zipfileset dir="samples" 
includes="Any/**,DateTime/**,MixedContent/**,OrderMatters/**,SchemaEnum/**,Validation/**,XQueryXPath/**,XsdConfig/**"
 prefix="${prefix}/samples"/>
             <zipfileset dir="src/main/shell" prefix="${prefix}/bin"/>
             <zipfileset dir="xkit" prefix="${prefix}"/>
@@ -759,7 +759,7 @@
             </zipfileset>
         </zip>
         <tar destfile="build/xmlbeans-bin-${version.base}-${tstamp.dist}.tgz" 
compression="gzip" longfile="posix">
-            <tarfileset dir="." includes="LICENSE-binary.txt,NOTICE.txt" 
prefix="${prefix}"/>
+            <tarfileset dir="." 
includes="LICENSE-binary.txt,NOTICE-binary.txt" prefix="${prefix}"/>
             <tarfileset dir="samples" 
includes="Any/**,DateTime/**,MixedContent/**,OrderMatters/**,SchemaEnum/**,Validation/**,XQueryXPath/**,XsdConfig/**"
 prefix="${prefix}/samples"/>
             <tarfileset dir="src/main/shell" prefix="${prefix}/bin"/>
             <tarfileset dir="xkit" prefix="${prefix}"/>

Modified: xmlbeans/trunk/release-guide.txt
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/release-guide.txt?rev=1907838&r1=1907837&r2=1907838&view=diff
==============================================================================
--- xmlbeans/trunk/release-guide.txt (original)
+++ xmlbeans/trunk/release-guide.txt Thu Feb 23 22:51:02 2023
@@ -72,10 +72,13 @@ svn pd 'svn:executable' $(find -name .sv
  -print0 | xargs -0 svn pg 'svn:executable' | cut -d ' ' -f 1)
 {code}
 
-   9. Before building, review any new or updated dependencies to ensure that
-      if they required LICENSE or NOTICE updates then these were done.
+  9a. Before building, review any new or updated dependencies to ensure that
+      the required LICENSE-binary.txt and NOTICE-binary.txt updates were done.
 
-  10. Ensure that CHANGES.txt is up to date
+  9b. Review if we have added new source code that is taken from any project 
and if this affects
+      LICENSE.txt and NOTICE.txt.
+
+  10. Ensure that the issues in JIRA have the version number set and are 
resolved.
 
   11. Ensure that the KEYS files in the dist areas are up-to-date with the
       latest ones in POI svn:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to