You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2015/10/07 11:56:17 UTC

[2/4] incubator-brooklyn git commit: Minor fix in Debugging documentation

Minor fix in Debugging documentation


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a1fa1a5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a1fa1a5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a1fa1a5f

Branch: refs/heads/master
Commit: a1fa1a5ff38623ff758be4884f3746e013e510a2
Parents: bdcc5ce
Author: Kiuby88 <ki...@gmail.com>
Authored: Wed Oct 7 09:31:44 2015 +0200
Committer: Kiuby88 <ki...@gmail.com>
Committed: Wed Oct 7 09:31:44 2015 +0200

----------------------------------------------------------------------
 docs/guide/dev/env/ide/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a1fa1a5f/docs/guide/dev/env/ide/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/dev/env/ide/index.md b/docs/guide/dev/env/ide/index.md
index b33ef1a..d833251 100644
--- a/docs/guide/dev/env/ide/index.md
+++ b/docs/guide/dev/env/ide/index.md
@@ -105,7 +105,7 @@ Tips from Netbeans users wanted!
 To debug Brooklyn, create a launch configuration which launches the ``BrooklynJavascriptGuiLauncher`` class. NOTE: You may
 need to add additional projects or folders to the classpath of the run configuration (e.g. add the brooklyn-software-nosql
 project if you wish to deploy a MongoDBServer). You will also need to ensure that the working directory is set to the jsgui
-folder. For IntelliJ, you can set the 'Working directory' of the Run/Debug Configuration to ``$MODULE_DIR/../jsgui``. For
+folder. For IntelliJ, you can set the 'Working directory' of the Run/Debug Configuration to ``$MODULE_DIR$/../jsgui``. For
 Eclipse, use the default option of ``${workspace_loc:brooklyn-jsgui}``.
 
 To debug the jsgui (the Brooklyn web console), you will need to build Brooklyn with -DskipOptimization to prevent the build from minifying the javascript.