You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/04/22 02:38:48 UTC

[08/50] [abbrv] incubator-geode git commit: GEODE-902: Add MX4JModelMBean.java to rat excludes

GEODE-902: Add MX4JModelMBean.java to rat excludes

This file is licensed under the MX4J license [1] not ASLv2.

[1] http://mx4j.sourceforge.net/docs/ch01s06.html


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

Branch: refs/heads/master
Commit: 740578e5ca48f1f871dd397e276ac24c4dcd8bdf
Parents: 39722f3
Author: Anthony Baker <ab...@apache.org>
Authored: Wed Apr 6 12:32:25 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Wed Apr 6 12:32:25 2016 -0700

----------------------------------------------------------------------
 gradle/rat.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/740578e5/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index d795f66..f35b157 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -213,7 +213,10 @@ rat {
     'geode-web-api/src/main/webapp/docs/css/screen.css',
     'geode-web-api/src/main/webapp/docs/swagger-ui.js',
     'geode-web-api/src/main/webapp/docs/swagger-ui.min.js',
-    'geode-pulse/src/main/webapp/scripts/multiselect/prettify.js'
+    'geode-pulse/src/main/webapp/scripts/multiselect/prettify.js',
+
+    // MX4J License
+    'geode-core/src/main/java/com/gemstone/gemfire/admin/jmx/internal/MX4JModelMBean.java'
   ]
 }