Updated Branches: refs/heads/trunk a1e45de8e -> 55c5f27f9
SQOOP-1268: Sqoop tarballs do not contain .gitignore and .gitattribute files (Jarec 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/55c5f27f Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/55c5f27f Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/55c5f27f Branch: refs/heads/trunk Commit: 55c5f27f9eb3965ef35640c1bbee8df382aac3f0 Parents: a1e45de Author: Venkat Ranganathan <[email protected]> Authored: Tue Jan 21 19:15:44 2014 -0800 Committer: Venkat Ranganathan <[email protected]> Committed: Tue Jan 21 19:15:44 2014 -0800 ---------------------------------------------------------------------- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/55c5f27f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index c897245..74150e6 100644 --- a/build.xml +++ b/build.xml @@ -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/**" />
