Repository: incubator-ignite Updated Branches: refs/heads/ignite-sprint-3 060ccf201 -> 3c3931f50
sprint-3 - Updated streaming examples. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3c3931f5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3c3931f5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3c3931f5 Branch: refs/heads/ignite-sprint-3 Commit: 3c3931f5097c6779e7c3304f81dddb113848b0eb Parents: 060ccf2 Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Mon Apr 6 23:52:07 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Mon Apr 6 23:52:07 2015 -0700 ---------------------------------------------------------------------- DEVNOTES.txt | 2 +- parent/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3c3931f5/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index 3726774..041026d 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -35,7 +35,7 @@ To check license headers use: mvn clean validate -Pcheck-licenses -For more information (e.g. exclude list) see "check-licenses" profile in pom.xml. +For more information (e.g. exclude list) see "check-licenses" profile in "parent/pom.xml". Useful Release Commands http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3c3931f5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 5ba2437..f24f4ae 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -628,6 +628,7 @@ <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.empty</exclude><!--should be empty--> <exclude>src/test/java/org/apache/ignite/spi/deployment/uri/META-INF/ignite.brokenxml</exclude><!--test resource--> <exclude>src/test/java/org/apache/ignite/internal/processors/hadoop/books/*.txt</exclude><!--books examples--> + <exclude>examples/src/main/java/org/apache/ignite/examples/streaming/wordcount/*.txt</exclude><!--books examples--> <exclude>src/main/java/META-INF/services/javax.cache.spi.CachingProvider</exclude><!--cannot be changed--> <exclude>src/main/java/org/jetbrains/annotations/*.java</exclude><!--copyright--> <exclude>src/main/resources/META-INF/services/org.apache.hadoop.mapreduce.protocol.ClientProtocolProvider</exclude><!--cannot be changed-->