Repository: ant-antlibs-common
Updated Branches:
  refs/heads/master 41b5a89fa -> d79305787


don't ignore .git config files


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/d7930578
Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/d7930578
Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/d7930578

Branch: refs/heads/master
Commit: d79305787cd6786e0e5148a5f31c7c744b11f9ca
Parents: 41b5a89
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon Jun 18 21:22:27 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon Jun 18 21:23:57 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/d7930578/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d183d19..d58cf1c 100644
--- a/build.xml
+++ b/build.xml
@@ -258,8 +258,11 @@
     description="--> creates a source distribution">
 
     <mkdir dir="${src.dist.dir}"/>
+    <defaultexcludes remove="**/.gitignore"/>
+    <defaultexcludes remove="**/.gitmodules"/>
     <copy todir="${src.dist.dir}">
       <fileset dir=".">
+        <include name=".gitattributes"/>
         <include name=".gitignore"/>
         <include name=".gitmodules"/>
         <include name="INSTALL"/>
@@ -283,6 +286,7 @@
       </fileset>
       <fileset file="${target.pom}"/>
     </copy>
+    <defaultexcludes default="true"/>
 
     <fixcrlf srcdir="${src.dist.dir}" eol="dos" includes="*.bat,*.cmd"/>
     <fixcrlf srcdir="${src.dist.dir}" eol="unix">

Reply via email to