You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/07/13 16:15:31 UTC

svn commit: r1752450 - /uima/uima-ducc/trunk/pom.xml

Author: cwiklik
Date: Wed Jul 13 16:15:30 2016
New Revision: 1752450

URL: http://svn.apache.org/viewvc?rev=1752450&view=rev
Log:
UIMA-5011 chmod dd2spring.xsl to 755

Modified:
    uima/uima-ducc/trunk/pom.xml

Modified: uima/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/pom.xml?rev=1752450&r1=1752449&r2=1752450&view=diff
==============================================================================
--- uima/uima-ducc/trunk/pom.xml (original)
+++ uima/uima-ducc/trunk/pom.xml Wed Jul 13 16:15:30 2016
@@ -445,7 +445,9 @@
               <include name="**/dd2spring.xsl"/>
              <replacefilter     token="scope=&quot;singleton&quot;" value=""/>
             </replace>             
-
+ 
+            <chmod file="${project.build.directory}/uima-as/apache-uima-as-${org.apache.uima.as.version}/bin/dd2spring.xsl" 
+            perm="ugo+rx"/>
           </tasks>
         </configuration>
         <goals>