Repository: ant-antlibs-common Updated Branches: refs/heads/master 0936eaf50 -> 41b5a89fa
source distribution is incomplete 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/41b5a89f Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/41b5a89f Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/41b5a89f Branch: refs/heads/master Commit: 41b5a89fabba76b0e4a1064691517796b6ac7d42 Parents: 0936eaf Author: Stefan Bodewig <bode...@apache.org> Authored: Mon Jun 18 21:10:33 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Mon Jun 18 21:10:33 2018 +0200 ---------------------------------------------------------------------- build.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/41b5a89f/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 0a0564b..d183d19 100644 --- a/build.xml +++ b/build.xml @@ -260,20 +260,23 @@ <mkdir dir="${src.dist.dir}"/> <copy todir="${src.dist.dir}"> <fileset dir="."> - <include name="src/"/> - <include name="common/"/> - <include name="docs/"/> - <include name="README"/> + <include name=".gitignore"/> + <include name=".gitmodules"/> <include name="INSTALL"/> <include name="NOTICE"/> + <include name="README"/> <include name="TODO"/> + <include name="build.properties"/> + <include name="build.xml"/> <include name="changes.xml"/> + <include name="common/"/> <include name="contributors.xml"/> - <include name="build.xml"/> - <include name="version.properties"/> - <include name="build.properties"/> + <include name="docs/"/> <include name="ivy.xml"/> + <include name="prepare.xml"/> <include name="project-template.pom"/> + <include name="src/"/> + <include name="version.properties"/> </fileset> <fileset dir="common"> <include name="LICENSE"/>