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:51:04 UTC

[48/50] [abbrv] brooklyn-server git commit: fix default catalog reference to one misnamed package

fix default catalog reference to one misnamed package


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

Branch: refs/heads/0.8.0-incubating
Commit: 2808031891a715bf668842d4ad46b94b303aac71
Parents: ec2e85b
Author: Alex Heneveld <al...@cloudsoft.io>
Authored: Thu Sep 3 20:32:52 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Fri Sep 4 14:33:51 2015 +0100

----------------------------------------------------------------------
 usage/cli/src/main/resources/brooklyn/default.catalog.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/28080318/usage/cli/src/main/resources/brooklyn/default.catalog.bom
----------------------------------------------------------------------
diff --git a/usage/cli/src/main/resources/brooklyn/default.catalog.bom b/usage/cli/src/main/resources/brooklyn/default.catalog.bom
index 857e857..a713bed 100644
--- a/usage/cli/src/main/resources/brooklyn/default.catalog.bom
+++ b/usage/cli/src/main/resources/brooklyn/default.catalog.bom
@@ -253,7 +253,7 @@ brooklyn.catalog:
                   period: 5s
                   command: "cat output.txt | grep HTTP | grep 200 | wc | awk '{print $1}'"
               # and publish the port as a sensor so the load-balancer can pick it up
-              - type:           org.apache.brooklyn.sensor.core.StaticSensor
+              - type:           org.apache.brooklyn.core.sensor.StaticSensor
                 brooklyn.config:
                   name:         app.port
                   targetType:   int