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 2016/02/05 13:25:39 UTC

[03/14] ignite git commit: fixed rat

fixed rat


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

Branch: refs/heads/ignite-2329-1
Commit: 975966c96f05fb04ab759bc01ebef73f8727bc40
Parents: f85d2e6
Author: Yakov Zhdanov <yz...@gridgain.com>
Authored: Wed Jan 27 19:22:14 2016 +0300
Committer: Yakov Zhdanov <yz...@gridgain.com>
Committed: Wed Jan 27 19:22:14 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/975966c9/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4497d01..4cbc556 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -830,6 +830,7 @@
                                         <exclude>**/NOTICE*</exclude>
                                         <exclude>**/LICENSE*</exclude>
                                         <exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--BSD license-->
+                                        <exclude>src/main/java/org/apache/ignite/internal/util/nio/SelectedSelectionKeySet.java</exclude><!-- Apache 2.0 license -->
                                         <exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--BSD license-->
                                         <exclude>src/main/java/org/jsr166/*.java</exclude>
                                         <exclude>src/test/java/org/apache/ignite/p2p/p2p.properties</exclude><!--test depends on file content-->