You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by bl...@apache.org on 2011/11/05 02:56:43 UTC

svn commit: r1197867 - /incubator/sqoop/branches/branch-1.4.0/build.xml

Author: blee
Date: Sat Nov  5 01:56:43 2011
New Revision: 1197867

URL: http://svn.apache.org/viewvc?rev=1197867&view=rev
Log:
Make sure files under testdata/hive/bin are executable

Modified:
    incubator/sqoop/branches/branch-1.4.0/build.xml

Modified: incubator/sqoop/branches/branch-1.4.0/build.xml
URL: http://svn.apache.org/viewvc/incubator/sqoop/branches/branch-1.4.0/build.xml?rev=1197867&r1=1197866&r2=1197867&view=diff
==============================================================================
--- incubator/sqoop/branches/branch-1.4.0/build.xml (original)
+++ incubator/sqoop/branches/branch-1.4.0/build.xml Sat Nov  5 01:56:43 2011
@@ -430,6 +430,7 @@
     <!-- make sure the bin scripts are executable. -->
     <chmod perm="ugo+x" type="file" parallel="false">
       <fileset dir="${dist.dir}/bin" />
+      <fileset dir="${dist.dir}/testdata/hive/bin" />
     </chmod>
 
     <!-- make sure any scripts named *.sh are executable. -->