You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/06/15 16:17:36 UTC

[03/33] incubator-geode git commit: GEODE-1416: rename profiles to be Apache Geode

GEODE-1416: rename profiles to be 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/36184d55
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/36184d55
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/36184d55

Branch: refs/heads/feature/GEODE-420
Commit: 36184d5596f83dc9a9fbfd3a6eb9bddbad12aa18
Parents: 94a4b4a
Author: Kirk Lund <kl...@pivotal.io>
Authored: Thu Jun 9 15:53:08 2016 -0700
Committer: Kirk Lund <kl...@pivotal.io>
Committed: Thu Jun 9 15:53:08 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/36184d55/etc/eclipseFormatterProfile.xml
----------------------------------------------------------------------
diff --git a/etc/eclipseFormatterProfile.xml b/etc/eclipseFormatterProfile.xml
index aa83bdb..ead2f39 100755
--- a/etc/eclipseFormatterProfile.xml
+++ b/etc/eclipseFormatterProfile.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <profiles version="12">
-<profile kind="CodeFormatterProfile" name="Geode" version="12">
+<profile kind="CodeFormatterProfile" name="Apache Geode" version="12">
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
 <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/36184d55/etc/intellijIdeaCodeStyle.xml
----------------------------------------------------------------------
diff --git a/etc/intellijIdeaCodeStyle.xml b/etc/intellijIdeaCodeStyle.xml
index 0c3a6d70..65d6a31 100755
--- a/etc/intellijIdeaCodeStyle.xml
+++ b/etc/intellijIdeaCodeStyle.xml
@@ -1,4 +1,4 @@
-<code_scheme name="geodeCodeStyleScheme">
+<code_scheme name="Apache Geode">
   <option name="OTHER_INDENT_OPTIONS">
     <value>
       <option name="INDENT_SIZE" value="2" />