merge PR #242 - A few fixes that I found from my work on examples
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/879f4a6b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/879f4a6b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/879f4a6b Branch: refs/heads/master Commit: 879f4a6bb3b15dfc3d00bcde2d982194bd2dadc4 Parents: a2a8862 304e718 Author: Andy Taylor <[email protected]> Authored: Thu May 21 11:03:23 2015 +0100 Committer: Andy Taylor <[email protected]> Committed: Thu May 21 11:03:23 2015 +0100 ---------------------------------------------------------------------- README.md | 2 +- .../artemis/cli/commands/ActionAbstract.java | 71 ------------ .../activemq/artemis/cli/commands/Create.java | 51 +++++++-- .../artemis/cli/commands/InputAbstract.java | 111 +++++++++++++++++++ .../cli/commands/etc/bootstrap-web-settings.txt | 4 + .../artemis/cli/commands/etc/bootstrap.xml | 5 +- .../cli/commands/etc/cluster-settings.txt | 4 +- .../artemis/test/StreamClassPathTest.java | 1 + .../src/main/resources/README.html | 10 +- 9 files changed, 167 insertions(+), 92 deletions(-) ----------------------------------------------------------------------
