You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2017/06/07 16:06:06 UTC

ant-antlibs-common git commit: also include POM in source distribution, if present

Repository: ant-antlibs-common
Updated Branches:
  refs/heads/master 0f06e4faa -> 947b80117


also include POM in source distribution, if present


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

Branch: refs/heads/master
Commit: 947b801178453b9aef9d4d891149065664d14a1c
Parents: 0f06e4f
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Jun 7 18:05:39 2017 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Jun 7 18:05:39 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/947b8011/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index dc279ba..08f3b47 100644
--- a/build.xml
+++ b/build.xml
@@ -273,6 +273,7 @@
         <include name="version.properties"/>
         <include name="build.properties"/>
         <include name="ivy.xml"/>
+        <include name="project-template.pom"/>
       </fileset>
       <fileset dir="common">
         <include name="LICENSE"/>