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/19 12:02:06 UTC

git commit: refactor - added elb to the products

Updated Branches:
  refs/heads/master 86e66fc7b -> ab70545c6


refactor - added elb to the products

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/ab70545c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/ab70545c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/ab70545c

Branch: refs/heads/master
Commit: ab70545c60836912bf5b4a3a163ba3115bd4fcc0
Parents: 86e66fc
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Fri Jul 19 15:20:10 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Fri Jul 19 15:31:44 2013 +0530

----------------------------------------------------------------------
 products/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ab70545c/products/pom.xml
----------------------------------------------------------------------
diff --git a/products/pom.xml b/products/pom.xml
index e4c9765..7e5dd49 100644
--- a/products/pom.xml
+++ b/products/pom.xml
@@ -25,7 +25,7 @@
         <artifactId>stratos-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
     </parent>
-    
+
     <modelVersion>4.0.0</modelVersion>
     <artifactId>stratos-products-parent</artifactId>
     <packaging>pom</packaging>
@@ -35,7 +35,8 @@
 
 
     <modules>
-	<module>stratos_cli</module>
+        <module>elb</module>
+        <module>stratos_cli</module>
     </modules>
 
 </project>