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:
parent
a1e45de8e9
commit
55c5f27f9e
@ -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/**" />
|
||||
|
Loading…
Reference in New Issue
Block a user