Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 37B1010DC1 for ; Thu, 14 May 2015 15:21:42 +0000 (UTC) Received: (qmail 55213 invoked by uid 500); 14 May 2015 15:21:42 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55182 invoked by uid 500); 14 May 2015 15:21:42 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 55171 invoked by uid 99); 14 May 2015 15:21:42 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 15:21:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A78101A2C45 for ; Thu, 14 May 2015 15:21:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Qnf9IUXRK8-j for ; Thu, 14 May 2015 15:21:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 2D0A12123A for ; Thu, 14 May 2015 15:21:28 +0000 (UTC) Received: (qmail 50989 invoked by uid 99); 14 May 2015 15:21:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 May 2015 15:21:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA49BE051A; Thu, 14 May 2015 15:21:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sevdokimov@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 14 May 2015 15:21:53 -0000 Message-Id: <961ee6730d7a48db9ac325d5b1417f16@git.apache.org> In-Reply-To: <99e38ff822cd42aea90c5477142ed263@git.apache.org> References: <99e38ff822cd42aea90c5477142ed263@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [29/42] incubator-ignite git commit: # ignite-sprint-5 - Fixed comment. # ignite-sprint-5 - Fixed comment. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/9e25c2a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/9e25c2a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/9e25c2a3 Branch: refs/heads/ignite-836_2 Commit: 9e25c2a32f36964c553075e680de4517e34c541a Parents: 7e599b6 Author: Andrey Authored: Thu May 14 15:14:59 2015 +0700 Committer: Andrey Committed: Thu May 14 15:14:59 2015 +0700 ---------------------------------------------------------------------- bin/ignite-schema-import.bat | 2 +- bin/ignite-schema-import.sh | 2 +- bin/ignite.bat | 2 +- bin/ignitevisorcmd.bat | 2 +- bin/ignitevisorcmd.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9e25c2a3/bin/ignite-schema-import.bat ---------------------------------------------------------------------- diff --git a/bin/ignite-schema-import.bat b/bin/ignite-schema-import.bat index d48234c..a4ec86b 100644 --- a/bin/ignite-schema-import.bat +++ b/bin/ignite-schema-import.bat @@ -91,7 +91,7 @@ if /i "%SCRIPTS_HOME%\" == "%~dp0" goto run :: Set IGNITE_LIBS :: call "%SCRIPTS_HOME%\include\setenv.bat" -call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in release. +call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in the binary release. set CP=%JAVA_HOME%\jre\lib\jfxrt.jar;%IGNITE_HOME%\bin\include\schema-import\*;%IGNITE_LIBS% :: http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9e25c2a3/bin/ignite-schema-import.sh ---------------------------------------------------------------------- diff --git a/bin/ignite-schema-import.sh b/bin/ignite-schema-import.sh index 8f2a8d5..1029882 100755 --- a/bin/ignite-schema-import.sh +++ b/bin/ignite-schema-import.sh @@ -57,7 +57,7 @@ setIgniteHome # Set IGNITE_LIBS. # . "${SCRIPTS_HOME}"/include/setenv.sh -. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in release. +. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in the binary release. CP="${JAVA_HOME}/jre/lib/jfxrt.jar${SEP}${IGNITE_HOME}/bin/include/schema-import/*${SEP}${IGNITE_LIBS}" # http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9e25c2a3/bin/ignite.bat ---------------------------------------------------------------------- diff --git a/bin/ignite.bat b/bin/ignite.bat index 20836c0..1a4a58c 100644 --- a/bin/ignite.bat +++ b/bin/ignite.bat @@ -102,7 +102,7 @@ if "%OS%" == "Windows_NT" set PROG_NAME=%~nx0% :: Set IGNITE_LIBS :: call "%SCRIPTS_HOME%\include\setenv.bat" -call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in release. +call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in the binary release. set CP=%IGNITE_LIBS% :: http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9e25c2a3/bin/ignitevisorcmd.bat ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.bat b/bin/ignitevisorcmd.bat index fe06530..4a1aafd 100644 --- a/bin/ignitevisorcmd.bat +++ b/bin/ignitevisorcmd.bat @@ -100,7 +100,7 @@ if "%OS%" == "Windows_NT" set PROG_NAME=%~nx0% :: Set IGNITE_LIBS :: call "%SCRIPTS_HOME%\include\setenv.bat" -call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in release. +call "%SCRIPTS_HOME%\include\build-classpath.bat" &:: Will be removed in the binary release. set CP=%IGNITE_HOME%\bin\include\visor-common\*;%IGNITE_HOME%\bin\include\visorcmd\*;%IGNITE_LIBS% :: http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/9e25c2a3/bin/ignitevisorcmd.sh ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh index 91d6c5a..fe74f6a 100755 --- a/bin/ignitevisorcmd.sh +++ b/bin/ignitevisorcmd.sh @@ -53,7 +53,7 @@ setIgniteHome # Set IGNITE_LIBS. # . "${SCRIPTS_HOME}"/include/setenv.sh -. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in release. +. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in the binary release. CP="${IGNITE_HOME}/bin/include/visor-common/*${SEP}${IGNITE_HOME}/bin/include/visorcmd/*${SEP}${IGNITE_LIBS}" #