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

git commit: exporting org.apache.stratos.autoscaler.partition from autoscaler service stub

Updated Branches:
  refs/heads/master 93ee2368a -> de739901c


exporting org.apache.stratos.autoscaler.partition from autoscaler service stub


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

Branch: refs/heads/master
Commit: de739901cf4f0eaffc84fe5ff4cfef928b72b2e2
Parents: 93ee236
Author: Isuru <is...@wso2.com>
Authored: Tue Dec 10 15:36:41 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Tue Dec 10 15:36:41 2013 +0530

----------------------------------------------------------------------
 service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/de739901/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
index 8d9094f..f705353 100644
--- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
+++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml
@@ -91,7 +91,8 @@
                             org.apache.stratos.autoscaler.deployment.policy.*; version=${project.version},
                             org.apache.stratos.autoscaler.policy.model.*; version=${project.version},
                             org.apache.stratos.autoscaler.exception.*; version=${project.version},
-			    org.apache.stratos.cloud.controller.deployment.*; version=${project.version}
+			    org.apache.stratos.cloud.controller.deployment.*; version=${project.version},
+			    org.apache.stratos.autoscaler.partition.*; version=${project.version}
                         </Export-Package>
 			<Private-Package>
 			    org.apache.stratos.cloud.controller.deployment.partition.*; version=${project.version}