Skip to content

Commit

Permalink
GEODE-876: Add a README file to the binary distribution
Browse files Browse the repository at this point in the history
this closes apache#96
  • Loading branch information
Sai Boorlagadda committed Feb 24, 2016
1 parent 3799389 commit 4951bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


2 changes: 2 additions & 0 deletions geode-assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ distributions {
exclude '*-sources.jar'
exclude '*-javadoc.jar'

from rootProject.file( 'README.md' )

into ('config') {
from defaultCacheConfig
from defaultDistributionConfig
Expand Down

0 comments on commit 4951bfa

Please sign in to comment.