Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4A01A200B7E for ; Tue, 6 Sep 2016 17:45:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 48BCC160ACE; Tue, 6 Sep 2016 15:45:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B61D2160ACB for ; Tue, 6 Sep 2016 17:45:05 +0200 (CEST) Received: (qmail 27486 invoked by uid 500); 6 Sep 2016 15:45:04 -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 27386 invoked by uid 99); 6 Sep 2016 15:45:04 -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; Tue, 06 Sep 2016 15:45:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2CC2DE058E; Tue, 6 Sep 2016 15:45:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: martyntaylor@apache.org To: commits@activemq.apache.org Date: Tue, 06 Sep 2016 15:45:05 -0000 Message-Id: <2bea079cd1de4f44840d4a730aee50ad@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #753 archived-at: Tue, 06 Sep 2016 15:45:06 -0000 This closes #753 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f32b81fe Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f32b81fe Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f32b81fe Branch: refs/heads/master Commit: f32b81fe38c49244b514ec80705b28865485c694 Parents: 111945a 87c3f23 Author: Martyn Taylor Authored: Tue Sep 6 16:44:32 2016 +0100 Committer: Martyn Taylor Committed: Tue Sep 6 16:44:32 2016 +0100 ---------------------------------------------------------------------- .../src/main/assembly/source-assembly.xml | 3 + docs/hacking-guide/en/ide.md | 6 +- etc/IDEA-style.jar | Bin 3509 -> 0 bytes etc/ide-settings/IDEA-style.jar | Bin 0 -> 3509 bytes etc/ide-settings/README.md | 6 + etc/ide-settings/org.eclipse.jdt.core.prefs | 305 +++++++++++++++++++ etc/ide-settings/org.eclipse.jdt.ui.prefs | 119 ++++++++ etc/org.eclipse.jdt.core.prefs | 305 ------------------- etc/org.eclipse.jdt.ui.prefs | 119 -------- pom.xml | 2 +- 10 files changed, 439 insertions(+), 426 deletions(-) ----------------------------------------------------------------------