Author: struberg
Date: Thu May 28 20:09:26 2015
New Revision: 1682321

URL: http://svn.apache.org/r1682321
Log:
OWB-1077 chmod to 0777 by default to have shell scripts executable

Modified:
    openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: 
http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=1682321&r1=1682320&r2=1682321&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Thu May 28 
20:09:26 2015
@@ -59,6 +59,7 @@ under the License.
         <fileSet>
             <outputDirectory>/</outputDirectory>
             <directory>src/main/install_scripts</directory>
+            <fileMode>0777</fileMode>
             <includes>
                 <include>*.sh</include>
                 <include>*.bat</include>


Reply via email to