Revert "removed excluding ML sources from assembly file - Fixes #2310."
This reverts commit 219f28948d22a36f9292ae34b02e18171486d3cc. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e88fcd8d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e88fcd8d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e88fcd8d Branch: refs/heads/ignite-5757 Commit: e88fcd8d228e2f15187ff05218f3afb242c65fed Parents: 219f289 Author: devozerov <[email protected]> Authored: Mon Jul 17 17:13:16 2017 +0300 Committer: devozerov <[email protected]> Committed: Mon Jul 17 17:13:16 2017 +0300 ---------------------------------------------------------------------- assembly/release-fabric-base.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e88fcd8d/assembly/release-fabric-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml index 5007785..7484dfa 100644 --- a/assembly/release-fabric-base.xml +++ b/assembly/release-fabric-base.xml @@ -239,6 +239,7 @@ <excludes> <exclude>**/package.html</exclude> <exclude>src/test/**</exclude> + <exclude>src/main/ml/**</exclude> </excludes> </fileSet>
