Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBB0C19682 for ; Mon, 4 Apr 2016 16:03:39 +0000 (UTC) Received: (qmail 86673 invoked by uid 500); 4 Apr 2016 16:03:39 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 86624 invoked by uid 500); 4 Apr 2016 16:03:39 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 86614 invoked by uid 99); 4 Apr 2016 16:03:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Apr 2016 16:03:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7E381DFC6E; Mon, 4 Apr 2016 16:03:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: jbertram@apache.org To: commits@activemq.apache.org Date: Mon, 04 Apr 2016 16:03:39 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: Remove bashishm from ARTEMIS-318 example Repository: activemq-artemis Updated Branches: refs/heads/master beae4265a -> 12071d0fb Remove bashishm from ARTEMIS-318 example Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/50dcb136 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/50dcb136 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/50dcb136 Branch: refs/heads/master Commit: 50dcb136ab54d2f5a61bb268b4845880467133b1 Parents: beae426 Author: Ville Skyttä Authored: Sat Mar 26 13:19:51 2016 +0200 Committer: Ville Skyttä Committed: Sat Mar 26 13:19:51 2016 +0200 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/cli/commands/etc/artemis.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/50dcb136/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile index 049fea0..c341d14 100644 --- a/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile +++ b/artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile @@ -28,7 +28,7 @@ JAVA_ARGS="-XX:+UseParallelGC -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -X # # There might be options that you only want to enable on specifc commands, like setting a JMX port # See https://issues.apache.org/jira/browse/ARTEMIS-318 -#if [ "$1" == "run" ]; then +#if [ "$1" = "run" ]; then # JAVA_ARGS="$JAVA_ARGS -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false" #fi