IGNITE-90 New logo (Ignite)
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b5201b49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b5201b49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b5201b49 Branch: refs/heads/ignite-gg9499 Commit: b5201b49df7e6305ae584cb07f1ce933d4611aa2 Parents: a1fc473 Author: avinogradov <avinogra...@gridgain.com> Authored: Wed Jan 14 16:01:03 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Wed Jan 14 16:01:03 2015 +0300 ---------------------------------------------------------------------- .../router/impl/GridRouterCommandLineStartup.java | 8 ++++---- .../java/org/gridgain/grid/kernal/GridKernal.java | 16 ++++++++-------- .../org/gridgain/grid/hadoop/GridHadoopSetup.java | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b5201b49/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java index 4a03f9c..a50f20f 100644 --- a/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java +++ b/modules/core/src/main/java/org/gridgain/client/router/impl/GridRouterCommandLineStartup.java @@ -92,10 +92,10 @@ public class GridRouterCommandLineStartup { */ public static void main(String[] args) throws IgniteCheckedException { X.println( - " _____ _ _______ _ ", - " / ___/____(_)___/ / ___/___ _(_)___ ", - "/ (_ // __/ // _ / (_ // _ `/ // _ \\ ", - "\\___//_/ /_/ \\_,_/\\___/ \\_,_/_//_//_/", + " __________ ________________ ", + " / _/ ___/ |/ / _/_ __/ __/ ", + " _/ // (_ / // / / / / _/ ", + "/___/\\___/_/|_/___/ /_/ /___/ ", " ", "GridGain Router Command Line Loader", "ver. " + ACK_VER, http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b5201b49/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java index 5359353..18b413f 100644 --- a/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java +++ b/modules/core/src/main/java/org/gridgain/grid/kernal/GridKernal.java @@ -1693,10 +1693,10 @@ public class GridKernal extends ClusterGroupAdapter implements GridEx, IgniteMBe // Font name "Small Slant" if (log.isQuiet()) { U.quiet(false, - " _____ _ _______ _ ", - " / ___/____(_)___/ / ___/___ _(_)___ ", - "/ (_ // __/ // _ / (_ // _ `/ // _ \\ ", - "\\___//_/ /_/ \\_,_/\\___/ \\_,_/_//_//_/", + " __________ ________________ ", + " / _/ ___/ |/ / _/_ __/ __/ ", + " _/ // (_ / // / / / / _/ ", + "/___/\\___/_/|_/___/ /_/ /___/ ", " ", ver, COPYRIGHT, @@ -1713,10 +1713,10 @@ public class GridKernal extends ClusterGroupAdapter implements GridEx, IgniteMBe if (log.isInfoEnabled()) { log.info(NL + NL + - ">>> _____ _ _______ _ " + NL + - ">>> / ___/____(_)___/ / ___/___ _(_)___ " + NL + - ">>> / (_ // __/ // _ / (_ // _ `/ // _ \\ " + NL + - ">>> \\___//_/ /_/ \\_,_/\\___/ \\_,_/_//_//_/" + NL + + ">>> __________ ________________ " + NL + + ">>> / _/ ___/ |/ / _/_ __/ __/ " + NL + + ">>> _/ // (_ / // / / / / _/ " + NL + + ">>> /___/\\___/_/|_/___/ /_/ /___/ " + NL + ">>> " + NL + ">>> " + ver + NL + ">>> " + COPYRIGHT + NL http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b5201b49/modules/hadoop/src/main/java/org/gridgain/grid/hadoop/GridHadoopSetup.java ---------------------------------------------------------------------- diff --git a/modules/hadoop/src/main/java/org/gridgain/grid/hadoop/GridHadoopSetup.java b/modules/hadoop/src/main/java/org/gridgain/grid/hadoop/GridHadoopSetup.java index 1ccf5d2..75f6263 100644 --- a/modules/hadoop/src/main/java/org/gridgain/grid/hadoop/GridHadoopSetup.java +++ b/modules/hadoop/src/main/java/org/gridgain/grid/hadoop/GridHadoopSetup.java @@ -41,10 +41,10 @@ public class GridHadoopSetup { */ public static void main(String[] ignore) throws IOException { X.println( - " _____ _ _______ _ ", - " / ___/____(_)___/ / ___/___ _(_)___ ", - "/ (_ // __/ // _ / (_ // _ `/ // _ \\ ", - "\\___//_/ /_/ \\_,_/\\___/ \\_,_/_//_//_/", + " __________ ________________ ", + " / _/ ___/ |/ / _/_ __/ __/ ", + " _/ // (_ / // / / / / _/ ", + "/___/\\___/_/|_/___/ /_/ /___/ ", " for Apache Hadoop ", " ");