Repository: mahout Updated Branches: refs/heads/master ba37a8aa2 -> a2cbd1570
MAHOUT-1910: Remove .zip archive from build Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/a2cbd157 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/a2cbd157 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/a2cbd157 Branch: refs/heads/master Commit: a2cbd15709e8f5789711d171afc5206fa6ec63ed Parents: ba37a8a Author: Andrew Musselman <[email protected]> Authored: Fri Feb 24 14:27:05 2017 -0800 Committer: Andrew Musselman <[email protected]> Committed: Fri Feb 24 14:27:05 2017 -0800 ---------------------------------------------------------------------- distribution/src/main/assembly/bin.xml | 1 - distribution/src/main/assembly/src.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/a2cbd157/distribution/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml index c50ac15..2fc48e3 100644 --- a/distribution/src/main/assembly/bin.xml +++ b/distribution/src/main/assembly/bin.xml @@ -22,7 +22,6 @@ <formats> <format>dir</format> <format>tar.gz</format> - <format>zip</format> </formats> <fileSets> http://git-wip-us.apache.org/repos/asf/mahout/blob/a2cbd157/distribution/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/src.xml b/distribution/src/main/assembly/src.xml index ee1488c..0bb8e8b 100644 --- a/distribution/src/main/assembly/src.xml +++ b/distribution/src/main/assembly/src.xml @@ -22,7 +22,6 @@ <formats> <format>dir</format> <format>tar.gz</format> - <format>zip</format> </formats> <fileSets> <fileSet>
