Repository: sqoop Updated Branches: refs/heads/sqoop2 5414d63d6 -> a970e60e0
SQOOP-1291: Sqoop2: Binary package do not have top level commands executable (Jarek Jarcec Cecho via Venkat Ranganathan) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/a970e60e Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/a970e60e Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/a970e60e Branch: refs/heads/sqoop2 Commit: a970e60e07c83e17dd95af208f04af649bc3ca9f Parents: 5414d63 Author: Venkat Ranganathan <[email protected]> Authored: Mon Feb 24 10:23:42 2014 -0800 Committer: Venkat Ranganathan <[email protected]> Committed: Mon Feb 24 10:23:42 2014 -0800 ---------------------------------------------------------------------- dist/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/a970e60e/dist/pom.xml ---------------------------------------------------------------------- diff --git a/dist/pom.xml b/dist/pom.xml index 03cf674..cc11072 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -130,7 +130,6 @@ limitations under the License. <!-- Create dist dir --> <mkdir dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}"/> - <!-- Copy sources over --> <copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}" includeEmptyDirs="false" flatten="false"> <fileset dir="../"> @@ -188,7 +187,7 @@ limitations under the License. <copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin"> <fileset dir="src/main/bin"/> </copy> - <chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin" perm="u+x" includes="**/*.sh"/> + <chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin" perm="u+x" includes="*"/> <!-- Finally create distribution tar --> <tar destfile="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}.tar.gz" compression="gzip">
