You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by an...@apache.org on 2015/05/13 12:50:47 UTC

[2/2] activemq-artemis git commit: merge PR #252 - Improvements on CLI and Bootstrap

merge PR #252 - Improvements on CLI and Bootstrap


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d1b317b9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d1b317b9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d1b317b9

Branch: refs/heads/master
Commit: d1b317b9755053885b7c4ab1f9e1f3c0edf55bd7
Parents: dfaef58 321c601
Author: Andy Taylor <an...@gmail.com>
Authored: Wed May 13 11:50:07 2015 +0100
Committer: Andy Taylor <an...@gmail.com>
Committed: Wed May 13 11:50:07 2015 +0100

----------------------------------------------------------------------
 .../apache/activemq/artemis/boot/Artemis.java   |  21 ++-
 artemis-cli/pom.xml                             |   2 +-
 .../apache/activemq/artemis/cli/Artemis.java    |   4 +-
 .../activemq/artemis/cli/commands/Create.java   | 134 ++++++++++++++++++-
 .../activemq/artemis/cli/commands/Kill.java     |  41 ++++++
 .../activemq/artemis/cli/commands/Run.java      |  41 ++++++
 .../bootstrap/ActiveMQBootstrapLogger.java      |   4 +
 .../activemq/artemis/cli/commands/bin/artemis   |   3 +-
 .../cli/commands/bin/artemis-service.xml        |  16 +--
 .../artemis/cli/commands/bin/artemis.cmd        |   1 -
 .../artemis/cli/commands/etc/artemis.profile    |   5 +-
 .../cli/commands/etc/artemis.profile.cmd        |   2 +-
 .../artemis/cli/commands/etc/bootstrap.xml      |   2 +-
 13 files changed, 248 insertions(+), 28 deletions(-)
----------------------------------------------------------------------