Repository: incubator-brooklyn Updated Branches: refs/heads/master d8822bd96 -> cf286fea0
Trivial doc fix Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0f777c50 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0f777c50 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0f777c50 Branch: refs/heads/master Commit: 0f777c5071843ca4e54ab9ca901194cf437bb093 Parents: 8f384a1 Author: Sam Corbett <[email protected]> Authored: Wed Nov 18 12:46:32 2015 +0000 Committer: Sam Corbett <[email protected]> Committed: Thu Nov 19 13:58:58 2015 +0000 ---------------------------------------------------------------------- .../apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0f777c50/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java b/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java index 0f573c6..6c261fe 100644 --- a/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java +++ b/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncher.java @@ -49,7 +49,7 @@ public class BrooklynJavascriptGuiLauncher { public static void main(String[] args) throws Exception { // NOTE: When running Brooklyn from an IDE (i.e. by launching BrooklynJavascriptGuiLauncher.main()) // you will need to ensure that the working directory is set to the jsgui folder. For IntelliJ, - // set the 'Working directory' of the Run/Debug Configuration to $MODULE_DIR/../jsgui. + // set the 'Working directory' of the Run/Debug Configuration to $MODULE_DIR$/../jsgui. // For Eclipse, use the default option of ${workspace_loc:brooklyn-jsgui}. // If the working directory is not set correctly, Brooklyn will be unable to find the jsgui .war // file and the 'gui not available' message will be shown.
