Repository: zookeeper Updated Branches: refs/heads/branch-3.5 df1e50bbd -> 68b7dca59
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 (cherry picked from commit 5f60374d060c18ccad322c7f18883284dbac0fed) Signed-off-by: Michael Han <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/68b7dca5 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/68b7dca5 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/68b7dca5 Branch: refs/heads/branch-3.5 Commit: 68b7dca59cd717ba7bf798b29e33131b2973ebf0 Parents: df1e50b 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:49 2017 -0800 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/68b7dca5/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 67c504b..bd62aaa 100644 --- a/build.xml +++ b/build.xml @@ -785,6 +785,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"> @@ -901,6 +902,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">
