# ignite-164 : the rest of GridGain renaming in comments
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5037d10c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5037d10c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5037d10c Branch: refs/heads/ignite-56 Commit: 5037d10caf0b3b623aa41b3ea73e4d983321f188 Parents: 7d86acb Author: Artem Shutak <[email protected]> Authored: Thu Feb 5 13:45:30 2015 +0300 Committer: Artem Shutak <[email protected]> Committed: Thu Feb 5 13:45:30 2015 +0300 ---------------------------------------------------------------------- bin/include/functions.sh | 4 ++-- bin/include/parseargs.sh | 2 +- bin/include/service.sh | 6 +++--- bin/include/setenv.sh | 2 +- bin/setup-hadoop.sh | 2 +- .../apache/ignite/cache/websession/GridWebSessionFilter.java | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5037d10c/bin/include/functions.sh ---------------------------------------------------------------------- diff --git a/bin/include/functions.sh b/bin/include/functions.sh index 7a7187c..5abb2f5 100755 --- a/bin/include/functions.sh +++ b/bin/include/functions.sh @@ -15,7 +15,7 @@ # limitations under the License. # -# This is a collection of utility functions to be used in other GridGain scripts. +# This is a collection of utility functions to be used in other Ignite scripts. # Before calling any function from this file you have to import it: # if [ "${IGNITE_HOME}" = "" ]; # then IGNITE_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; @@ -76,7 +76,7 @@ checkJava() { # # Discovers IGNITE_HOME environment variable. # The function expects IGNITE_HOME_TMP variable is set and points to the directory where the callee script resides. -# The function exports IGNITE_HOME variable with path to GridGain home directory. +# The function exports IGNITE_HOME variable with path to Ignite home directory. # setGridGainHome() { # http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5037d10c/bin/include/parseargs.sh ---------------------------------------------------------------------- diff --git a/bin/include/parseargs.sh b/bin/include/parseargs.sh index c213cfc..f8f7852 100755 --- a/bin/include/parseargs.sh +++ b/bin/include/parseargs.sh @@ -15,7 +15,7 @@ # limitations under the License. # -# 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/5037d10c/bin/include/service.sh ---------------------------------------------------------------------- diff --git a/bin/include/service.sh b/bin/include/service.sh index 1c4031e..b8e21a4 100755 --- a/bin/include/service.sh +++ b/bin/include/service.sh @@ -15,7 +15,7 @@ # limitations under the License. #################################################################### -# GridGain Hadoop service start/stop script. +# Ignite Hadoop service start/stop script. # Supposed to be called from unix `init.d` script. Environment must # be set via the call of /etc/default/{hadoop,gridgain-hadoop} #################################################################### @@ -43,10 +43,10 @@ case "$1" in # Is needed for setenv SCRIPTS_HOME=${IGNITE_HOME}/bin - # Load GridGain functions. + # Load Ignite functions. source "${SCRIPTS_HOME}/include/functions.sh" - # Configure GridGain environment. + # Configure Ignite environment. source "${SCRIPTS_HOME}/include/setenv.sh" # Set default JVM options if they was not passed. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5037d10c/bin/include/setenv.sh ---------------------------------------------------------------------- diff --git a/bin/include/setenv.sh b/bin/include/setenv.sh index f686968..a7f07b6 100755 --- a/bin/include/setenv.sh +++ b/bin/include/setenv.sh @@ -15,7 +15,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: # . "${IGNITE_HOME}"/bin/include/setenv.sh http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5037d10c/bin/setup-hadoop.sh ---------------------------------------------------------------------- diff --git a/bin/setup-hadoop.sh b/bin/setup-hadoop.sh index 13eda12..c2c492c 100755 --- a/bin/setup-hadoop.sh +++ b/bin/setup-hadoop.sh @@ -15,7 +15,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. # HADOOP_COMMON_HOME= http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5037d10c/modules/web/src/main/java/org/apache/ignite/cache/websession/GridWebSessionFilter.java ---------------------------------------------------------------------- diff --git a/modules/web/src/main/java/org/apache/ignite/cache/websession/GridWebSessionFilter.java b/modules/web/src/main/java/org/apache/ignite/cache/websession/GridWebSessionFilter.java index 0dc4647..8195d6c 100644 --- a/modules/web/src/main/java/org/apache/ignite/cache/websession/GridWebSessionFilter.java +++ b/modules/web/src/main/java/org/apache/ignite/cache/websession/GridWebSessionFilter.java @@ -55,7 +55,7 @@ import static org.apache.ignite.transactions.IgniteTxIsolation.*; * * <!-- You can also specify a custom URL pattern. --> * <filter-mapping> - * <filter-name>GridGainWebSessionsFilter</filter-name> + * <filter-name>GridWebSessionsFilter</filter-name> * <url-pattern>/*</url-pattern> * </filter-mapping> * </pre> @@ -68,7 +68,7 @@ import static org.apache.ignite.transactions.IgniteTxIsolation.*; * </filter> * * <filter-mapping> - * <filter-name>GridGainWebSessionsFilter</filter-name> + * <filter-name>GridWebSessionsFilter</filter-name> * <servlet-name>YourServletName</servlet-name> * </filter-mapping> * </pre>
