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/31 13:16:58 UTC

[17/51] [partial] applying patch related to JIRA STRATOS-12

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/menu_header.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/menu_header.png b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/menu_header.png
new file mode 100644
index 0000000..cf8a1c2
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/menu_header.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif
new file mode 100644
index 0000000..677a421
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif
new file mode 100644
index 0000000..074e94f
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-back.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-back.png b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-back.png
new file mode 100644
index 0000000..680369a
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-back.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-header-repeat.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-header-repeat.png b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-header-repeat.png
new file mode 100644
index 0000000..65adf34
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sc-header-repeat.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sclogo.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sclogo.png b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sclogo.png
new file mode 100644
index 0000000..0c26fa1
Binary files /dev/null and b/products/stratos-controller/modules/styles/product/src/main/resources/web/styles/images/sclogo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/pom.xml b/products/stratos-controller/modules/styles/service/pom.xml
new file mode 100644
index 0000000..fb2ab4b
--- /dev/null
+++ b/products/stratos-controller/modules/styles/service/pom.xml
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+     <parent>
+	<groupId>org.apache.stratos</groupId>
+	<artifactId>manager-styles-parent</artifactId>
+	<version>3.0.0-SNAPSHOT</version>
+    </parent>
+
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>org.apache.stratos.manager.styles</artifactId>
+    <packaging>bundle</packaging>
+    <name>Apache Stratos - Cloud Manager UI styles</name>
+    <url>http://apache.org</url>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-eclipse-plugin</artifactId>
+                <version>2.6</version>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                        <Bundle-Name>${project.artifactId}</Bundle-Name>
+                        <Import-Package>
+                            org.osgi.framework,
+                            org.osgi.service.http,
+                            org.wso2.carbon.ui,
+                            javax.servlet.*;version="2.4.0",
+                            *;resolution:=optional
+                        </Import-Package>
+                        <!--<Fragment-Host>org.wso2.carbon.ui</Fragment-Host>-->
+                        <Carbon-Component>UIBundle</Carbon-Component>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>META-INF/product.xml</include>
+                </includes>
+                <filtering>true</filtering>
+            </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+                <excludes>
+                    <exclude>META-INF/product.xml</exclude>
+                </excludes>
+            </resource>
+        </resources>
+    </build>
+
+     <dependencies>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.ui</artifactId>
+            <version>4.1.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.framework</artifactId>
+            <version>1.0.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.main</artifactId>
+             <version>1.0.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+             <version>1.0.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>org.eclipse.equinox.http.servlet</artifactId>
+            <version>2.2.2</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>org.eclipse.equinox.http.helper</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>org.eclipse.equinox.jsp.jasper</artifactId>
+            <version>1.0.1.R33x_v20070816</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>javax.servlet.jsp</artifactId>
+            <version>2.0.0.v200706191603</version>
+        </dependency>
+    </dependencies>
+    <properties>
+         <wso2carbon.version>4.1.0</wso2carbon.version>
+    </properties>
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/META-INF/product.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/META-INF/product.xml b/products/stratos-controller/modules/styles/service/src/main/resources/META-INF/product.xml
new file mode 100644
index 0000000..1d80dae
--- /dev/null
+++ b/products/stratos-controller/modules/styles/service/src/main/resources/META-INF/product.xml
@@ -0,0 +1,27 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<product xmlns="http://products.wso2.org/carbon">
+    <properties>
+       <property name="userforum">http://stackoverflow.com/questions/tagged/wso2</property>
+       <property name="userguide">http://docs.wso2.org/stratos</property>
+       <property name="mailinglist">http://wso2.org/mail</property>
+       <property name="issuetracker">https://wso2.org/jira/browse/SPI</property>
+       <property name="webAdminConsoleTitle">WSO2 Stratos Controller (WSO2 SC)</property>
+    </properties>
+</product>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/favicon.ico
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/favicon.ico b/products/stratos-controller/modules/styles/service/src/main/resources/web/favicon.ico
new file mode 100644
index 0000000..f7b2bbf
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/favicon.ico differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/css/main.css b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/css/main.css
new file mode 100755
index 0000000..78803ea
--- /dev/null
+++ b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/css/main.css
@@ -0,0 +1,240 @@
+/* ---------------- template styles ------------------------- */
+body {
+	background-image: url( ../images/def-body-bg.gif);
+	background-position: left top;
+	background-repeat: repeat-x;
+}
+
+table#main-table td#header {
+	background-image: url( ../images/def-header-region-bg.gif);
+	background-position: right top;
+	background-repeat: no-repeat;
+}
+
+table#main-table td#menu-panel {
+	border-right: solid 0px #78BDE8;
+	padding-right: 10px;
+}
+
+table#main-table td#menu-panel table#menu-table {
+	background-image:url("../images/theme-menu-table-bg.gif");
+	background-position:left bottom;
+	background-repeat:no-repeat;
+}
+table#main-table td#menu-panel table#menu-table {
+	background-image: none;
+	background-position:left bottom;
+	background-repeat:no-repeat;
+	border-right:1px solid #B6D8F2;
+	border-bottom:1px solid #B6D8F2;
+}
+table#main-table td#menu-panel table#menu-table tbody tr td img {
+	height: 17px;
+}
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( ../images/def-header-bg.gif);
+    height: 121px;
+}
+
+div#header-div div.left-logo {
+	background-image:url("../images/logo.gif");
+	background-position:left center;
+	height:50px;
+	margin-left:50px;
+	margin-top:37px;
+}
+
+div#header-div div.middle-ad {
+	float: left;
+	margin-top: 18px;
+	height: 55px;
+	width: 35%;
+}
+
+div#header-div div.right-logo {
+	background-image:url("../images/right-logo.gif");
+	background-position:right top;
+	background-repeat:no-repeat;
+	color:#B6D8F2;
+	font-size:0;
+	height:31px;
+	line-height:0;
+	margin-right:20px;
+	margin-top:36px;
+	padding-right:0;
+	padding-top:5px;
+	width:239px;
+}
+div#header-div div.header-links {
+	margin-top: 8px;
+}
+div#header-div div.header-links div.right-links {
+	margin-right: 0px;
+	height: 20px;
+	padding-top: 0px;
+}
+div#header-div div.header-links div.right-links ul {
+	background-image: none;
+	background-position:left top;
+	background-repeat:repeat-x;
+	padding-left: 25px;
+	padding-right: 15px;
+	padding-top: 6px;
+	padding-bottom: 7px;
+}
+/* ------------- menu styles ---------------------- */
+div#menu {
+}
+
+div#menu ul.main {
+}
+
+div#menu ul.main li {
+}
+
+div#menu ul.main li.normal {
+}
+
+div#menu ul.main li a.menu-home {
+	display: block !important;
+}
+
+div#menu ul.main li.menu-header {
+	background-image:none;
+	background-position:center top;
+	border-top: 1px solid #CFE3F6;
+	border-bottom:1px solid #78BDE8;
+	height:25px;
+}
+
+div#menu ul.main li a.menu-default {
+}
+
+div#menu ul.main li a.menu-default:hover {
+	background-color: #DAF0FC;
+	border-bottom: solid 1px #72CDF4;
+	border-top: solid 1px #72CDF4;
+	color: #00447C;
+}
+
+div#menu ul.sub {
+} 
+
+/* -------------- child no-01 styles -------------- */
+
+div#menu ul.sub li.normal {
+
+}
+
+div#menu ul.sub li a.menu-default {
+} 
+
+/* ----------- child no-01 (disabled) styles ------------------- */
+	
+div#menu ul.sub li a.menu-disabled-link {
+	}
+	
+	div#menu ul.sub li a.menu-disabled-link:hover {
+	} 
+
+/* -------------- child no-02 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li a.menu-default {
+
+}
+
+/* -------------- child no-03 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
+}
+
+/* ------------- footer styles -------------------- */
+
+div#footer-div div.footer-content div.poweredby {
+	background-image: url(../images/powered-synapse.gif);
+	background-position: right top;
+}
+div#middle {
+	background-color: #fff;
+}
+
+/* ---- login styles ----- */
+
+
+/* --------------- table styles -------------------- */
+
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
+
+.button:hover{
+	background-image:url(../images/esb-button-bg-hover.gif);
+	border:solid 1px #8268A8;
+}
+
+/* =============================================================================================================== */
+
+
+
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+/* chanaka */
+
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
+}
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
+}
+.form-table-left{
+width:100px;
+}
+
+.longTextField{
+width:270px;
+}
+.rowAlone{
+padding-top:10px;
+padding-bottom:10px;
+}
+.tabedBox{
+border:solid 1px #cccccc;
+margin-left:10px;
+padding:10px;
+margin-bottom:10px;
+}
+/* chanaka end */
+
+a.fact-selector-icon-link {
+    background-image: url( ../images/facts-selector.gif );
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+table#main-table td#middle-content {
+	background-color: #fff;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif
new file mode 100755
index 0000000..5db1464
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif
new file mode 100755
index 0000000..758363d
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-region-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-region-bg.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-region-bg.gif
new file mode 100755
index 0000000..935ee9e
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/def-header-region-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/logo.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/logo.gif
new file mode 100755
index 0000000..813e625
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/powered.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/powered.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/powered.gif
new file mode 100644
index 0000000..b8bc163
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/powered.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/right-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/right-logo.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/right-logo.gif
new file mode 100755
index 0000000..533d85a
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/right-logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif
new file mode 100644
index 0000000..f118904
Binary files /dev/null and b/products/stratos-controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/pom.xml b/products/stratos-controller/pom.xml
new file mode 100755
index 0000000..acecd81
--- /dev/null
+++ b/products/stratos-controller/pom.xml
@@ -0,0 +1,419 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <groupId>org.apache.stratos</groupId>
+        <artifactId>stratos-products-parent</artifactId>
+        <version>3.0.0-SNAPSHOT</version>
+    </parent>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.stratos</groupId>
+    <artifactId>stratos-controller-parent</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Stratos - Controller Parent</name>
+    <url>http://apache.org</url>
+    <description>Apache Stratos Controller Parent</description>
+
+    <licenses>
+        <license>
+            <name>Apache License Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+        </license>
+    </licenses>
+
+    <modules>
+        <module>modules/styles</module>
+        <module>modules/cloud-service-mgt</module>
+        <module>modules/dashboard</module>
+        <module>modules/login</module>
+        <module>modules/features</module>
+        <module>modules/p2-profile-gen</module>
+        <module>modules/features-dashboard</module>
+        <module>resources/cloud-services-icons</module>
+        <module>modules/distribution</module>
+        <module>modules/integration</module>
+    </modules>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>log4j</groupId>
+                <artifactId>log4j</artifactId>
+                <version>1.2.13</version>
+            </dependency>
+            <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.axis2.wso2</groupId>
+                <artifactId>axis2</artifactId>
+                <version>1.6.1.wso2v1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom.wso2</groupId>
+                <artifactId>axiom</artifactId>
+                <version>1.2.11.wso2v2</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.derby.wso2</groupId>
+                <artifactId>derby</artifactId>
+                <version>10.3.2.1wso2v1</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.core</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.ui</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.core</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.mgt.ui.search</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.ui.search</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.mgt.ui.resources</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.ui.resources</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.registry.ui.common</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.framework</artifactId>
+                <version>1.0.3</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.osgi.core</artifactId>
+                <version>1.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.apache.felix.main</artifactId>
+                <version>1.0.3</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>org.osgi.compendium</artifactId>
+                <version>1.0.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>org.eclipse.equinox.http.servlet</artifactId>
+                <version>2.2.2</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>org.eclipse.equinox.http.helper</artifactId>
+                <version>1.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>org.eclipse.equinox.jsp.jasper</artifactId>
+                <version>1.0.1.R33x_v20070816</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>javax.servlet.jsp</artifactId>
+                <version>2.0.0.v200706191603</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.equinox</groupId>
+                <artifactId>org.apache.jasper</artifactId>
+                <version>5.5.17.v200706111724</version>
+            </dependency>
+            <dependency>
+                <groupId>javax.servlet</groupId>
+                <artifactId>servlet-api</artifactId>
+                <version>${servlet-api.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.swt</groupId>
+                <artifactId>org.eclipse.swt</artifactId>
+                <version>${eclipse.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.swt</groupId>
+                <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+                <version>${eclipse.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.eclipse.jface</groupId>
+                <artifactId>org.eclipse.jface</artifactId>
+                <version>${eclipse.version}</version>
+            </dependency>
+
+            <!-- Dependencies required for Cloud Manager -->
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.captcha.mgt</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.admin.mgt</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.admin.mgt.ui</artifactId>
+                <version>${carbon.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.account.mgt</artifactId>
+                <version>${stratos.component.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.stratos</groupId>
+                <artifactId>org.apache.stratos.tenant.mgt</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.stratos</groupId>
+                <artifactId>org.apache.stratos.tenant.mgt.email.sender</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.stratos</groupId>
+                <artifactId>org.apache.stratos.tenant.mgt.core</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.wso2.carbon</groupId>
+                <artifactId>org.wso2.carbon.tenant.mgt.axis2</artifactId>
+                <version>${stratos.component.version}</version>
+            </dependency>
+        <dependency>
+            <groupId>org.apache.stratos</groupId>
+            <artifactId>org.apache.stratos.common</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+            <dependency>
+                <groupId>org.apache.stratos</groupId>
+                <artifactId>org.apache.stratos.theme.mgt</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.stratos</groupId>
+                <artifactId>org.apache.stratos.redirector.servlet</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.batik.wso2</groupId>
+                <artifactId>batik</artifactId>
+                <version>1.7.0.wso2v1</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-scr-plugin</artifactId>
+                    <version>1.0.10</version>
+                    <executions>
+                        <execution>
+                            <id>generate-scr-scrdescriptor</id>
+                            <goals>
+                                <goal>scr</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>             
+        </plugins>
+    </build>
+    <scm>
+        <connection>scm:svn:https://wso2.org/repos/wso2/trunk/wsas/java</connection>
+        <developerConnection>scm:svn:https://wso2.org/repos/wso2/trunk/wsas/java
+        </developerConnection>
+    </scm>
+
+    <repositories>
+        <repository>
+            <id>wso2-nexus</id>
+            <name>WSO2 internal Repository</name>
+            <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </releases>
+        </repository>
+        <!--moved to nexus
+
+        <repository>
+            <id>wso2-maven2-repository-snapshot</id>
+            <url>http://dist.wso2.org/snapshots/maven2</url>
+        </repository>
+        <repository>
+            <id>m2-snapshot-repository</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>wso2-maven2-repository</id>
+            <url>http://dist.wso2.org/maven2</url>
+        </repository>
+        <repository>
+            <id>tomcat-repository</id>
+            <url>http://tomcat.apache.org/dev/dist/m2-repository</url>
+        </repository>
+        <repository>
+            <id>ws-zones-repository</id>
+            <url>http://ws.zones.apache.org/repository2</url>
+        </repository>
+        <!&ndash;&ndash; Others are available from http://repo1.maven.org/maven2 &ndash;&ndash;>
+
+        -->
+    </repositories>
+
+    <distributionManagement>
+        <repository>
+            <id>wso2-maven2-repository</id>
+            <name>WSO2 Maven2 Repository</name>
+            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
+        </repository>
+        <snapshotRepository>
+            <id>wso2-maven2-snapshot-repository</id>
+            <name>WSO2 Maven2 Snapshot Repository</name>
+            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
+        </snapshotRepository>
+    </distributionManagement>
+
+    <profiles>
+        <profile>
+            <activation>
+                <property>
+                    <name>sign</name>
+                </property>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-gpg-plugin</artifactId>
+                        <version>1.0-alpha-3</version>
+                        <executions>
+                            <execution>
+                                <id>sign-artifacts</id>
+                                <phase>verify</phase>
+                                <goals>
+                                    <goal>sign</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-compiler-plugin</artifactId>
+                        <configuration>
+                            <source>1.6</source>
+                            <target>1.6</target>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <organization>
+        <name>WSO2 Inc</name>
+        <url>http://wso2.com</url>
+    </organization>
+
+    <properties>
+        <rampart.mar.version>1.6.1-wso2v8</rampart.mar.version>
+        <features-dashboard.war.version>1.0.0</features-dashboard.war.version>
+        <carbon.version>4.1.0</carbon.version>
+	<synapse.version>2.1.1.wso2v4</synapse.version>
+        <stratos.controller.version>1.0.1</stratos.controller.version>
+        <stratos.component.version>2.1.0</stratos.component.version>
+	<project.version>3.0.0-SNAPSHOT</project.version>
+        <stratos.component.patch.version>2.1.3</stratos.component.patch.version>
+        <eclipse.version>3.2.0</eclipse.version>
+        <servlet-api.version>2.4</servlet-api.version>
+        <shoppingcart.version>2.1.0</shoppingcart.version>
+	<shoppingcart.global.version>2.1.0</shoppingcart.global.version>
+	<carbon.kernel.version>4.1.0</carbon.kernel.version>
+	<version.synapse>2.1.1-wso2v3</version.synapse>
+	<carbon.p2.plugin.version>1.5.2</carbon.p2.plugin.version>
+	<carbon.platform.version>4.1.0</carbon.platform.version>
+	<passthru.transport.version>1.0.2</passthru.transport.version>
+	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <opencsv.version>1.8</opencsv.version>
+        <poi.version>3.0-FINAL</poi.version>
+        <axis2.transport.version>1.1.0-wso2v8</axis2.transport.version>
+        <axis2.wso2.version>1.6.1.wso2v8</axis2.wso2.version>
+        <axiom.osgi.version>1.2.11.wso2v4</axiom.osgi.version>
+        <axiom.osgi.version.range>[1.2.11.wso2v4, 1.3.0)</axiom.osgi.version.range>
+	<servlet-api.version>2.4</servlet-api.version>
+        <log4j.version>1.2.17</log4j.version>
+        <commons.logging.version>1.1</commons.logging.version>
+	<quartz.wso2.version>2.1.1.wso2v1</quartz.wso2.version>
+    </properties>
+
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/logo.gif b/products/stratos-controller/resources/allthemes/Dark/admin/logo.gif
new file mode 100755
index 0000000..196b81f
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/main.css b/products/stratos-controller/resources/allthemes/Dark/admin/main.css
new file mode 100755
index 0000000..cea80c4
--- /dev/null
+++ b/products/stratos-controller/resources/allthemes/Dark/admin/main.css
@@ -0,0 +1,232 @@
+/* ---------------- template styles ------------------------- */
+
+table#main-table td#header {
+	background-image: url( theme-header-region-bg.gif);
+}
+
+table#main-table td#menu-panel {
+	border-right: solid 0px #73559D;
+	background-image: url(theme-menu-panel-l-bg.gif);
+	background-position: left top;
+	background-repeat: no-repeat;
+	padding-left: 0;
+	background-color: #F4F4F4;
+}
+
+table#main-table td#menu-panel table#menu-table {
+	background-image:url("theme-menu-table-bg.gif");
+	background-position:left bottom;
+	background-repeat:no-repeat;
+}
+table#main-table td#menu-panel table#menu-table td {
+	padding-left: 6px;
+	padding-right:16px;
+}	
+table#main-table td#menu-panel table#menu-table tbody tr td img {
+	height: 17px;
+}
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( theme-header-bg.gif);
+    height: 115px;
+}
+
+div#header-div div.left-logo {
+	background-image: url( logo.gif );
+	background-position: left center;
+	height: 80px;
+	margin-left:65px;
+	margin-top:0px;
+}
+
+div#header-div div.middle-ad {
+	float: left;
+	margin-top: 18px;
+	height: 55px;
+	width: 35%;
+	display: none;
+}
+
+div#header-div div.right-logo {
+	background-image:url("../../../../../../../../../carbon/admin/images/t-right-logo.gif");
+	background-position:right top;
+	background-repeat:no-repeat;
+	height:45px;
+	margin-right:20px;
+	line-height: 0px;
+	margin-top:10px;
+	padding-right:0px;
+	padding-top:5px;
+	color: #fff;
+	font-size: 0px;
+	width: 500px;
+}
+div#header-div div.header-links {
+	margin-top:0px;
+}
+div#header-div div.header-links div.right-links {
+	margin-right: 0px;
+	height: 35px;
+	padding-top: 0px;
+}
+div#header-div div.header-links div.right-links ul {
+	background-image:url("theme-right-links-bg.gif");
+	background-position:left top;
+	background-repeat:repeat-x;
+	padding-left: 25px;
+	padding-right: 15px;
+	padding-top: 6px;
+	padding-bottom: 7px;
+}
+/* ------------- menu styles ---------------------- */
+div#menu {
+}
+
+div#menu ul.main {
+}
+
+div#menu ul.main li {
+}
+
+div#menu ul.main li.normal {
+}
+
+div#menu ul.main li a.menu-home {
+	display:block !important;
+}
+
+div#menu ul.main li.menu-header {
+	background-image:url("theme-menu-header.gif");
+	background-position: top;
+	height: 28px;
+}
+
+div#menu ul.main li a.menu-default {
+}
+
+div#menu ul.main li a.menu-default:hover {
+	background-color: #EFECF5;
+	border-bottom: solid 1px #C2B7D8;
+	border-top: solid 1px #C2B7D8;
+	color: #00447C;
+}
+
+div#menu ul.sub {
+} 
+
+/* -------------- child no-01 styles -------------- */
+
+div#menu ul.sub li.normal {
+
+}
+
+div#menu ul.sub li a.menu-default {
+} 
+
+/* ----------- child no-01 (disabled) styles ------------------- */
+	
+div#menu ul.sub li a.menu-disabled-link {
+	}
+	
+	div#menu ul.sub li a.menu-disabled-link:hover {
+	} 
+
+/* -------------- child no-02 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li a.menu-default {
+
+}
+
+/* -------------- child no-03 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
+}
+
+/* ------------- footer styles -------------------- */
+
+
+div#footer-div div.footer-content {
+    background-image: url(../../../../../../../../../carbon/admin/images/powered.gif);
+	background-position: right center;
+	background-repeat: no-repeat;
+	margin-right: 10px;
+	
+}
+
+/* ---- login styles ----- */
+
+
+/* --------------- table styles -------------------- */
+
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
+
+.button:hover{
+	border:solid 1px #8268A8;
+}
+
+/* =============================================================================================================== */
+
+
+
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+/* chanaka */
+
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
+}
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
+}
+.form-table-left{
+width:100px;
+}
+
+.longTextField{
+width:270px;
+}
+.rowAlone{
+padding-top:10px;
+padding-bottom:10px;
+}
+.tabedBox{
+border:solid 1px #cccccc;
+margin-left:10px;
+padding:10px;
+margin-bottom:10px;
+}
+/* chanaka end */
+
+a.fact-selector-icon-link {
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+table#main-table td#middle-content {
+
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/powered-stratos.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/powered-stratos.gif b/products/stratos-controller/resources/allthemes/Dark/admin/powered-stratos.gif
new file mode 100755
index 0000000..6597d26
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/powered-stratos.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/right-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/right-logo.gif b/products/stratos-controller/resources/allthemes/Dark/admin/right-logo.gif
new file mode 100755
index 0000000..e6c3d13
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/right-logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-bg.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-bg.gif
new file mode 100755
index 0000000..99add93
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-region-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-region-bg.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-region-bg.gif
new file mode 100755
index 0000000..7cc3f52
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-header-region-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-header.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-header.gif
new file mode 100755
index 0000000..84bb42e
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif
new file mode 100755
index 0000000..a6c268f
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-table-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-table-bg.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-table-bg.gif
new file mode 100755
index 0000000..213819a
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-menu-table-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/admin/theme-right-links-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/admin/theme-right-links-bg.gif b/products/stratos-controller/resources/allthemes/Dark/admin/theme-right-links-bg.gif
new file mode 100755
index 0000000..0a2e51a
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/admin/theme-right-links-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Dark/thumb.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Dark/thumb.png b/products/stratos-controller/resources/allthemes/Dark/thumb.png
new file mode 100755
index 0000000..7db90a6
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Dark/thumb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/def-body-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/def-body-bg.gif b/products/stratos-controller/resources/allthemes/Default/admin/def-body-bg.gif
new file mode 100755
index 0000000..5db1464
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/def-body-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/def-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/def-header-bg.gif b/products/stratos-controller/resources/allthemes/Default/admin/def-header-bg.gif
new file mode 100755
index 0000000..758363d
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/def-header-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/def-header-region-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/def-header-region-bg.gif b/products/stratos-controller/resources/allthemes/Default/admin/def-header-region-bg.gif
new file mode 100755
index 0000000..935ee9e
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/def-header-region-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/logo.gif b/products/stratos-controller/resources/allthemes/Default/admin/logo.gif
new file mode 100755
index 0000000..813e625
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/main.css b/products/stratos-controller/resources/allthemes/Default/admin/main.css
new file mode 100755
index 0000000..252266e
--- /dev/null
+++ b/products/stratos-controller/resources/allthemes/Default/admin/main.css
@@ -0,0 +1,229 @@
+/* ---------------- template styles ------------------------- */
+body {
+	background-image: url( def-body-bg.gif);
+	background-position: left top;
+	background-repeat: repeat-x;
+}
+
+table#main-table td#header {
+	background-image: url( def-header-region-bg.gif);
+	background-position: right top;
+	background-repeat: no-repeat;
+}
+
+table#main-table td#menu-panel {
+	border-right: solid 0px #78BDE8;
+	padding-right: 10px;
+}
+
+table#main-table td#menu-panel table#menu-table {
+	background-image: none;
+	background-position:left bottom;
+	background-repeat:no-repeat;
+}
+table#main-table td#menu-panel table#menu-table {
+	background-image: none;
+	background-position:left bottom;
+	background-repeat:no-repeat;
+	border-right:1px solid #B6D8F2;
+	border-bottom:1px solid #B6D8F2;
+}
+table#main-table td#menu-panel table#menu-table tbody tr td img {
+	height: 17px;
+}
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( def-header-bg.gif);
+    height: 121px;
+}
+
+div#header-div div.left-logo {
+	background-image:url("logo.gif");
+	background-position:left center;
+	height:50px;
+	margin-left:50px;
+	margin-top:37px;
+}
+
+div#header-div div.middle-ad {
+	float: left;
+	margin-top: 18px;
+	height: 55px;
+	width: 35%;
+	display:none;
+}
+
+div#header-div div.right-logo {
+	background-image:url("../../../../../../../../../carbon/admin/images/t-right-logo.gif");
+	background-position:right top;
+	background-repeat:no-repeat;
+	color:#B6D8F2;
+	font-size:0;
+	height:45px;
+	line-height:0;
+	margin-right:20px;
+	margin-top:20px;
+	padding-right:0;
+	padding-top:5px;
+	width:500px;
+}
+div#header-div div.header-links {
+	margin-top: 8px;
+}
+div#header-div div.header-links div.right-links {
+	margin-right: 0px;
+	height: 20px;
+	padding-top: 0px;
+}
+div#header-div div.header-links div.right-links ul {
+	background-image: none;
+	background-position:left top;
+	background-repeat:repeat-x;
+	padding-left: 25px;
+	padding-right: 15px;
+	padding-top: 6px;
+	padding-bottom: 7px;
+}
+/* ------------- menu styles ---------------------- */
+div#menu {
+}
+
+div#menu ul.main {
+}
+
+div#menu ul.main li {
+}
+
+div#menu ul.main li.normal {
+}
+
+div#menu ul.main li a.menu-home {
+	display: block !important;
+}
+
+div#menu ul.main li.menu-header {
+	background-image:none;
+	background-position:center top;
+	border-top: 1px solid #CFE3F6;
+	border-bottom:1px solid #78BDE8;
+	height:25px;
+}
+
+div#menu ul.main li a.menu-default {
+}
+
+div#menu ul.main li a.menu-default:hover {
+	background-color: #DAF0FC;
+	border-bottom: solid 1px #72CDF4;
+	border-top: solid 1px #72CDF4;
+	color: #00447C;
+}
+
+div#menu ul.sub {
+} 
+
+/* -------------- child no-01 styles -------------- */
+
+div#menu ul.sub li.normal {
+
+}
+
+div#menu ul.sub li a.menu-default {
+} 
+
+/* ----------- child no-01 (disabled) styles ------------------- */
+	
+div#menu ul.sub li a.menu-disabled-link {
+	}
+	
+	div#menu ul.sub li a.menu-disabled-link:hover {
+	} 
+
+/* -------------- child no-02 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li a.menu-default {
+
+}
+
+/* -------------- child no-03 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
+}
+
+/* ------------- footer styles -------------------- */
+
+div#footer-div div.footer-content {
+    background-image: url(../../../../../../../../../carbon/admin/images/powered.gif);
+	background-position: right center;
+	background-repeat: no-repeat;
+	margin-right: 10px;
+}
+
+div#middle {
+	background-color: #fff;
+}
+
+/* ---- login styles ----- */
+
+
+/* --------------- table styles -------------------- */
+
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
+
+.button:hover{
+	border:solid 1px #8268A8;
+}
+
+/* =============================================================================================================== */
+
+
+
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+/* chanaka */
+
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
+}
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
+}
+.form-table-left{
+width:100px;
+}
+
+.longTextField{
+width:270px;
+}
+.rowAlone{
+padding-top:10px;
+padding-bottom:10px;
+}
+.tabedBox{
+border:solid 1px #cccccc;
+margin-left:10px;
+padding:10px;
+margin-bottom:10px;
+}
+/* chanaka end */
+
+table#main-table td#middle-content {
+	background-color: #fff;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/powered-stratos.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/powered-stratos.gif b/products/stratos-controller/resources/allthemes/Default/admin/powered-stratos.gif
new file mode 100755
index 0000000..6597d26
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/powered-stratos.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/admin/right-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/admin/right-logo.gif b/products/stratos-controller/resources/allthemes/Default/admin/right-logo.gif
new file mode 100755
index 0000000..f118904
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/admin/right-logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Default/thumb.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Default/thumb.png b/products/stratos-controller/resources/allthemes/Default/thumb.png
new file mode 100755
index 0000000..46fc8e6
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Default/thumb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/logo.gif b/products/stratos-controller/resources/allthemes/Light/admin/logo.gif
new file mode 100755
index 0000000..196b81f
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/main.css b/products/stratos-controller/resources/allthemes/Light/admin/main.css
new file mode 100755
index 0000000..baf34f0
--- /dev/null
+++ b/products/stratos-controller/resources/allthemes/Light/admin/main.css
@@ -0,0 +1,229 @@
+/* ---------------- template styles ------------------------- */
+
+table#main-table td#header {
+	background-image: url( theme-header-region-bg.gif);
+}
+
+table#main-table td#menu-panel {
+	border-right: solid 0px #73559D;
+	background-image: url(theme-menu-panel-l-bg.gif);
+	background-position: left top;
+	background-repeat: no-repeat;
+	padding-left: 0;
+	background-color: #F4F4F4;
+}
+
+table#main-table td#menu-panel table#menu-table {
+	background-image:url("theme-menu-table-bg.gif");
+	background-position:left bottom;
+	background-repeat:no-repeat;
+}
+table#main-table td#menu-panel table#menu-table td {
+	padding-left: 6px;
+	padding-right:16px;
+}	
+table#main-table td#menu-panel table#menu-table tbody tr td img {
+	height: 17px;
+}
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( theme-header-bg.gif);
+    height: 103px;
+}
+
+div#header-div div.left-logo {
+	background-image: url( logo.gif );
+	background-position: left center;
+	height: 80px;
+	margin-left:65px;
+	margin-top:0px;
+}
+
+div#header-div div.middle-ad {
+	float: left;
+	margin-top: 18px;
+	height: 55px;
+	width: 35%;
+	display:none;
+}
+
+div#header-div div.right-logo {
+	background-image:url("../../../../../../../../../carbon/admin/images/t-right-logo.gif");
+	background-position:right top;
+	background-repeat:no-repeat;
+	height:45px;
+	margin-right:20px;
+	line-height: 0px;
+	margin-top:10px;
+	padding-right:0px;
+	padding-top:5px;
+	color: #fff;
+	font-size: 0px;
+    	width:500px;
+}
+div#header-div div.header-links {
+	margin-top:-10px;
+}
+div#header-div div.header-links div.right-links {
+	margin-right: 0px;
+	height: 35px;
+	padding-top: 0px;
+}
+div#header-div div.header-links div.right-links ul {
+	background-position:left top;
+	background-repeat:repeat-x;
+	padding-left: 25px;
+	padding-right: 15px;
+	padding-top: 6px;
+	padding-bottom: 7px;
+}
+/* ------------- menu styles ---------------------- */
+div#menu {
+}
+
+div#menu ul.main {
+}
+
+div#menu ul.main li {
+}
+
+div#menu ul.main li.normal {
+}
+
+div#menu ul.main li a.menu-home {
+	display:block !important;
+}
+
+div#menu ul.main li.menu-header {
+	background-position: top;
+	height: 28px;
+}
+
+div#menu ul.main li a.menu-default {
+}
+
+div#menu ul.main li a.menu-default:hover {
+	background-color: #EFECF5;
+	border-bottom: solid 1px #C2B7D8;
+	border-top: solid 1px #C2B7D8;
+	color: #00447C;
+}
+
+div#menu ul.sub {
+} 
+
+/* -------------- child no-01 styles -------------- */
+
+div#menu ul.sub li.normal {
+
+}
+
+div#menu ul.sub li a.menu-default {
+} 
+
+/* ----------- child no-01 (disabled) styles ------------------- */
+	
+div#menu ul.sub li a.menu-disabled-link {
+	}
+	
+	div#menu ul.sub li a.menu-disabled-link:hover {
+	} 
+
+/* -------------- child no-02 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li a.menu-default {
+
+}
+
+/* -------------- child no-03 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
+}
+
+/* ------------- footer styles -------------------- */
+
+
+div#footer-div div.footer-content {
+    background-image: url(../../../../../../../../../carbon/admin/images/powered.gif);
+	background-position: right center;
+	background-repeat: no-repeat;
+	margin-right: 10px;
+}
+
+/* ---- login styles ----- */
+
+
+/* --------------- table styles -------------------- */
+
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
+
+.button:hover{
+	border:solid 1px #8268A8;
+}
+
+/* =============================================================================================================== */
+
+
+
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+/* chanaka */
+
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
+}
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
+}
+.form-table-left{
+width:100px;
+}
+
+.longTextField{
+width:270px;
+}
+.rowAlone{
+padding-top:10px;
+padding-bottom:10px;
+}
+.tabedBox{
+border:solid 1px #cccccc;
+margin-left:10px;
+padding:10px;
+margin-bottom:10px;
+}
+/* chanaka end */
+
+a.fact-selector-icon-link {
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+table#main-table td#middle-content {
+
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/menu_header.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/menu_header.gif b/products/stratos-controller/resources/allthemes/Light/admin/menu_header.gif
new file mode 100755
index 0000000..6887ec4
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/menu_header.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/powered-stratos.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/powered-stratos.gif b/products/stratos-controller/resources/allthemes/Light/admin/powered-stratos.gif
new file mode 100755
index 0000000..6597d26
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/powered-stratos.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/right-links-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/right-links-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/right-links-bg.gif
new file mode 100755
index 0000000..ba9d5d0
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/right-links-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/right-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/right-logo.gif b/products/stratos-controller/resources/allthemes/Light/admin/right-logo.gif
new file mode 100755
index 0000000..e6c3d13
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/right-logo.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/theme-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/theme-header-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-bg.gif
new file mode 100755
index 0000000..4d47044
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-b-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-b-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-b-bg.gif
new file mode 100755
index 0000000..463b157
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-b-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-bg.gif
new file mode 100755
index 0000000..57a2ec1
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/theme-header-region-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif
new file mode 100755
index 0000000..bafb43a
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-table-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-table-bg.gif b/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-table-bg.gif
new file mode 100755
index 0000000..9582772
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/admin/theme-menu-table-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/allthemes/Light/thumb.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/allthemes/Light/thumb.png b/products/stratos-controller/resources/allthemes/Light/thumb.png
new file mode 100755
index 0000000..6dba1ff
Binary files /dev/null and b/products/stratos-controller/resources/allthemes/Light/thumb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/appserver.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/appserver.gif b/products/stratos-controller/resources/cloud-services-icons/appserver.gif
new file mode 100755
index 0000000..b760eb0
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/appserver.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/bam.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/bam.gif b/products/stratos-controller/resources/cloud-services-icons/bam.gif
new file mode 100755
index 0000000..264f289
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/bam.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/bps.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/bps.gif b/products/stratos-controller/resources/cloud-services-icons/bps.gif
new file mode 100755
index 0000000..1cd9d5e
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/bps.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/brs-old.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/brs-old.gif b/products/stratos-controller/resources/cloud-services-icons/brs-old.gif
new file mode 100755
index 0000000..c5a7dd8
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/brs-old.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/brs.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/brs.gif b/products/stratos-controller/resources/cloud-services-icons/brs.gif
new file mode 100755
index 0000000..38f20e3
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/brs.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/cep.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/cep.png b/products/stratos-controller/resources/cloud-services-icons/cep.png
new file mode 100755
index 0000000..3a481b1
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/cep.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/cg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/cg.gif b/products/stratos-controller/resources/cloud-services-icons/cg.gif
new file mode 100755
index 0000000..1e8ad73
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/cg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/csg-inactive.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/csg-inactive.gif b/products/stratos-controller/resources/cloud-services-icons/csg-inactive.gif
new file mode 100755
index 0000000..00d542c
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/csg-inactive.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/csg.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/csg.gif b/products/stratos-controller/resources/cloud-services-icons/csg.gif
new file mode 100755
index 0000000..df9da9f
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/csg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/ds.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/ds.gif b/products/stratos-controller/resources/cloud-services-icons/ds.gif
new file mode 100755
index 0000000..5721908
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/ds.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/esb.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/esb.gif b/products/stratos-controller/resources/cloud-services-icons/esb.gif
new file mode 100755
index 0000000..bb43e99
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/esb.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/gadget.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/gadget.gif b/products/stratos-controller/resources/cloud-services-icons/gadget.gif
new file mode 100755
index 0000000..55b41de
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/gadget.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/governance.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/governance.gif b/products/stratos-controller/resources/cloud-services-icons/governance.gif
new file mode 100755
index 0000000..f9dfce4
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/governance.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/identity.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/identity.gif b/products/stratos-controller/resources/cloud-services-icons/identity.gif
new file mode 100755
index 0000000..40f1fb7
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/identity.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-appserver.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-appserver.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-appserver.gif
new file mode 100755
index 0000000..2e7b33f
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-appserver.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-bam.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-bam.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-bam.gif
new file mode 100755
index 0000000..2401c11
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-bam.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-brs.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-brs.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-brs.gif
new file mode 100755
index 0000000..3e29688
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-brs.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-cep.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-cep.png b/products/stratos-controller/resources/cloud-services-icons/inactive-cep.png
new file mode 100755
index 0000000..e454bab
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-cep.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-esb.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-esb.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-esb.gif
new file mode 100755
index 0000000..8ae52bc
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-esb.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-gadget.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-gadget.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-gadget.gif
new file mode 100755
index 0000000..243f893
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-gadget.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-governance.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-governance.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-governance.gif
new file mode 100755
index 0000000..fba1531
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-governance.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-identity.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-identity.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-identity.gif
new file mode 100755
index 0000000..6f5e1be
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-identity.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-mashup.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-mashup.gif b/products/stratos-controller/resources/cloud-services-icons/inactive-mashup.gif
new file mode 100755
index 0000000..17c74c4
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-mashup.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/inactive-mb.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/inactive-mb.png b/products/stratos-controller/resources/cloud-services-icons/inactive-mb.png
new file mode 100755
index 0000000..275136b
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/inactive-mb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/mashup.gif
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/mashup.gif b/products/stratos-controller/resources/cloud-services-icons/mashup.gif
new file mode 100755
index 0000000..58d91af
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/mashup.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/mb.png
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/mb.png b/products/stratos-controller/resources/cloud-services-icons/mb.png
new file mode 100755
index 0000000..928c95e
Binary files /dev/null and b/products/stratos-controller/resources/cloud-services-icons/mb.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/ffe2e466/products/stratos-controller/resources/cloud-services-icons/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/resources/cloud-services-icons/pom.xml b/products/stratos-controller/resources/cloud-services-icons/pom.xml
new file mode 100755
index 0000000..662ea95
--- /dev/null
+++ b/products/stratos-controller/resources/cloud-services-icons/pom.xml
@@ -0,0 +1,72 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.wso2.manager</groupId>
+    <artifactId>cloud-services-icons</artifactId>
+    <version>1.0.0</version>
+    <packaging>pom</packaging>
+    <name>Apache Stratos - Manager Cloud Services Icons</name>
+    <description>Apache Stratos - Manager Cloud Services Icons</description>
+
+    <licenses>
+        <license>
+            <name>Apache License Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+        </license>
+    </licenses>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <version>2.1.1</version>
+                <executions>
+                    <execution>
+				        <id>war</id>
+				        <phase>package</phase>
+				        <goals>
+					        <goal>war</goal>
+				        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+				    <warName>cloud-services-icons</warName>
+			        <failOnMissingWebXml>false</failOnMissingWebXml>  
+			        <webResources>
+					    <resource>
+					        <directory>.</directory>
+				        </resource>
+		            </webResources>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <organization>
+        <name>WSO2 Inc</name>
+        <url>http://wso2.com</url>
+    </organization>
+
+
+</project>