summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/broker/src/main/assembly/qpid-broker-bin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml b/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml
index 950abd7fdb..c7a190bbf2 100644
--- a/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml
+++ b/qpid/java/broker/src/main/assembly/qpid-broker-bin.xml
@@ -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>