Updated Branches: refs/heads/master 308b22ba3 -> a440e8dae
adding instance notification 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/a440e8da Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a440e8da Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a440e8da Branch: refs/heads/master Commit: a440e8dae8e80e257654e2aeb171a8ec6e532249 Parents: 308b22b Author: rekathiru <[email protected]> Authored: Fri Jan 10 14:05:10 2014 +0530 Committer: rekathiru <[email protected]> Committed: Fri Jan 10 14:05:10 2014 +0530 ---------------------------------------------------------------------- features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a440e8da/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml index 7ed781f..03a09e6 100644 --- a/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml +++ b/features/autoscaler/org.apache.stratos.autoscaler.feature/pom.xml @@ -66,6 +66,7 @@ <bundles> <bundleDef>org.apache.stratos:org.apache.stratos.autoscaler:${project.version}</bundleDef> <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller.service.stub:${project.version}</bundleDef> + <bundleDef>org.apache.stratos:org.apache.stratos.manager.cleanup.notification.stub:${project.version}</bundleDef> </bundles> <importFeatures> <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef>
