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 <[email protected]> Authored: Thu Feb 9 19:27:29 2017 -0800 Committer: Jacob Barrett <[email protected]> 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
