Updated Branches: refs/heads/master 2bd2d4aea -> a49de620b
expose as service stub implementation classes Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a49de620 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a49de620 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a49de620 Branch: refs/heads/master Commit: a49de620b3e7d9143b5e74f7d69ef628d97f1253 Parents: 2bd2d4a Author: Udara Liyanage <[email protected]> Authored: Wed Dec 11 14:57:38 2013 -0500 Committer: Udara Liyanage <[email protected]> Committed: Wed Dec 11 14:57:38 2013 -0500 ---------------------------------------------------------------------- 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/a49de620/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 f705353..cc15b50 100644 --- a/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.autoscaler.service.stub/pom.xml @@ -92,7 +92,8 @@ 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.autoscaler.partition.*; version=${project.version} + org.apache.stratos.autoscaler.partition.*; version=${project.version}, + org.apache.stratos.autoscaler.api.*; version=${project.version} </Export-Package> <Private-Package> org.apache.stratos.cloud.controller.deployment.partition.*; version=${project.version}
