summaryrefslogtreecommitdiff
path: root/strata/zookeeper-client.morph
Commit message (Collapse)AuthorAgeFilesLines
* split zookeeper and the test programs into multiple strata, on Pedro's ↵baserock/mikesmith/zookeeper-for-review-v2Mike Smith2014-12-161-29/+2
| | | | suggestion
* Updated Repo to respond to comments from review. see full desc for list.baserock/mikesmith/zookeeper-for-reviewMike Smith2014-12-161-5/+12
| | | | | | | | | * Removed un-needed 'mkdir' command from ant setup. * Addressed in e-mail thread relating to this patch the reason for compiling inside of install dirrectory. * Added more informative discriptions to .morphs * Renames 'java/ant' to java-ant to be more consistant with naming conventions * Removed un-nessisary inclusion of the Devel-system. * Zookeeper strata names now reflect client / server roles
* Add ZooKeeper demonstration application and strata.Mike Smith2014-12-111-0/+36
The ZooKeeper demonstration server and client are currently hosted on github. The strata bring together Java, ANT, ZooKeeper and the client and server respectively for demonstration purposes.