You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/02 10:12:21 UTC

ignite git commit: Fixing RAT.

Repository: ignite
Updated Branches:
  refs/heads/master 5a948dcb6 -> 4ab1b4767


Fixing RAT.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4ab1b476
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4ab1b476
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4ab1b476

Branch: refs/heads/master
Commit: 4ab1b47670bf41bc13ba72d1666297a3e8cabc46
Parents: 5a948dc
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Sep 2 11:12:57 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Sep 2 11:12:57 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/4ab1b476/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 472d4ff..2380b08 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -740,12 +740,10 @@
                                         <exclude>src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj</exclude>
                                         <exclude>src/test/portables/repo/org/apache/ignite/portable/test1/1.1/test1-1.1.jar</exclude>
                                         <exclude>src/test/portables/repo/org/apache/ignite/portable/test2/1.1/test2-1.1.jar</exclude>
-                                        <exclude>src/main/cpp/common/project/vs/common.vcxproj</exclude>
-                                        <exclude>src/main/cpp/common/project/vs/common.vcxproj.filters</exclude>
                                         <exclude>**/Makefile.am</exclude>
                                         <exclude>**/configure.ac</exclude>
-                                        <exclude>**/*.vcsproj</exclude>
-                                        <exclude>**/*.vcsproj.filters</exclude>
+                                        <exclude>**/*.vcxproj</exclude>
+                                        <exclude>**/*.vcxproj.filters</exclude>
                                         <exclude>**/module.def</exclude>
                                         <exclude>**/ignite-common.pc.in</exclude>
                                     </excludes>