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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 388cc7e  PROTON-2381 Fix assembly descriptor to include README.md in 
archive
388cc7e is described below

commit 388cc7eeeeef53b0ebba365268a83d49bcd639c1
Author: Timothy Bish <[email protected]>
AuthorDate: Thu May 6 11:49:49 2021 -0400

    PROTON-2381 Fix assembly descriptor to include README.md in archive
    
    Fixes the file extension so that the README.md file for the examples is
    included when the assembly is built.
---
 apache-qpid-protonj2/src/main/assembly/bin.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-qpid-protonj2/src/main/assembly/bin.xml 
b/apache-qpid-protonj2/src/main/assembly/bin.xml
index 941e5fa..0eb4a09 100644
--- a/apache-qpid-protonj2/src/main/assembly/bin.xml
+++ b/apache-qpid-protonj2/src/main/assembly/bin.xml
@@ -77,7 +77,7 @@
             <outputDirectory>examples/</outputDirectory>
             <includes>
               <include>pom.xml</include>
-              <include>README.txt</include>
+              <include>README.md</include>
             </includes>
             <fileMode>0644</fileMode>
             <directoryMode>0755</directoryMode>
@@ -86,7 +86,7 @@
       </sources>
     </moduleSet>
     <moduleSet>
-         <useAllReactorProjects>true</useAllReactorProjects>
+      <useAllReactorProjects>true</useAllReactorProjects>
       <includes>
         <include>org.apache.qpid:protonj2-client-docs</include>
       </includes>

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

Reply via email to