You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2015/12/14 19:06:40 UTC

[07/48] incubator-geode git commit: GEODE-608: Exclude cache element xml to prevent failing test

GEODE-608: Exclude cache element xml to prevent failing test


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c9f677b4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c9f677b4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c9f677b4

Branch: refs/heads/feature/GEODE-217
Commit: c9f677b49deed0aac6741f731f3b842821a7d512
Parents: 3da5bcc
Author: Anthony Baker <ab...@pivotal.io>
Authored: Wed Dec 9 14:30:30 2015 -0800
Committer: Anthony Baker <ab...@pivotal.io>
Committed: Thu Dec 10 09:44:57 2015 -0800

----------------------------------------------------------------------
 gradle/rat.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c9f677b4/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 96d1944..ab2da4c 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -58,6 +58,7 @@ rat {
     'gemfire-spark-connector/project/plugins.sbt',
     'gemfire-spark-connector/project/build.properties',
     '**/log4j2*.xml',
+    'gemfire-core/src/test/resources/com/gemstone/gemfire/management/internal/configuration/domain/CacheElementJUnitTest.xml',
  
     // ANTLR generated files
     'gemfire-core/src/main/java/com/gemstone/gemfire/cache/query/internal/parse/OQLLexer.java',