Repository: ant-antlibs-common
Updated Branches:
  refs/heads/master d79305787 -> 0d2c23a21


must reset default excludes when building source tarballs


Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/0d2c23a2
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/0d2c23a2
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/0d2c23a2

Branch: refs/heads/master
Commit: 0d2c23a213b0d9636877ce6852467185c220b22a
Parents: d793057
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon Jun 18 21:27:19 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon Jun 18 21:27:19 2018 +0200

----------------------------------------------------------------------
 build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/0d2c23a2/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d58cf1c..6a09518 100644
--- a/build.xml
+++ b/build.xml
@@ -401,6 +401,8 @@
       <param name="src.dist.dir" value="${dist.name}"/>
     </antcall>
 
+    <defaultexcludes remove="**/.gitignore"/>
+    <defaultexcludes remove="**/.gitmodules"/>
     <zip destfile="${dist.base.source}/${dist.name}-src.zip">
       <fileset dir="${dist.name}/..">
         <include name="${dist.name}/**"/>
@@ -412,6 +414,7 @@
         <include name="${dist.name}/**"/>
       </tarfileset>
     </tar>
+    <defaultexcludes default="true"/>
     <gzip destfile="${dist.base.source}/${dist.name}-src.tar.gz"
       src="${dist.base.source}/${dist.name}-src.tar"/>
     <bzip2 destfile="${dist.base.source}/${dist.name}-src.tar.bz2"

Reply via email to