5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 01:00:00 +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
so that the redistributable can bootstrap itself. -->
<copy todir="${dist.dir}" includeEmptyDirs="false" flatten="false">
<fileset dir="${basedir}">
<fileset dir="${basedir}" defaultexcludes="no">
<include name="**/*" />
<exclude name="build/**" />
<exclude name="lib/**" />
@ -696,7 +696,7 @@
<!-- copy in various components of the initial source layout
so that the redistributable can bootstrap itself. -->
<copy todir="${src.dist.dir}" includeEmptyDirs="false" flatten="false">
<fileset dir="${basedir}">
<fileset dir="${basedir}" defaultexcludes="no">
<include name="**/*" />
<exclude name="build/**" />
<exclude name=".git/**" />