Renamed package references missed previously Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/e3893c7c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/e3893c7c Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/e3893c7c
Branch: refs/heads/0.8.0-incubating Commit: e3893c7c8aa42fb163d9020d18d528b0f6523eea Parents: 3189559 Author: Aled Sage <[email protected]> Authored: Wed Aug 19 18:10:50 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Wed Aug 19 18:22:10 2015 +0100 ---------------------------------------------------------------------- .../test/resources/test-app-with-enrichers-slightly-simpler.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/e3893c7c/usage/camp/src/test/resources/test-app-with-enrichers-slightly-simpler.yaml ---------------------------------------------------------------------- diff --git a/usage/camp/src/test/resources/test-app-with-enrichers-slightly-simpler.yaml b/usage/camp/src/test/resources/test-app-with-enrichers-slightly-simpler.yaml index 2ee8ae0..bc753a5 100644 --- a/usage/camp/src/test/resources/test-app-with-enrichers-slightly-simpler.yaml +++ b/usage/camp/src/test/resources/test-app-with-enrichers-slightly-simpler.yaml @@ -43,7 +43,7 @@ services: # instead of (or in addition to) this map brooklyn.config: sensorMapping: - $brooklyn:sensor("url"): $brooklyn:sensor("org.apache.brooklyn.entity.core.Attributes", "main.uri") + $brooklyn:sensor("url"): $brooklyn:sensor("org.apache.brooklyn.core.entity.Attributes", "main.uri") brooklyn.enrichers: - type: org.apache.brooklyn.sensor.enricher.Aggregator # aggregate `url` sensors from children into a list @@ -63,7 +63,7 @@ services: # pick one uri as the main one to use brooklyn.config: enricher.sourceSensor: $brooklyn:sensor("urls.list") - enricher.targetSensor: $brooklyn:sensor("org.apache.brooklyn.entity.core.Attributes", "main.uri") + enricher.targetSensor: $brooklyn:sensor("org.apache.brooklyn.core.entity.Attributes", "main.uri") quote: false maximum: 1 brooklyn.enrichers:
