Repository: zookeeper Updated Branches: refs/heads/master c2434883d -> 5f60374d0
ZOOKEEPER-2651: Missing src/pom.template in release Author: Rakesh Radhakrishnan <[email protected]> Reviewers: Edward Ribeiro <[email protected]>, Michael Han <[email protected]> Closes #145 from rakeshadr/ZOOKEEPER-2651 Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/5f60374d Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/5f60374d Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/5f60374d Branch: refs/heads/master Commit: 5f60374d060c18ccad322c7f18883284dbac0fed Parents: c243488 Author: Rakesh Radhakrishnan <[email protected]> Authored: Tue Jan 10 21:27:38 2017 -0800 Committer: Michael Han <[email protected]> Committed: Tue Jan 10 21:27:38 2017 -0800 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/5f60374d/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index aacf55a..03e752f 100644 --- a/build.xml +++ b/build.xml @@ -786,6 +786,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> <copy todir="${dist.dir}/src" includeEmptyDirs="true"> <fileset dir="src" excludes="**/*.template **/docs/build/**/* **/ivy*.jar"/> + <fileset file="src/pom.template"/> </copy> <chmod perm="ugo+x" type="file" parallel="false"> @@ -902,6 +903,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> <copy todir="${dist.dir}/src" includeEmptyDirs="true"> <fileset dir="src" excludes="**/*.template **/docs/build/**/* **/ivy*.jar"/> + <fileset file="src/pom.template"/> </copy> <chmod perm="ugo+x" type="file" parallel="false">
