Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 53DE6200C1A for ; Mon, 13 Feb 2017 23:09:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5256F160B60; Mon, 13 Feb 2017 22:09:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9BBFA160B4A for ; Mon, 13 Feb 2017 23:09:29 +0100 (CET) Received: (qmail 55455 invoked by uid 500); 13 Feb 2017 22:09:28 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 55444 invoked by uid 99); 13 Feb 2017 22:09: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; Mon, 13 Feb 2017 22:09:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B29BBDFC2F; Mon, 13 Feb 2017 22:09:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbarrett@apache.org To: commits@geode.apache.org Message-Id: <075e71687fb54c968b77a275cf02a965@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: geode-native git commit: GEODE-2357: Replace gemfire with geode (all case variants) in C# quickstarts Date: Mon, 13 Feb 2017 22:09:28 +0000 (UTC) archived-at: Mon, 13 Feb 2017 22:09:30 -0000 Repository: geode-native Updated Branches: refs/heads/develop e1f99a67b -> f0410fbe1 GEODE-2357: Replace gemfire with geode (all case variants) in C# quickstarts This closes #1 Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/f0410fbe Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/f0410fbe Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/f0410fbe Branch: refs/heads/develop Commit: f0410fbe1fb53113358aed7d93c5f4b5f262f7f7 Parents: e1f99a6 Author: Mike Martell Authored: Thu Feb 9 19:27:29 2017 -0800 Committer: Jacob Barrett Committed: Mon Feb 13 14:08:39 2017 -0800 ---------------------------------------------------------------------- src/quickstart/runcs.bat.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-native/blob/f0410fbe/src/quickstart/runcs.bat.in ---------------------------------------------------------------------- diff --git a/src/quickstart/runcs.bat.in b/src/quickstart/runcs.bat.in index d0d414a..df77586 100644 --- a/src/quickstart/runcs.bat.in +++ b/src/quickstart/runcs.bat.in @@ -18,19 +18,19 @@ rem limitations under the License. setlocal rem GFCPP must be set -rem GEMFIRE must be set +rem GEODE must be set rem OPENSSL must be set for Security example -if not "%GFCPP%"=="" goto checkGEMFIRE +if not "%GFCPP%"=="" goto checkGEODE echo GFCPP is not set. goto finished -:checkGEMFIRE +:checkGEODE -if not "%GEMFIRE%"=="" goto checkOPENSSL +if not "%GEODE%"=="" goto checkOPENSSL -echo GEMFIRE is not set. +echo GEODE is not set. goto finished :checkOPENSSL @@ -57,10 +57,10 @@ set exname=%1 if not exist %LANGDIR%\%exname%.exe goto presentmenu echo. -echo Running GemFire %LANG% QuickStart example %exname% ... +echo Running Geode %LANG% QuickStart example %exname% ... -set CLASSPATH=%CLASSPATH%;${NATIVECLIENT_DIR}/SampleCode/quickstart/lib/javaobject.jar;%GEMFIRE%\lib\gfSecurityImpl.jar -set PATH=%GEMFIRE%\bin;%PATH%;%GEMFIRE%\bin;%GFCPP%\bin;%OPENSSL%\bin;..\bin; +set CLASSPATH=%CLASSPATH%;${NATIVECLIENT_DIR}/SampleCode/quickstart/lib/javaobject.jar;%GEODE%\lib\gfSecurityImpl.jar +set PATH=%GEODE%\bin;%PATH%;%GEODE%\bin;%GFCPP%\bin;%OPENSSL%\bin;..\bin; if not exist gfecs mkdir gfecs @@ -201,7 +201,7 @@ goto closeup :presentmenu echo. -echo Please select a GemFire %LANG% QuickStart example to run. +echo Please select a Geode %LANG% QuickStart example to run. echo. echo 1. BasicOperations echo 2. DataExpiration