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:59:54 UTC

[11/51] [partial] applied 0001-Refactor-stratos-controller-product.patch

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/modules/styles/service/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/pom.xml b/products/stratos2/stratos_controller/1.0.1/modules/styles/service/pom.xml
deleted file mode 100644
index 0fab5f8..0000000
--- a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/pom.xml
+++ /dev/null
@@ -1,142 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-# Copyright (c) 2008, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-#
-# Licensed 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.wso2.stratos2</groupId>
-	<artifactId>wso2stratos2-parent</artifactId>
-	<version>1.0.1</version>
-        <relativePath>../../../pom.xml</relativePath>
-    </parent>
-
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.wso2.stratos.manager.styles</artifactId>
-    <packaging>bundle</packaging>
-	<name>WSO2 Carbon Stratos Cloud Manager - UI styles</name>
-    <version>${stratos.controller.version}</version>
-    <url>http://wso2.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/29f27ad9/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/META-INF/product.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/META-INF/product.xml b/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/META-INF/product.xml
deleted file mode 100644
index 2a507a2..0000000
--- a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/META-INF/product.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. 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/29f27ad9/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/favicon.ico
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/favicon.ico b/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/favicon.ico
deleted file mode 100644
index f7b2bbf..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/favicon.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/css/main.css b/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/css/main.css
deleted file mode 100755
index 78803ea..0000000
--- a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/css/main.css
+++ /dev/null
@@ -1,240 +0,0 @@
-/* ---------------- 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/29f27ad9/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif b/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif
deleted file mode 100755
index 5db1464..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/modules/styles/service/src/main/resources/web/styles/images/def-body-bg.gif and /dev/null differ

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/pom.xml b/products/stratos2/stratos_controller/1.0.1/pom.xml
deleted file mode 100755
index d1f97cd..0000000
--- a/products/stratos2/stratos_controller/1.0.1/pom.xml
+++ /dev/null
@@ -1,418 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
- ~
- ~ WSO2 Inc. 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.wso2.carbon</groupId>
-        <artifactId>carbon-products</artifactId>
-        <version>4.1.0</version>
-        <relativePath>../../../pom.xml</relativePath>
-    </parent>
-    
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.wso2.stratos2</groupId>
-    <artifactId>wso2stratos2-parent</artifactId>
-    <version>1.0.1</version>
-    <packaging>pom</packaging>
-    <name>WSO2 Manager - Parent</name>
-    <url>http://wso2.com/cloud/stratos/</url>
-    <description>WSO2 Manager</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.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.tenant.mgt</artifactId>
-                <version>${stratos.component.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.tenant.mgt.email.sender</artifactId>
-                <version>${stratos.component.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.tenant.mgt.core</artifactId>
-                <version>${stratos.component.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.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.stratos.common</artifactId>
-            <version>${stratos.component.version}</version>
-        </dependency>
-            <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.theme.mgt</artifactId>
-                <version>${stratos.component.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.wso2.carbon</groupId>
-                <artifactId>org.wso2.carbon.redirector.servlet</artifactId>
-                <version>${stratos.component.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>
-        <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.wso2.version>1.2.11.wso2v2</axiom.wso2.version>
-	<servlet-api.version>2.4</servlet-api.version>
-        <log4j.version>1.2.13</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/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/logo.gif b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/logo.gif
deleted file mode 100755
index 196b81f..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/main.css b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/main.css
deleted file mode 100755
index cea80c4..0000000
--- a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/main.css
+++ /dev/null
@@ -1,232 +0,0 @@
-/* ---------------- 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/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/powered-stratos.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/powered-stratos.gif b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/powered-stratos.gif
deleted file mode 100755
index 6597d26..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Dark/admin/powered-stratos.gif and /dev/null differ

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/main.css b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/main.css
deleted file mode 100755
index 252266e..0000000
--- a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/main.css
+++ /dev/null
@@ -1,229 +0,0 @@
-/* ---------------- 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/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/powered-stratos.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/powered-stratos.gif b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/powered-stratos.gif
deleted file mode 100755
index 6597d26..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Default/admin/powered-stratos.gif and /dev/null differ

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/main.css
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/main.css b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/main.css
deleted file mode 100755
index baf34f0..0000000
--- a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/main.css
+++ /dev/null
@@ -1,229 +0,0 @@
-/* ---------------- 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/29f27ad9/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/menu_header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/menu_header.gif b/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/menu_header.gif
deleted file mode 100755
index 6887ec4..0000000
Binary files a/products/stratos2/stratos_controller/1.0.1/resources/allthemes/Light/admin/menu_header.gif and /dev/null differ

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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