You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2021/12/14 14:31:11 UTC

[qpid-jms] 03/16: NO-JIRA: fix warnings during assembly creation

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

robbie pushed a commit to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 69385138b53af66f83d88185450e4fe5bbff120e
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed May 26 15:22:28 2021 +0100

    NO-JIRA: fix warnings during assembly creation
    
    (cherry picked from commit c7397e6e2bd38ed1ece496d7a07c101859c6ddde)
---
 apache-qpid-jms/src/main/assembly/bin.xml | 2 +-
 apache-qpid-jms/src/main/assembly/src.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apache-qpid-jms/src/main/assembly/bin.xml b/apache-qpid-jms/src/main/assembly/bin.xml
index 8ad805d..b2e86c8 100644
--- a/apache-qpid-jms/src/main/assembly/bin.xml
+++ b/apache-qpid-jms/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>README.txt</include>
         <include>NOTICE</include>
diff --git a/apache-qpid-jms/src/main/assembly/src.xml b/apache-qpid-jms/src/main/assembly/src.xml
index 91061b8..8a1e62a 100644
--- a/apache-qpid-jms/src/main/assembly/src.xml
+++ b/apache-qpid-jms/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 -->
@@ -73,7 +73,7 @@
     </fileSet>
     <fileSet>
       <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>${file.separator}</outputDirectory>
       <includes>
         <!-- Only include the generated dependencies file, we maintain license and notice ourselves -->
         <include>DEPENDENCIES</include>

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