small fix to the assembly descriptor so that the config folder gets a
valid permission applied.
(cherry picked from commit 78a1417746c2d9e3e3bbe7d7bcc313cec661dec2)
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>