Repository: ignite Updated Branches: refs/heads/ignite-6149 6de99efa5 -> a02bf51e5
removed excluding ML sources from assembly file - Fixes #2310. Signed-off-by: Alexey Goncharuk <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/9cd966a7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9cd966a7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9cd966a7 Branch: refs/heads/ignite-6149 Commit: 9cd966a702faff32f6efc7fe9e05294b52ecfffc Parents: 1a2dde9 Author: oleg-ostanin <[email protected]> Authored: Mon Jul 17 16:30:04 2017 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Mon Jul 17 16:30:04 2017 +0300 ---------------------------------------------------------------------- assembly/release-fabric-base.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/9cd966a7/assembly/release-fabric-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml index 7484dfa..5007785 100644 --- a/assembly/release-fabric-base.xml +++ b/assembly/release-fabric-base.xml @@ -239,7 +239,6 @@ <excludes> <exclude>**/package.html</exclude> <exclude>src/test/**</exclude> - <exclude>src/main/ml/**</exclude> </excludes> </fileSet>
