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 2016/01/25 18:45:02 UTC

[27/57] [abbrv] incubator-geode git commit: GEODE-12: the apply grgit would fail if the script is run outside of git work directory. Add the pulseversion.properties into rat ignore since this is created at build time.

GEODE-12: the apply grgit would fail if the script is run outside of git work directory. Add the pulseversion.properties into rat ignore since this is created at build time.

(cherry picked from commit f1309a426c37f3389e30309e27ececd375234234)


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

Branch: refs/heads/feature/GEODE-819
Commit: a4dcef0133c065ff3f8768568908fe83c4633436
Parents: 1322d96
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Fri Jan 15 09:29:55 2016 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Thu Jan 21 14:31:20 2016 -0800

----------------------------------------------------------------------
 gemfire-pulse/build.gradle | 1 -
 gradle/rat.gradle          | 7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a4dcef01/gemfire-pulse/build.gradle
----------------------------------------------------------------------
diff --git a/gemfire-pulse/build.gradle b/gemfire-pulse/build.gradle
index 1609d50..b29f99e 100755
--- a/gemfire-pulse/build.gradle
+++ b/gemfire-pulse/build.gradle
@@ -27,7 +27,6 @@ buildscript {
 }
 
 apply plugin: 'war'
-apply plugin: 'org.ajoberstar.grgit'
 
 def resDir="$projectDir/src/main/resources"
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/a4dcef01/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index b0946b7..07cb2f1 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -80,6 +80,7 @@ rat {
     'gemfire-spark-connector/project/plugins.sbt',
     'gemfire-spark-connector/project/build.properties',
     '**/log4j2*.xml',
+    'gemfire-pulse/src/main/resources/pulseversion.properties',
 
     // these are test files that don't expect the first element to be a comment
     'gemfire-core/src/test/resources/com/gemstone/gemfire/management/internal/configuration/domain/CacheElementJUnitTest.xml',
@@ -124,6 +125,7 @@ rat {
 
     // Public Domain http://meyerweb.com/eric/tools/css/reset/
     'gemfire-web-api/src/main/webapp/docs/css/reset.css',
+    'gemfire-pulse/src/main/webapp/scripts/lib/tooltip.js',
 
     // JSON License - permissive, used for Good, not Evil
     'gemfire-json/src/main/java/org/json/CDL.java',
@@ -194,9 +196,6 @@ rat {
     'gemfire-web-api/src/main/webapp/docs/css/screen.css',
     'gemfire-web-api/src/main/webapp/docs/swagger-ui.js',
     'gemfire-web-api/src/main/webapp/docs/swagger-ui.min.js',
-    'gemfire-pulse/src/main/webapp/scripts/multiselect/prettify.js',
-
-    // public domain
-    'gemfire-pulse/src/main/webapp/scripts/lib/tooltip.js'
+    'gemfire-pulse/src/main/webapp/scripts/multiselect/prettify.js'
   ]
 }