[DIST] put a minimal README in the dist (instead of the "historical repo" readme!)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/68263267 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/68263267 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/68263267 Branch: refs/heads/master Commit: 682632678312bd683722050e8b3255858cf03b2f Parents: 501bfe3 Author: Alex Heneveld <[email protected]> Authored: Tue Dec 22 15:34:47 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Tue Dec 22 16:09:13 2015 +0000 ---------------------------------------------------------------------- .../dist/src/main/config/build-distribution.xml | 1 - brooklyn-dist/dist/src/main/dist/README.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/68263267/brooklyn-dist/dist/src/main/config/build-distribution.xml ---------------------------------------------------------------------- diff --git a/brooklyn-dist/dist/src/main/config/build-distribution.xml b/brooklyn-dist/dist/src/main/config/build-distribution.xml index fc2264d..f543292 100644 --- a/brooklyn-dist/dist/src/main/config/build-distribution.xml +++ b/brooklyn-dist/dist/src/main/config/build-distribution.xml @@ -29,7 +29,6 @@ <fileMode>0644</fileMode> <directoryMode>0755</directoryMode> <includes> - <include>README*</include> <include>DISCLAIMER*</include> </includes> </fileSet> http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/68263267/brooklyn-dist/dist/src/main/dist/README.md ---------------------------------------------------------------------- diff --git a/brooklyn-dist/dist/src/main/dist/README.md b/brooklyn-dist/dist/src/main/dist/README.md new file mode 100644 index 0000000..3c7e46f --- /dev/null +++ b/brooklyn-dist/dist/src/main/dist/README.md @@ -0,0 +1,17 @@ + +# [](http://brooklyn.apache.org/) + +### Apache Brooklyn + +This is the distribution of Apache Brooklyn. + +As a quick start, run: + + ./bin/brooklyn launch + +For server CLI info, use: + + ./bin/brooklyn help + +And to learn more, including the full user's guide, visit [http://github.com/apache/brooklyn/]. +
