You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:44:23 UTC

[23/50] brooklyn-docs git commit: Removed duplicate BROOKLYN_CLASSPATH export, and added new line char to prevent (visual) truncation of locations

Removed duplicate BROOKLYN_CLASSPATH export, and added new line char to prevent (visual) truncation of locations


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

Branch: refs/heads/0.6.0
Commit: 9a1a40a68158ee745496ad6ef2d48e23bcf34c52
Parents: ce7bb1e
Author: Martin Harris <gi...@nakomis.com>
Authored: Wed Oct 30 10:17:47 2013 +0000
Committer: Martin Harris <gi...@nakomis.com>
Committed: Wed Oct 30 10:17:47 2013 +0000

----------------------------------------------------------------------
 docs/use/examples/global-web-fabric/index.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/9a1a40a6/docs/use/examples/global-web-fabric/index.md
----------------------------------------------------------------------
diff --git a/docs/use/examples/global-web-fabric/index.md b/docs/use/examples/global-web-fabric/index.md
index fdbf3f8..d4560e3 100644
--- a/docs/use/examples/global-web-fabric/index.md
+++ b/docs/use/examples/global-web-fabric/index.md
@@ -273,9 +273,8 @@ Now let's run this example.  You will need to specify increased heap size and me
 as well as the appropriate classpath.
 
 {% highlight bash %}
-export BROOKLYN_CLASSPATH=/path/to/your/project/target/classes
 ${BROOKLYN_HOME}/bin/brooklyn launch --app brooklyn.demo.GlobalWebFabricExample \
-    --location jclouds:aws-ec2:eu-west-1,jclouds:aws-ec2:ap-southeast-1,jclouds:aws-ec2:us-west-1 
+--location jclouds:aws-ec2:eu-west-1,jclouds:aws-ec2:ap-southeast-1,jclouds:aws-ec2:us-west-1 
 {% endhighlight %}
 
 The management web console will start,