You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/15 14:36:28 UTC

git commit: Added moe refactore stubs to the pom removed the version fo tenant mgt uo component

Updated Branches:
  refs/heads/master fae75b11a -> 03bb3a99f


Added moe refactore stubs to the pom removed the version fo tenant mgt uo component

Signed-off-by: Lakmal Warusawithana <la...@wso2.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/03bb3a99
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/03bb3a99
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/03bb3a99

Branch: refs/heads/master
Commit: 03bb3a99fb7f753dfdee537995f2f5268528aa97
Parents: fae75b1
Author: Udara Liyanage <ud...@wso2.com>
Authored: Mon Jul 15 17:46:43 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Mon Jul 15 18:06:07 2013 +0530

----------------------------------------------------------------------
 components/pom.xml    | 2 +-
 service-stubs/pom.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/03bb3a99/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 6d7c7cd..4d6dd75 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -64,7 +64,7 @@
 		<!-- Tenant Mgt -->
 		<module>org.apache.stratos.tenant.mgt.core</module>
 		<module>org.apache.stratos.tenant.mgt</module>
-		<module>org.apache.stratos.tenant.mgt.ui/2.1.0</module>
+		<module>org.apache.stratos.tenant.mgt.ui</module>
 		<module>org.apache.stratos.tenant.mgt.email.sender</module>
 		<!-- Tenant Activity -->
 		<module>org.apache.stratos.tenant.activity</module>	

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/03bb3a99/service-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/service-stubs/pom.xml b/service-stubs/pom.xml
index 22d8360..acb9971 100644
--- a/service-stubs/pom.xml
+++ b/service-stubs/pom.xml
@@ -40,6 +40,14 @@
 	<module>org.apache.stratos.account.mgt.stub/4.1.3</module>
 	<module>org.apache.stratos.tenant.mgt.stub/4.1.0</module>
 	<module>org.apache.stratos.common.stub</module>
+	<module>org.apache.stratos.usage.stub</module>
+	<module>org.apache.stratos.throttling.agent.stub</module>
+	<module>org.apache.stratos.throttling.stub</module>
+	<module>org.apache.stratos.tenant.register.stub</module>
+	<module>org.apache.stratos.cartridge.agent.stub</module>
+	<module>org.apache.stratos.tenant.activity.stub</module>
+	<module>org.apache.stratos.theme.mgt.stub</module>
+	<module>org.apache.stratos.validate.domain.stub</module>
     </modules>
 
     <build>