This closes #52 Rename CLI params
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6a59443d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6a59443d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6a59443d Branch: refs/heads/master Commit: 6a59443d2d0e3ae11b590e325c5b252560991fae Parents: 048173d 63a17ad Author: jbertram <[email protected]> Authored: Fri Jun 26 10:50:33 2015 -0500 Committer: jbertram <[email protected]> Committed: Fri Jun 26 10:50:33 2015 -0500 ---------------------------------------------------------------------- .../activemq/artemis/cli/commands/Browse.java | 10 +- .../activemq/artemis/cli/commands/Consumer.java | 8 +- .../artemis/cli/commands/DestAbstract.java | 4 +- .../activemq/artemis/cli/commands/Producer.java | 8 +- .../activemq/artemis/test/ArtemisTest.java | 134 ------------------- .../activemq/artemis/test/FileBrokerTest.java | 81 ----------- .../artemis/test/StreamClassPathTest.java | 62 --------- .../apache/activemq/cli/test/ArtemisTest.java | 134 +++++++++++++++++++ .../activemq/cli/test/FileBrokerTest.java | 81 +++++++++++ .../activemq/cli/test/StreamClassPathTest.java | 62 +++++++++ .../artemis/test/WebServerComponentTest.java | 128 ------------------ .../cli/test/WebServerComponentTest.java | 128 ++++++++++++++++++ 12 files changed, 420 insertions(+), 420 deletions(-) ----------------------------------------------------------------------
