Updated Branches: refs/heads/master 03bb3a99f -> 1a1bcf427
Add modules to pom Signed-off-by: Lakmal Warusawithana <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1a1bcf42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1a1bcf42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1a1bcf42 Branch: refs/heads/master Commit: 1a1bcf427753c445b3115db4f998b67835d8a31b Parents: 03bb3a9 Author: Manula Thantriwatte <[email protected]> Authored: Mon Jul 15 18:00:52 2013 +0530 Committer: Lakmal Warusawithana <[email protected]> Committed: Mon Jul 15 18:12:16 2013 +0530 ---------------------------------------------------------------------- components/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1a1bcf42/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 4d6dd75..ecd028e 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -97,6 +97,10 @@ <module>org.apache.stratos.tenant.dispatcher</module> <module>org.apache.stratos.keystore.mgt</module> <module>org.apache.stratos.activation</module> + <module>org.apache.stratos.cartridge.mgt.ui</module> + <!-- Theme mgt --> + <module>org.apache.stratos.theme.mgt</module> + <module>org.apache.stratos.theme.mgt.ui</module> </modules> <build>
