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 2013/10/06 17:10:16 UTC

svn commit: r1529631 - /qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml

Author: robbie
Date: Sun Oct  6 15:10:15 2013
New Revision: 1529631

URL: http://svn.apache.org/r1529631
Log:
QPID-5048: ensure the file+directory permissions are set as expected when including the scripts and config in the broker release assembly

Modified:
    qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml

Modified: qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml?rev=1529631&r1=1529630&r2=1529631&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml (original)
+++ qpid/trunk/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml Sun Oct  6 15:10:15 2013
@@ -15,8 +15,18 @@
         <include>LICENSE*</include>
         <include>NOTICE*</include>
         <include>etc/</include>
+      </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
+    </fileSet>
+    <fileSet>
+      <directory>${project.basedir}</directory>
+      <outputDirectory>/</outputDirectory>
+      <includes>
         <include>bin/</include>
       </includes>
+      <fileMode>0755</fileMode>
+      <directoryMode>0755</directoryMode>
     </fileSet>
     <fileSet>
       <directory>${project.basedir}/../common</directory>
@@ -24,6 +34,8 @@
       <includes>
         <include>bin/qpid-run</include>
       </includes>
+      <fileMode>0755</fileMode>
+      <directoryMode>0755</directoryMode>
     </fileSet>
   </fileSets>
   <dependencySets>



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