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 2017/05/18 14:54:18 UTC

[1/2] activemq-artemis git commit: ARTEMIS-1174 Update Hacking Guide Documentation: IDE Integration

Repository: activemq-artemis
Updated Branches:
  refs/heads/master c7ca49445 -> 28314f3ca


ARTEMIS-1174 Update Hacking Guide Documentation: IDE Integration

the IntelliJ import wizard doesn't contain a sentence
like:"Select "Import from existing model".

This should be changed to "import project from external model" to be
conform and the IntelliJ IDEA version should be updated, too.


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

Branch: refs/heads/master
Commit: 0de1e164e1da271c616ddabe8b1216e7c366e7fd
Parents: c7ca494
Author: Bennet Schulz <ma...@bennet-schulz.de>
Authored: Thu May 18 16:04:46 2017 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 18 10:52:34 2017 -0400

----------------------------------------------------------------------
 docs/hacking-guide/en/ide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0de1e164/docs/hacking-guide/en/ide.md
----------------------------------------------------------------------
diff --git a/docs/hacking-guide/en/ide.md b/docs/hacking-guide/en/ide.md
index 3831c78..811ab02 100644
--- a/docs/hacking-guide/en/ide.md
+++ b/docs/hacking-guide/en/ide.md
@@ -9,13 +9,13 @@ There a few files useful for IDE integration under ./etc/ide-settings on a check
 ### Importing the Project
 
 The following steps show how to import ActiveMQ Artemis source into IntelliJ IDEA and setup the correct maven profile to allow
-running of JUnit tests from within the IDE.  (Steps are based on version: 13.1.4)
+running of JUnit tests from within the IDE.  (Steps are based on version: 2017.1.2)
 
 * File --> Import Project --> Select the root directory of the ActiveMQ Artemis source folder. --> Click OK
 
 This should open the import project wizard.  From here:
 
-* Select "Import from existing model" toggle box, then select Maven from the list box below.  Click Next.
+* Select "Import project from external model" toggle box, then select Maven from the list box below.  Click Next.
 * Leave the defaults set on this page and click next.
 * On the "Select profiles page", select the checkbox next to "dev" and click next.
 * From here the default settings should suffice.  Continue through the wizard, clicking next until the wizard is complete.


[2/2] activemq-artemis git commit: This closes #1281

Posted by cl...@apache.org.
This closes #1281


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

Branch: refs/heads/master
Commit: 28314f3ca8f6ae20ea434d878adce18b9bbd6b1c
Parents: c7ca494 0de1e16
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu May 18 10:53:09 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu May 18 10:53:09 2017 -0400

----------------------------------------------------------------------
 docs/hacking-guide/en/ide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------