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

git commit: adding currently refactored components to the component parent pom

Updated Branches:
  refs/heads/master 69d8c75a6 -> 1aedf38f7


adding currently refactored components to the component parent 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/1aedf38f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1aedf38f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1aedf38f

Branch: refs/heads/master
Commit: 1aedf38f77546f8879fc5eb92ee21ca9cce4d63f
Parents: 69d8c75
Author: Isuru <is...@wso2.com>
Authored: Fri Jul 12 16:09:23 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Fri Jul 12 16:09:23 2013 +0530

----------------------------------------------------------------------
 components/pom.xml | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1aedf38f/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 8aa2c36..6d7c7cd 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -64,14 +64,39 @@
 		<!-- 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.email.sender</module>
+		<!-- Tenant Activity -->
+		<module>org.apache.stratos.tenant.activity</module>	
+		<module>org.apache.stratos.tenant.activity.ui</module>
+		<!-- Account Mgt -->
+		<module>org.apache.stratos.account.mgt</module>
 		<module>org.apache.stratos.account.mgt.ui</module>
-		<module>org.apache.stratos.tenant.mgt.email.sender</module>	
+		<!-- Domain Validation -->
+		<module>org.apache.stratos.validate.domain</module>
+                <module>org.apache.stratos.validate.domain.ui</module>
+		<!-- Throttling -->
+		<module>org.apache.stratos.throttling.agent</module>
+		<module>org.apache.stratos.throttling.manager</module>
+		<module>org.apache.stratos.throttling.ui</module>
+		<!-- Redirector -->
+		<module>org.apache.stratos.sso.redirector.ui</module>
+		<module>org.apache.stratos.redirector.servlet</module>
+		<module>org.apache.stratos.redirector.servlet.ui</module>
+		<!-- Status Monotor -->
+		<module>org.apache.stratos.status.monitor.core</module>
+		<module>org.apache.stratos.status.monitor</module>
+		<module>org.apache.stratos.status.monitor.agent</module>
+		<module>org.apache.stratos.status.monitor.ui</module>
+		<!-- Usage -->
+		<module>org.apache.stratos.usage</module>		
+		<module>org.apache.stratos.usage.agent</module>
+		<module>org.apache.stratos.usage.summary.helper</module>
+		<module>org.apache.stratos.usage.ui</module>
 
 		<module>org.apache.stratos.tenant.dispatcher</module>
 		<module>org.apache.stratos.keystore.mgt</module>
 		<module>org.apache.stratos.activation</module>
-		<module>org.apache.stratos.tenant.activity</module>
-                <module>org.apache.stratos.tenant.activity.ui</module>
 	    </modules>
 	    
 	    <build>