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/08 15:59:18 UTC

[3/5] incubator-brooklyn git commit: Fix classnames in qa start scripts

Fix classnames in qa start scripts


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

Branch: refs/heads/master
Commit: 8cbfd55d46cac2ee12e62b7046cfbaa1c879de0a
Parents: 2806009
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Sep 8 13:07:21 2015 +0100
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Tue Sep 8 13:07:42 2015 +0100

----------------------------------------------------------------------
 usage/qa/start-monitor.sh    | 2 +-
 usage/qa/start-webcluster.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8cbfd55d/usage/qa/start-monitor.sh
----------------------------------------------------------------------
diff --git a/usage/qa/start-monitor.sh b/usage/qa/start-monitor.sh
index 7188af6..0fa8247 100755
--- a/usage/qa/start-monitor.sh
+++ b/usage/qa/start-monitor.sh
@@ -24,7 +24,7 @@
 #
 #set -x # debug
 
-CLASS=brooklyn.qa.longevity.Monitor
+CLASS=org.apache.brooklyn.qa.longevity.Monitor
 VERSION=0.9.0-SNAPSHOT # BROOKLYN_VERSION
 
 ROOT=$(cd $(dirname $0) && pwd)

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8cbfd55d/usage/qa/start-webcluster.sh
----------------------------------------------------------------------
diff --git a/usage/qa/start-webcluster.sh b/usage/qa/start-webcluster.sh
index 814e274..7aa678a 100755
--- a/usage/qa/start-webcluster.sh
+++ b/usage/qa/start-webcluster.sh
@@ -24,7 +24,7 @@
 #
 #set -x # debug
 
-CLASS=brooklyn.qa.longevity.webcluster.WebClusterApp
+CLASS=org.apache.brooklyn.qa.longevity.webcluster.WebClusterApp
 VERSION=0.9.0-SNAPSHOT # BROOKLYN_VERSION
 
 ROOT=$(cd $(dirname $0) && pwd)