Change package name in WebClusterDatabaseExampleGroovy Was still staying brooklyn.demo; change to org.apache.brooklyn.demo, which also matches the folder it is now in.
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/80ccd9e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/80ccd9e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/80ccd9e5 Branch: refs/heads/master Commit: 80ccd9e56ed66ccb714475ebaab0c8e70504fc66 Parents: 40c3975 Author: Aled Sage <[email protected]> Authored: Thu Jul 23 22:47:30 2015 -0700 Committer: Aled Sage <[email protected]> Committed: Thu Jul 23 22:47:30 2015 -0700 ---------------------------------------------------------------------- .../apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/80ccd9e5/examples/simple-web-cluster/src/main/java/org/apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/src/main/java/org/apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy b/examples/simple-web-cluster/src/main/java/org/apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy index c3f6cc7..d40fcc5 100644 --- a/examples/simple-web-cluster/src/main/java/org/apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy +++ b/examples/simple-web-cluster/src/main/java/org/apache/brooklyn/demo/WebClusterDatabaseExampleGroovy.groovy @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package brooklyn.demo; +package org.apache.brooklyn.demo; import static brooklyn.entity.java.JavaEntityMethods.javaSysProp import static brooklyn.event.basic.DependentConfiguration.attributeWhenReady
