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-1281 Commit: 321b78a758450a5bf45d3fdeca42e88edca549c4 Parents: ff666ca Author: Alexey Goncharuk <[email protected]> Authored: Mon Aug 24 12:19:15 2015 -0700 Committer: Alexey Goncharuk <[email protected]> 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>
