Repository: ignite Updated Branches: refs/heads/ignite-1653 9be5d898c -> 0456b7b15
IGNITE-1653 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/0456b7b1 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/0456b7b1 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/0456b7b1 Branch: refs/heads/ignite-1653 Commit: 0456b7b154c5e8d6fb500c78a90a29f818ee959d Parents: 9be5d89 Author: Anton Vinogradov <[email protected]> Authored: Wed Oct 21 15:50:53 2015 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed Oct 21 15:50:53 2015 +0300 ---------------------------------------------------------------------- assembly/release-fabric-base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/0456b7b1/assembly/release-fabric-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric-base.xml b/assembly/release-fabric-base.xml index 45f1ec0..825ac41 100644 --- a/assembly/release-fabric-base.xml +++ b/assembly/release-fabric-base.xml @@ -103,7 +103,7 @@ <excludes> <exclude>**/package.html</exclude> <exclude>src/test/**</exclude> - <exclude>hibernate/**</exclude> + <exclude>config/hibernate/**</exclude> <exclude>src/main/java-lgpl/**</exclude> </excludes> </fileSet>
