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 2016/10/03 15:22:34 UTC

[2/6] activemq-artemis git commit: Update IDEA settings location

Update IDEA settings location


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

Branch: refs/heads/master
Commit: afd06d04d26984d16d4b81c298cfe8283b6c061d
Parents: d551d20
Author: Ville Skytt� <vi...@iki.fi>
Authored: Sat Oct 1 10:32:24 2016 +0300
Committer: Ville Skytt� <vi...@iki.fi>
Committed: Sat Oct 1 10:34:47 2016 +0300

----------------------------------------------------------------------
 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/afd06d04/docs/hacking-guide/en/ide.md
----------------------------------------------------------------------
diff --git a/docs/hacking-guide/en/ide.md b/docs/hacking-guide/en/ide.md
index 85a832e..26de729 100644
--- a/docs/hacking-guide/en/ide.md
+++ b/docs/hacking-guide/en/ide.md
@@ -41,7 +41,7 @@ There's a [SOF Question](http://stackoverflow.com/questions/27906481/can-intelli
 We have shared the style templates that are good for this project. If you want to apply them use these steps:
 
 * File->Import Settings
-* Select the file under ./artemis-cloned-folder/etc/ide-settings/IDEA-style.jar
+* Select the file under ./artemis-cloned-folder/etc/ide-settings/idea/IDEA-style.jar
 * Select both Code Style Templates and File templates (it's the default option)
 * Select OK and restart Idea
 
@@ -50,7 +50,7 @@ Alternatively you can copy artemis-codestyle.xml under your home settings at ``I
 #### To import inspection settings:
 
 * File->Settings->Editor->Inspections->Manage->Import
-* Select the file ./artemis-cloned-folder/etc/ide-settings/IDEA-artemis-inspections.xml
+* Select the file ./artemis-cloned-folder/etc/ide-settings/idea/artemis-inspections.xml
 * Select OK
 
 ### Issue: My JUnit tests are not runnable with in the IDE.