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 2015/09/04 15:36:56 UTC

[05/11] incubator-brooklyn 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/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0d4962d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0d4962d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0d4962d3

Branch: refs/heads/0.8.0-incubating
Commit: 0d4962d340115ec716538d400c247beecf1ced51
Parents: 2f199cc
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/incubator-brooklyn/blob/0d4962d3/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