You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2015/05/05 20:13:59 UTC

svn commit: r1677872 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: challngr
Date: Tue May  5 18:13:59 2015
New Revision: 1677872

URL: http://svn.apache.org/r1677872
Log:
UIMA-4358 Fix file permissions on some files.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1677872&r1=1677871&r2=1677872&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Tue May  5 18:13:59 2015
@@ -274,7 +274,7 @@ under the License.
         <include>LICENSE</include>
         <include>NOTICE</include>
       </includes>
-      <fileMode>755</fileMode>
+      <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>        
     </fileSet>
     
@@ -290,7 +290,7 @@ under the License.
     <fileSet>
       <directory>uima-ducc-cli/target</directory>
       <outputDirectory>lib</outputDirectory>
-      <fileMode>755</fileMode>
+      <fileMode>644</fileMode>
       <directoryMode>755</directoryMode>        
       <includes>
         <include>uima-ducc-cli.jar</include>