mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 03:41:08 +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
|
<!-- 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/**" />
|
||||||
|
Loading…
Reference in New Issue
Block a user