Updated Branches: refs/heads/master eecbaec8c -> 935847771
adding stub to main pom Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/93584777 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/93584777 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/93584777 Branch: refs/heads/master Commit: 935847771c998ceff77c5bfd15700cf1e5879d28 Parents: eecbaec Author: rekathiru <[email protected]> Authored: Fri Jan 10 13:59:08 2014 +0530 Committer: rekathiru <[email protected]> Committed: Fri Jan 10 13:59:08 2014 +0530 ---------------------------------------------------------------------- service-stubs/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/93584777/service-stubs/pom.xml ---------------------------------------------------------------------- diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml index a0dbdb0..867b6e8 100644 --- a/service-stubs/pom.xml +++ b/service-stubs/pom.xml @@ -55,6 +55,7 @@ <module>org.apache.stratos.throttle.stub</module> <module>org.apache.stratos.usage.meteringqueryds.stub</module> <module>org.apache.stratos.manager.dashboard.stub</module> + <module>org.apache.stratos.manager.cleanup.notificateion.stub</module> <module>org.apache.stratos.usage.meteringsummarygenerationds.stub</module> <module>org.apache.stratos.autoscaler.service.stub</module> </modules>
