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/04 10:11:31 UTC

ignite git commit: IGNITE-1364: Fixing RAT.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1364-1 2ca66975c -> e0337f55b


IGNITE-1364: Fixing RAT.


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

Branch: refs/heads/ignite-1364-1
Commit: e0337f55be091b78ec96fff3abc332dae6656227
Parents: 2ca6697
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Sep 4 11:12:06 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Sep 4 11:12:06 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/e0337f55/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5e3aa8f..69b0cd0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -755,7 +755,11 @@
                                         <exclude>**/*.vcxproj.filters</exclude>
                                         <exclude>**/*.sln</exclude>
                                         <exclude>**/*.slnrel</exclude>
+                                        <exclude>**/*.opensdf</exclude>
                                         <exclude>**/module.def</exclude>
+                                        <exclude>**/teamcity_boost.cpp</exclude>
+                                        <exclude>**/teamcity_messages.h</exclude>
+                                        <exclude>**/teamcity_messages.cpp</exclude>
                                     </excludes>
                                 </configuration>
                             </execution>