5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-04 01:50:32 +08:00

SQOOP-1268: Sqoop tarballs do not contain .gitignore and .gitattribute files

(Jarec Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
Venkat Ranganathan 2014-01-21 19:15:44 -08:00
parent a1e45de8e9
commit 55c5f27f9e

View File

@ -599,7 +599,7 @@
<!-- copy in various components of the initial source layout <!-- copy in various components of the initial source layout
so that the redistributable can bootstrap itself. --> so that the redistributable can bootstrap itself. -->
<copy todir="${dist.dir}" includeEmptyDirs="false" flatten="false"> <copy todir="${dist.dir}" includeEmptyDirs="false" flatten="false">
<fileset dir="${basedir}"> <fileset dir="${basedir}" defaultexcludes="no">
<include name="**/*" /> <include name="**/*" />
<exclude name="build/**" /> <exclude name="build/**" />
<exclude name="lib/**" /> <exclude name="lib/**" />
@ -696,7 +696,7 @@
<!-- copy in various components of the initial source layout <!-- copy in various components of the initial source layout
so that the redistributable can bootstrap itself. --> so that the redistributable can bootstrap itself. -->
<copy todir="${src.dist.dir}" includeEmptyDirs="false" flatten="false"> <copy todir="${src.dist.dir}" includeEmptyDirs="false" flatten="false">
<fileset dir="${basedir}"> <fileset dir="${basedir}" defaultexcludes="no">
<include name="**/*" /> <include name="**/*" />
<exclude name="build/**" /> <exclude name="build/**" />
<exclude name=".git/**" /> <exclude name=".git/**" />