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/09/15 20:17:48 UTC

incubator-geode git commit: GEODE-37: update formatters to include org.apache.geode

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 880240499 -> 17a4348f7


GEODE-37: update formatters to include org.apache.geode

Imports of com.gemstone are still in the formatters and will be listed
at the very bottom. Next up bottom will be listed org.apache.geode.


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

Branch: refs/heads/develop
Commit: 17a4348f786cea900fea6577485374e88dc45b2e
Parents: 8802404
Author: Kirk Lund <kl...@apache.org>
Authored: Thu Sep 15 13:12:35 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Thu Sep 15 13:12:35 2016 -0700

----------------------------------------------------------------------
 etc/eclipseOrganizeImports.importorder | 5 +++--
 etc/intellijIdeaCodeStyle.xml          | 2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/17a4348f/etc/eclipseOrganizeImports.importorder
----------------------------------------------------------------------
diff --git a/etc/eclipseOrganizeImports.importorder b/etc/eclipseOrganizeImports.importorder
index 01999e8..de96cae 100644
--- a/etc/eclipseOrganizeImports.importorder
+++ b/etc/eclipseOrganizeImports.importorder
@@ -1,6 +1,7 @@
 #Organize Import Order
-#Thu Jun 09 15:31:09 PDT 2016
-4=com.gemstone
+#Thu Sep 15 13:10:33 PDT 2016
+5=com.gemstone
+4=org.apache.geode
 3=
 2=javax
 1=java

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/17a4348f/etc/intellijIdeaCodeStyle.xml
----------------------------------------------------------------------
diff --git a/etc/intellijIdeaCodeStyle.xml b/etc/intellijIdeaCodeStyle.xml
index 65d6a31..5b01917 100755
--- a/etc/intellijIdeaCodeStyle.xml
+++ b/etc/intellijIdeaCodeStyle.xml
@@ -30,6 +30,8 @@
       <emptyLine />
       <package name="" withSubpackages="true" static="false" />
       <emptyLine />
+      <package name="org.apache.geode" withSubpackages="true" static="false" />
+      <emptyLine />
       <package name="com.gemstone" withSubpackages="true" static="false" />
     </value>
   </option>