Repository: ignite Updated Branches: refs/heads/ignite-1770 0356a86cd -> 8e5ca8404
IGNITE-1770: Fixing RAT. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/8e5ca840 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/8e5ca840 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/8e5ca840 Branch: refs/heads/ignite-1770 Commit: 8e5ca84049a04851a1ef4674efffbe344e16ef77 Parents: 0356a86 Author: vozerov-gridgain <[email protected]> Authored: Fri Oct 30 09:21:17 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Fri Oct 30 09:21:17 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/8e5ca840/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 71a8716..06dfd70 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -739,16 +739,11 @@ <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/main/dotnet/Apache.Ignite.sln.DotSettings</exclude> + <!--platforms--> <exclude>src/main/java/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory</exclude> <exclude>src/main/resources/META-INF/services/org.apache.ignite.internal.processors.platform.PlatformBootstrapFactory</exclude> - <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> - <!--platforms--> <exclude>**/META-INF/services/*.PlatformBootstrapFactory</exclude> <exclude>**/Makefile.am</exclude> <exclude>**/configure.ac</exclude> @@ -762,6 +757,7 @@ <exclude>**/*.vcxproj</exclude> <exclude>**/*.vcxprojrel</exclude> <exclude>**/*.vcxproj.filters</exclude> + <exclude>**/mkbuild.cmd</exclude> <exclude>**/module.def</exclude> <exclude>**/*.fxcop</exclude> <exclude>**/*.metaproj</exclude>
