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:52:35 UTC

[29/36] brooklyn-ui git commit: BROOKLYN-162 - apply org.apache package prefix to policy project (a few outstanding items)

BROOKLYN-162 - apply org.apache package prefix to policy project (a few outstanding items)


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

Branch: refs/heads/0.8.0-incubating
Commit: 4fb7a5920ba0352555cc36a79cc9e6f7acb47fd3
Parents: be33ac2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Aug 18 21:14:34 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Aug 18 21:32:46 2015 +0100

----------------------------------------------------------------------
 .../brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/4fb7a592/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java b/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
index 5a10f2d..42c00e2 100644
--- a/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
+++ b/usage/jsgui/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
@@ -25,7 +25,7 @@ import org.eclipse.jetty.server.handler.ContextHandler;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.Test;
 import org.apache.brooklyn.api.mgmt.ManagementContext;
-import org.apache.brooklyn.core.BrooklynServiceAttributes;
+import org.apache.brooklyn.core.server.BrooklynServiceAttributes;
 import org.apache.brooklyn.entity.core.Entities;
 import org.apache.brooklyn.rest.BrooklynRestApiLauncherTestFixture;