fixing pom.xml exports
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/95d2b833 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/95d2b833 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/95d2b833 Branch: refs/heads/master Commit: 95d2b83317cb9be1ab202ab9c60749a046d5a961 Parents: d7206a7 Author: Nirmal Fernando <[email protected]> Authored: Sat Mar 1 13:39:17 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Sat Mar 1 13:39:17 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.cloud.controller.service.stub/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/95d2b833/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml index dc6fae7..d268c71 100644 --- a/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml +++ b/service-stubs/org.apache.stratos.cloud.controller.service.stub/pom.xml @@ -88,9 +88,9 @@ <Bundle-Name>${project.artifactId}</Bundle-Name> <Export-Package> org.apache.stratos.cloud.controller.exception.*; version=${project.version}, - org.apache.stratos.cloud.controller.deployment.policy.*; version=${project.version}, org.apache.stratos.cloud.controller.deployment.partition.*; version=${project.version}, org.apache.stratos.cloud.controller.pojo.*; version=${project.version}, + org.apache.stratos.cloud.controller.impl.*; version=${project.version}, org.apache.stratos.cloud.controller.stub.*; version=${project.version} </Export-Package> <Import-Package>
