This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 7f07e65 Fix package target: need to copy src/packages folder on 3.4
7f07e65 is described below
commit 7f07e650ce98640c61941cb33eaeeb2ca7aecc56
Author: Andor Molnar <[email protected]>
AuthorDate: Wed Feb 20 12:57:54 2019 +0100
Fix package target: need to copy src/packages folder on 3.4
This was removed by mistake, but it's only needed on 3.4
On master and 3.5 we don't ship redhat/debian files anymore.
Author: Andor Molnar <[email protected]>
Reviewers: [email protected]
Closes #827 from anmolnar/fix_bin_package
---
build.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index e7bfacb..91f4ee1 100644
--- a/build.xml
+++ b/build.xml
@@ -838,7 +838,11 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle">
<copy todir="${dist.dir}/zookeeper-server/src/main/resources">
<fileset file="${java.server.resources.dir}/pom.template"/>
</copy>
-
+
+ <copy todir="${dist.dir}/src" includeEmptyDirs="true">
+ <fileset dir="src" excludes="**/*.template **/docs/build/**/*
**/ivy*.jar"/>
+ </copy>
+
<chmod perm="ugo+x" type="file" parallel="false">
<fileset dir="${dist.dir}/bin"/>
<fileset dir="${dist.dir}/zookeeper-contrib/">