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

[74/90] [abbrv] incubator-geode git commit: Adding etc/eclipseOrganizeImports.importorder to rat excludes

Adding etc/eclipseOrganizeImports.importorder to rat excludes


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

Branch: refs/heads/feature/GEODE-93
Commit: 1f74453db3a6237ffe8fbdf33e7ca05372d291e3
Parents: 36184d5
Author: Dan Smith <up...@apache.org>
Authored: Thu Jun 9 17:45:13 2016 -0700
Committer: Dan Smith <up...@apache.org>
Committed: Thu Jun 9 17:45:42 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1f74453d/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index f507993..93cb91c 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -46,6 +46,7 @@ rat {
     // IDE
     'etc/eclipseFormatterProfile.xml',
     'etc/intellijIdeaCodeStyle.xml',
+    'etc/eclipseOrganizeImports.importorder', 
     '**/.project',
     '**/.classpath',
     '**/.settings/**',