You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/08/11 20:11:36 UTC

activemq-cpp git commit: small fix to the assembly descriptor so that the config folder gets a valid permission applied.

Repository: activemq-cpp
Updated Branches:
  refs/heads/master ca5901108 -> 78a141774


small fix to the assembly descriptor so that the config folder gets a
valid permission applied.  

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

Branch: refs/heads/master
Commit: 78a1417746c2d9e3e3bbe7d7bcc313cec661dec2
Parents: ca59011
Author: Timothy Bish <ta...@gmail.com>
Authored: Tue Aug 11 14:11:20 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Tue Aug 11 14:11:20 2015 -0400

----------------------------------------------------------------------
 activemq-cpp/assembly/source.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/78a14177/activemq-cpp/assembly/source.xml
----------------------------------------------------------------------
diff --git a/activemq-cpp/assembly/source.xml b/activemq-cpp/assembly/source.xml
index 19f8fe3..e7ff5c4 100644
--- a/activemq-cpp/assembly/source.xml
+++ b/activemq-cpp/assembly/source.xml
@@ -67,6 +67,7 @@
       <directory>config</directory>
       <lineEnding>keep</lineEnding>
       <fileMode>0755</fileMode>
+      <directoryMode>0755</directoryMode>
     </fileSet>
     <fileSet>
       <directory>doc</directory>
@@ -77,10 +78,6 @@
       <lineEnding>keep</lineEnding>
     </fileSet>
     <fileSet>
-      <directory>vs2008-build</directory>
-      <lineEnding>keep</lineEnding>
-    </fileSet>
-    <fileSet>
       <directory>vs2010-build</directory>
       <lineEnding>keep</lineEnding>
     </fileSet>