You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/06 17:21:07 UTC

[4/5] activemq-artemis git commit: remove wilth-ssl option from CLI create command

remove wilth-ssl option from CLI create command


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

Branch: refs/heads/master
Commit: 0099c361254f5fe9ab8c69c611d4ae8948763191
Parents: 0bbe8c8
Author: Andy Taylor <an...@gmail.com>
Authored: Wed May 6 09:00:41 2015 +0100
Committer: Andy Taylor <an...@gmail.com>
Committed: Wed May 6 15:12:32 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/cli/commands/Create.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0099c361/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index 099e737..8209204 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -75,9 +75,6 @@ public class Create implements Action
    @Option(name = "--home", description = "Directory where ActiveMQ Artemis is installed")
    File home;
 
-   @Option(name = "--with-ssl", description = "Generate an SSL enabled configuration")
-   boolean with_ssl = true;
-
    @Option(name = "--clustered", description = "Enable clustering")
    boolean clustered = false;