Repository: activemq
Updated Branches:
  refs/heads/activemq-5.14.x 2d4fb4cba -> 3e66eccb5


https://issues.apache.org/jira/browse/AMQ-6595

Fixing tar permissions so that everything is 0755 or 0644 as it should
be

(cherry picked from commit 1d15908e71942ced7e4987273846976753a028f6)


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/3e66eccb
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/3e66eccb
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/3e66eccb

Branch: refs/heads/activemq-5.14.x
Commit: 3e66eccb551e15ad90d5d41db444ca736269c220
Parents: 2d4fb4c
Author: Christopher L. Shannon (cshannon) <[email protected]>
Authored: Wed Feb 8 13:16:34 2017 -0500
Committer: Christopher L. Shannon (cshannon) <[email protected]>
Committed: Wed Feb 8 13:18:26 2017 -0500

----------------------------------------------------------------------
 assembly/src/main/descriptors/common-bin.xml | 10 ++++++++++
 assembly/src/main/descriptors/unix-bin.xml   |  2 ++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/3e66eccb/assembly/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/descriptors/common-bin.xml 
b/assembly/src/main/descriptors/common-bin.xml
index 8272aea..f00ec9d 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -147,6 +147,8 @@
         <include>${pom.groupId}:activemq-web</include>
         <include>org.fusesource.hawtbuf:hawtbuf</include>
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
     </dependencySet>
     <dependencySet>
       <outputDirectory>/lib/camel</outputDirectory>
@@ -158,6 +160,8 @@
         <include>org.apache.camel:camel-jms</include>
         <include>org.apache.activemq:activemq-camel</include>
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
     </dependencySet>
     <dependencySet>
       <outputDirectory>/lib/optional</outputDirectory>
@@ -234,6 +238,8 @@
         <include>io.fabric8.insight:insight-log4j</include>
 
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
     </dependencySet>
     <dependencySet>
       <outputDirectory>/lib/extra</outputDirectory>
@@ -247,6 +253,8 @@
         <!-- junit integration -->
         <include>org.apache.activemq.tooling:activemq-junit</include>
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
     </dependencySet>
     <dependencySet>
       <outputDirectory>/lib/web</outputDirectory>
@@ -283,6 +291,8 @@
         <include>org.jolokia:jolokia-core</include>
         <include>com.googlecode.json-simple:json-simple</include>
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
     </dependencySet>
   </dependencySets>
 </component>

http://git-wip-us.apache.org/repos/asf/activemq/blob/3e66eccb/assembly/src/main/descriptors/unix-bin.xml
----------------------------------------------------------------------
diff --git a/assembly/src/main/descriptors/unix-bin.xml 
b/assembly/src/main/descriptors/unix-bin.xml
index e6e8bd4..27ea0e5 100644
--- a/assembly/src/main/descriptors/unix-bin.xml
+++ b/assembly/src/main/descriptors/unix-bin.xml
@@ -50,6 +50,8 @@
       <includes>
         <include>examples/**/pom.xml</include>
       </includes>
+      <fileMode>0644</fileMode>
+      <directoryMode>0755</directoryMode>
       <lineEnding>unix</lineEnding>
       <filtered>true</filtered>
     </fileSet>

Reply via email to