You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2016/02/18 22:50:29 UTC

incubator-geode git commit: Renaming gemfire-core-dependencies in the README

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-917 f6c4c2f9e -> 8780b5c4e


Renaming gemfire-core-dependencies in the README

The README was still referencing to the old gemfire-core-dependencies.jar


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/8780b5c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/8780b5c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/8780b5c4

Branch: refs/heads/feature/GEODE-917
Commit: 8780b5c4ec48423479ad2f8c7bd181a80d79ba17
Parents: f6c4c2f
Author: Dan Smith <ds...@pivotal.io>
Authored: Thu Feb 18 10:59:25 2016 -0800
Committer: Dan Smith <ds...@pivotal.io>
Committed: Thu Feb 18 10:59:25 2016 -0800

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8780b5c4/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 017fbfe..495a02c 100755
--- a/README.md
+++ b/README.md
@@ -75,10 +75,10 @@ _HelloWorld.java_
       }
     }
 
-Compile and run `HelloWorld.java`.  The classpath should include `gemfire-core-dependencies.jar`.
+Compile and run `HelloWorld.java`.  The classpath should include `geode-dependencies.jar`.
 
-    javac -cp /some/path/geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-dependencies.jar HelloWorld.java
-    java -cp .:/some/path/geode/gemfire-assembly/build/install/apache-geode/lib/gemfire-core-dependencies.jar HelloWorld
+    javac -cp /some/path/geode/gemfire-assembly/build/install/apache-geode/lib/geode-dependencies.jar HelloWorld.java
+    java -cp .:/some/path/geode/gemfire-assembly/build/install/apache-geode/lib/geode-dependencies.jar HelloWorld
 
 #Application Development