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/08/25 09:14:02 UTC

[02/18] ignite git commit: master - Fixed RAT excludes.

master - Fixed RAT excludes.


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

Branch: refs/heads/ignite-1288
Commit: 321b78a758450a5bf45d3fdeca42e88edca549c4
Parents: ff666ca
Author: Alexey Goncharuk <ag...@gridgain.com>
Authored: Mon Aug 24 12:19:15 2015 -0700
Committer: Alexey Goncharuk <ag...@gridgain.com>
Committed: Mon Aug 24 12:19:15 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/321b78a7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index efa6494..49aa36f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -725,6 +725,10 @@
                                         <exclude>ipc/shmem/igniteshmem/.deps/*</exclude><!--tmp files-->
                                         <exclude>ipc/shmem/igniteshmem/libigniteshmem.la</exclude><!--tmp (not under VCS)-->
                                         <exclude>ipc/shmem/igniteshmem/libigniteshmem_la-org_apache_ignite_internal_util_ipc_shmem_IpcSharedMemoryUtils.lo</exclude><!--tmp (not under VCS)-->
+                                        <!--platform-->
+                                        <exclude>src/main/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj</exclude>
+                                        <exclude>src/main/dotnet/Apache.Ignite.sln</exclude>
+                                        <exclude>src/test/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj</exclude>
                                     </excludes>
                                 </configuration>
                             </execution>