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

commit f72ddfc86f14d1563d4d968cfe87749b4b4af9d7
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Tue May 25 14:19:36 2021 -0400

    PROTON-2388 Update assembly descriptors to remove build warnings
---
 apache-qpid-protonj2/src/main/assembly/bin.xml | 2 +-
 apache-qpid-protonj2/src/main/assembly/src.xml | 2 +-
 2 files 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 0eb4a09..c4d8906 100644
--- a/apache-qpid-protonj2/src/main/assembly/bin.xml
+++ b/apache-qpid-protonj2/src/main/assembly/bin.xml
@@ -30,7 +30,7 @@
   <fileSets>
     <fileSet>
       <directory>${basedir}/src/main/assembly/</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>${file.separator}</outputDirectory>
       <includes>
         <include>NOTICE</include>
         <include>LICENSE</include>
diff --git a/apache-qpid-protonj2/src/main/assembly/src.xml 
b/apache-qpid-protonj2/src/main/assembly/src.xml
index 71e5862..200c075 100644
--- a/apache-qpid-protonj2/src/main/assembly/src.xml
+++ b/apache-qpid-protonj2/src/main/assembly/src.xml
@@ -28,7 +28,7 @@
     <!-- main project directory structure -->
     <fileSet>
       <directory>${project.basedir}/..</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>${file.separator}</outputDirectory>
       <useDefaultExcludes>true</useDefaultExcludes>
       <excludes>
         <!-- build output -->

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to