Repository: zookeeper
Updated Branches:
  refs/heads/branch-3.4 ff6a2be08 -> cded80270


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/cded8027
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/cded8027
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/cded8027

Branch: refs/heads/branch-3.4
Commit: cded802708fac417369affbd25bf9ad2016a904d
Parents: ff6a2be
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:58 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/cded8027/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index facf8c3..aec3aa5 100644
--- a/build.xml
+++ b/build.xml
@@ -763,6 +763,7 @@ xmlns:maven="antlib:org.apache.maven.artifact.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">
@@ -881,6 +882,7 @@ xmlns:maven="antlib:org.apache.maven.artifact.ant">
 
       <copy todir="${dist.dir}/src" includeEmptyDirs="true">
         <fileset dir="src" excludes="**/*.template **/docs/build/**/* 
**/ivy*.jar"/>
+        <fileset file="src/pom.template"/>
       </copy>
 
       <copy todir="${dist.dir}/${package.share.dir}/templates/conf">

Reply via email to