Repository: mahout Updated Branches: refs/heads/master 242c1e23b -> afeff1e39
MAHOUT-1787: compute-classpath scripts are not being packaged into the binary distributions Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/afeff1e3 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/afeff1e3 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/afeff1e3 Branch: refs/heads/master Commit: afeff1e39a74de08d6a25cbdb80d2b08e5b345b5 Parents: 242c1e2 Author: smarthi <[email protected]> Authored: Fri Nov 6 12:54:42 2015 -0500 Committer: smarthi <[email protected]> Committed: Fri Nov 6 12:55:17 2015 -0500 ---------------------------------------------------------------------- distribution/src/main/assembly/bin.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/afeff1e3/distribution/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml index 3e28a53..c5d7186 100644 --- a/distribution/src/main/assembly/bin.xml +++ b/distribution/src/main/assembly/bin.xml @@ -229,9 +229,6 @@ <fileSet> <directory>${project.basedir}/../bin</directory> <outputDirectory>bin</outputDirectory> - <includes> - <include>mahout</include> - </includes> <fileMode>0755</fileMode> <directoryMode>0755</directoryMode> </fileSet>
