Repository: ignite Updated Branches: refs/heads/ignite-1.4 55027dc77 -> 3e09aa340
Fixed RAT. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/3e09aa34 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/3e09aa34 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/3e09aa34 Branch: refs/heads/ignite-1.4 Commit: 3e09aa340e6b9d5dac5428305501e11f87af3aa5 Parents: 55027dc Author: vozerov-gridgain <[email protected]> Authored: Mon Sep 7 12:47:05 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Sep 7 12:47:05 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/3e09aa34/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index eba7390..015d92f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -748,6 +748,7 @@ <exclude>src/test/portables/repo/org/apache/ignite/portable/test2/1.1/test2-1.1.jar</exclude> <exclude>**/Makefile.am</exclude> <exclude>**/configure.ac</exclude> + <exclude>**/*.sln</exclude> <exclude>**/*.vcxproj</exclude> <exclude>**/*.vcxproj.filters</exclude> <exclude>**/module.def</exclude>
