You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/02/25 21:27:08 UTC

[20/50] [abbrv] incubator-geode git commit: GEODE-876: Add a README file to the binary distribution

GEODE-876: Add a README file to the binary distribution

this closes #96


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

Branch: refs/heads/feature/GEODE-17
Commit: 4951bfa92ca561bd810795860b7189f377c77eeb
Parents: 3799389
Author: Sai Boorlagadda <sb...@pivotal.io>
Authored: Wed Feb 17 11:41:45 2016 -0800
Committer: Sai Boorlagadda <sb...@pivotal.io>
Committed: Wed Feb 24 14:46:03 2016 -0800

----------------------------------------------------------------------
 README.md                   | 8 --------
 geode-assembly/build.gradle | 2 ++
 2 files changed, 2 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4951bfa9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 26abb7d..3cc5657 100755
--- a/README.md
+++ b/README.md
@@ -90,11 +90,3 @@ Geode applications can be written in a number of client technologies:
 * [REST](http://geode.docs.pivotal.io/docs/rest_apps/book_intro.html)
 * [memcached](https://cwiki.apache.org/confluence/display/GEODE/Moving+from+memcached+to+gemcached)
 
-
-# Build environment in Docker
-```
-dev-tools/docker/compile/start-compile-docker.sh
-
-```
-
-

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4951bfa9/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 2a46147..cf75135 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -254,6 +254,8 @@ distributions {
       exclude '*-sources.jar'
       exclude '*-javadoc.jar'
 
+      from rootProject.file( 'README.md' )
+
       into ('config') {
         from defaultCacheConfig
         from defaultDistributionConfig