[SYSTEML-479] Remove hadoop binaries from source distro
Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/5ecbbb9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/5ecbbb9c Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/5ecbbb9c Branch: refs/heads/master Commit: 5ecbbb9ce9f0c37eb4a83311ca731cedb4c0a3c0 Parents: a871a5a Author: Luciano Resende <[email protected]> Authored: Tue May 31 21:09:29 2016 -0700 Committer: Luciano Resende <[email protected]> Committed: Tue May 31 21:09:29 2016 -0700 ---------------------------------------------------------------------- src/assembly/source.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/5ecbbb9c/src/assembly/source.xml ---------------------------------------------------------------------- diff --git a/src/assembly/source.xml b/src/assembly/source.xml index b9f2de7..518bd3c 100644 --- a/src/assembly/source.xml +++ b/src/assembly/source.xml @@ -49,6 +49,8 @@ <exclude>**/target/**/*</exclude> <exclude>**/temp</exclude> <exclude>**/temp/**/*</exclude> + <!--SYSTEML-479 --> + <exclude>./src/test/config/hadoop_bin_windows/**</exclude> </excludes> </fileSet>
