You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/11/12 07:22:25 UTC

git commit: Updated TopologyManager package name in autoscaler.drl

Updated Branches:
  refs/heads/master 5762983c6 -> 2ed82b3c5


Updated TopologyManager package name in autoscaler.drl


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/2ed82b3c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/2ed82b3c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/2ed82b3c

Branch: refs/heads/master
Commit: 2ed82b3c5b7d69b874e33a14e7d4354c9854fa94
Parents: 5762983
Author: Imesh Gunaratne <im...@apache.org>
Authored: Tue Nov 12 11:52:12 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Tue Nov 12 11:52:12 2013 +0530

----------------------------------------------------------------------
 .../src/main/resources/autoscaler.drl                              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/2ed82b3c/components/org.apache.stratos.autoscaler/src/main/resources/autoscaler.drl
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/resources/autoscaler.drl b/components/org.apache.stratos.autoscaler/src/main/resources/autoscaler.drl
index 1f8b509..138dfc6 100644
--- a/components/org.apache.stratos.autoscaler/src/main/resources/autoscaler.drl
+++ b/components/org.apache.stratos.autoscaler/src/main/resources/autoscaler.drl
@@ -34,7 +34,7 @@ import org.apache.stratos.autoscaler.client.cloud.controller.CloudControllerClie
 import org.apache.stratos.autoscaler.algorithm.AutoscaleAlgorithm;
 import org.apache.stratos.autoscaler.algorithm.OneAfterAnother;
 import org.apache.stratos.autoscaler.algorithm.RoundRobin;
-import org.apache.stratos.autoscaler.message.receiver.TopologyManager;
+import org.apache.stratos.messaging.message.receiver.topology.TopologyManager;
 import org.apache.stratos.autoscaler.rule.AutoscalerRuleEvaluator;
 import org.apache.commons.logging.Log;