# ignite-164 : GridGain->Ignite inside bin/ comments and strings
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/180388fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/180388fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/180388fd Branch: refs/heads/sprint-1 Commit: 180388fd959114e1b89373dd294a39cb6e41a44b Parents: 9a10c4c Author: Artem Shutak <ashu...@gridgain.com> Authored: Thu Feb 5 17:25:40 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Thu Feb 5 17:25:40 2015 +0300 ---------------------------------------------------------------------- bin/ignite.bat | 4 ++-- bin/ignite.sh | 2 +- bin/ignitevisorcmd.bat | 6 +++--- bin/ignitevisorcmd.sh | 2 +- bin/include/functions.sh | 4 ++-- bin/include/parseargs.bat | 2 +- bin/include/setenv.bat | 8 ++++---- bin/include/setenv.sh | 4 ++-- bin/setup-hadoop.bat | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/ignite.bat ---------------------------------------------------------------------- diff --git a/bin/ignite.bat b/bin/ignite.bat index 6f43c4f..d99f52d 100644 --- a/bin/ignite.bat +++ b/bin/ignite.bat @@ -69,9 +69,9 @@ goto checkIgniteHome2 :checkIgniteHome3 if exist "%IGNITE_HOME%\config" goto checkIgniteHome4 - echo %0, ERROR: GridGain installation folder is not found or IGNITE_HOME environment variable is not valid. + echo %0, ERROR: Ignite installation folder is not found or IGNITE_HOME environment variable is not valid. echo Please create IGNITE_HOME environment variable pointing to location of - echo GridGain installation folder. + echo Ignite installation folder. goto error_finish :checkIgniteHome4 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/ignite.sh ---------------------------------------------------------------------- diff --git a/bin/ignite.sh b/bin/ignite.sh index bb60ace..986edd2 100755 --- a/bin/ignite.sh +++ b/bin/ignite.sh @@ -75,7 +75,7 @@ findAvailableJmxPort osname=`uname` if [ "${DOCK_OPTS}" == "" ]; then - DOCK_OPTS="-Xdock:name=GridGain Node" + DOCK_OPTS="-Xdock:name=Ignite Node" fi # http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/ignitevisorcmd.bat ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.bat b/bin/ignitevisorcmd.bat index bf05adc..a6b0317 100644 --- a/bin/ignitevisorcmd.bat +++ b/bin/ignitevisorcmd.bat @@ -14,7 +14,7 @@ :: limitations under the License. :: -:: Starts GridGain Visor Console. +:: Starts Ignite Visor Console. :: @echo off @@ -65,9 +65,9 @@ goto checkIgniteHome2 :checkIgniteHome3 if exist "%IGNITE_HOME%\config" goto checkIgniteHome4 - echo %0, ERROR: GridGain installation folder is not found or IGNITE_HOME environment variable is not valid. + echo %0, ERROR: Ignite installation folder is not found or IGNITE_HOME environment variable is not valid. echo Please create IGNITE_HOME environment variable pointing to location of - echo GridGain installation folder. + echo Ignite installation folder. goto error_finish :checkIgniteHome4 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/ignitevisorcmd.sh ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh index 41ed014..f033daf 100755 --- a/bin/ignitevisorcmd.sh +++ b/bin/ignitevisorcmd.sh @@ -62,7 +62,7 @@ JVM_OPTS="-Xms1g -Xmx1g -XX:MaxPermSize=128M -server ${JVM_OPTS}" osname=`uname` if [ "${DOCK_OPTS}" == "" ]; then - DOCK_OPTS="-Xdock:name=Visor - GridGain Shell Console" + DOCK_OPTS="-Xdock:name=Visor - Ignite Shell Console" fi # http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/include/functions.sh ---------------------------------------------------------------------- diff --git a/bin/include/functions.sh b/bin/include/functions.sh index 96dcd82..fbc85b1 100755 --- a/bin/include/functions.sh +++ b/bin/include/functions.sh @@ -91,8 +91,8 @@ setIgniteHome() { # if [ ! -d "${IGNITE_HOME}/config" ]; then echo $0", ERROR:" - echo "GridGain installation folder is not found or IGNITE_HOME environment variable is not valid." - echo "Please create IGNITE_HOME environment variable pointing to location of GridGain installation folder." + echo "Ignite installation folder is not found or IGNITE_HOME environment variable is not valid." + echo "Please create IGNITE_HOME environment variable pointing to location of Ignite installation folder." exit 1 fi http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/include/parseargs.bat ---------------------------------------------------------------------- diff --git a/bin/include/parseargs.bat b/bin/include/parseargs.bat index c62a6a2..f46d237 100644 --- a/bin/include/parseargs.bat +++ b/bin/include/parseargs.bat @@ -16,7 +16,7 @@ @echo off :: -:: Parses command line parameters into GridGain variables that are common for the launcher scripts: +:: Parses command line parameters into Ignite variables that are common for the launcher scripts: :: CONFIG :: INTERACTIVE :: QUIET http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/include/setenv.bat ---------------------------------------------------------------------- diff --git a/bin/include/setenv.bat b/bin/include/setenv.bat index f480058..58e65cf 100644 --- a/bin/include/setenv.bat +++ b/bin/include/setenv.bat @@ -14,7 +14,7 @@ :: limitations under the License. :: -:: Exports IGNITE_LIBS variable containing classpath for GridGain. +:: Exports IGNITE_LIBS variable containing classpath for Ignite. :: Expects IGNITE_HOME to be set. :: Can be used like: :: call %IGNITE_HOME%\bin\include\setenv.bat @@ -30,13 +30,13 @@ :: Check IGNITE_HOME. :: if defined IGNITE_HOME goto run - echo %0, ERROR: GridGain installation folder is not found. + echo %0, ERROR: Ignite installation folder is not found. echo Please create IGNITE_HOME environment variable pointing to location of - echo GridGain installation folder. + echo Ignite installation folder. goto :eof :run -:: The following libraries are required for GridGain. +:: The following libraries are required for Ignite. set IGNITE_LIBS=%IGNITE_HOME%\libs\* for /D %%F in (%IGNITE_HOME%\libs\*) do if not "%%F" == "%IGNITE_HOME%\libs\optional" call :concat %%F\* http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/include/setenv.sh ---------------------------------------------------------------------- diff --git a/bin/include/setenv.sh b/bin/include/setenv.sh index a7f07b6..729d704 100755 --- a/bin/include/setenv.sh +++ b/bin/include/setenv.sh @@ -26,9 +26,9 @@ # Check IGNITE_HOME. # if [ "${IGNITE_HOME}" = "" ]; then - echo $0", ERROR: GridGain installation folder is not found." + echo $0", ERROR: Ignite installation folder is not found." echo "Please create IGNITE_HOME variable pointing to location of" - echo "GridGain installation folder." + echo "Ignite installation folder." exit 1 fi http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/180388fd/bin/setup-hadoop.bat ---------------------------------------------------------------------- diff --git a/bin/setup-hadoop.bat b/bin/setup-hadoop.bat index ce0c03f..d68b8e0 100644 --- a/bin/setup-hadoop.bat +++ b/bin/setup-hadoop.bat @@ -14,7 +14,7 @@ :: limitations under the License. :: -:: Run this script to configure Hadoop client to work with GridGain. +:: Run this script to configure Hadoop client to work with Ignite. :: @echo off