Repository: stratos Updated Branches: refs/heads/stratos-4.1.x cf386347b -> a2adec321
Remove UI resources from distribution module Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/0f4f505a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/0f4f505a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/0f4f505a Branch: refs/heads/stratos-4.1.x Commit: 0f4f505a227ee73933cf08d1371dd07c0872fa52 Parents: cf38634 Author: Akila Perera <[email protected]> Authored: Wed Sep 23 17:04:36 2015 +0530 Committer: Akila Perera <[email protected]> Committed: Wed Sep 23 19:01:27 2015 +0530 ---------------------------------------------------------------------- .../src/main/resources/META-INF/product.xml | 2 +- .../src/main/resources/web/favicon.ico | Bin 17542 -> 0 bytes .../src/main/resources/web/styles/css/main.css | 12 - .../resources/web/styles/images/powered.gif | Bin 1773 -> 0 bytes .../resources/web/styles/images/right-logo.gif | Bin 6102 -> 0 bytes .../web/styles/images/t-right-logo.gif | Bin 3629 -> 0 bytes .../modules/distribution/src/assembly/bin.xml | 20 +- .../resources/allthemes/Dark/admin/logo.gif | Bin 3476 -> 0 bytes .../resources/allthemes/Dark/admin/main.css | 253 ------------------- .../allthemes/Dark/admin/powered-stratos.gif | Bin 1515 -> 0 bytes .../allthemes/Dark/admin/right-logo.gif | Bin 2325 -> 0 bytes .../allthemes/Dark/admin/theme-header-bg.gif | Bin 4245 -> 0 bytes .../Dark/admin/theme-header-region-bg.gif | Bin 793 -> 0 bytes .../allthemes/Dark/admin/theme-menu-header.gif | Bin 261 -> 0 bytes .../Dark/admin/theme-menu-panel-l-bg.gif | Bin 312 -> 0 bytes .../Dark/admin/theme-menu-table-bg.gif | Bin 5671 -> 0 bytes .../Dark/admin/theme-right-links-bg.gif | Bin 1005 -> 0 bytes .../src/main/resources/allthemes/Dark/thumb.png | Bin 19546 -> 0 bytes .../allthemes/Default/admin/def-body-bg.gif | Bin 419 -> 0 bytes .../allthemes/Default/admin/def-header-bg.gif | Bin 17875 -> 0 bytes .../Default/admin/def-header-region-bg.gif | Bin 22784 -> 0 bytes .../resources/allthemes/Default/admin/logo.gif | Bin 3476 -> 0 bytes .../resources/allthemes/Default/admin/main.css | 250 ------------------ .../allthemes/Default/admin/powered-stratos.gif | Bin 1515 -> 0 bytes .../allthemes/Default/admin/right-logo.gif | Bin 3629 -> 0 bytes .../main/resources/allthemes/Default/thumb.png | Bin 24432 -> 0 bytes .../resources/allthemes/Light/admin/logo.gif | Bin 3476 -> 0 bytes .../resources/allthemes/Light/admin/main.css | 250 ------------------ .../allthemes/Light/admin/menu_header.gif | Bin 243 -> 0 bytes .../allthemes/Light/admin/powered-stratos.gif | Bin 1515 -> 0 bytes .../allthemes/Light/admin/right-links-bg.gif | Bin 1191 -> 0 bytes .../allthemes/Light/admin/right-logo.gif | Bin 2325 -> 0 bytes .../allthemes/Light/admin/theme-header-bg.gif | Bin 3792 -> 0 bytes .../Light/admin/theme-header-region-b-bg.gif | Bin 121 -> 0 bytes .../Light/admin/theme-header-region-bg.gif | Bin 534 -> 0 bytes .../Light/admin/theme-menu-panel-l-bg.gif | Bin 772 -> 0 bytes .../Light/admin/theme-menu-table-bg.gif | Bin 5991 -> 0 bytes .../main/resources/allthemes/Light/thumb.png | Bin 18102 -> 0 bytes .../powerded-by-logos/appserver-logo.gif | Bin 1473 -> 0 bytes .../resources/powerded-by-logos/bam-logo.gif | Bin 1690 -> 0 bytes .../resources/powerded-by-logos/bps-logo.gif | Bin 1606 -> 0 bytes .../resources/powerded-by-logos/brs-logo.gif | Bin 1596 -> 0 bytes .../resources/powerded-by-logos/csg-logo.gif | Bin 2030 -> 0 bytes .../resources/powerded-by-logos/ds-logo.gif | Bin 1528 -> 0 bytes .../resources/powerded-by-logos/esb-logo.gif | Bin 1598 -> 0 bytes .../resources/powerded-by-logos/gadget-logo.gif | Bin 1368 -> 0 bytes .../powerded-by-logos/governance-logo.gif | Bin 1525 -> 0 bytes .../powerded-by-logos/identity-logo.gif | Bin 1398 -> 0 bytes .../resources/powerded-by-logos/mashup-logo.gif | Bin 1440 -> 0 bytes 49 files changed, 17 insertions(+), 770 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml b/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml index 5fae283..115ef2f 100644 --- a/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml +++ b/components/org.apache.stratos.manager.styles/src/main/resources/META-INF/product.xml @@ -22,6 +22,6 @@ <property name="userguide">http://stratos.apache.org/index.html</property> <property name="mailinglist">http://stratos.apache.org/community/mailing-lists.html</property> <property name="issuetracker">https://issues.apache.org/jira/browse/STRATOS</property> - <property name="webAdminConsoleTitle">Apache Stratos Controller</property> + <property name="webAdminConsoleTitle">Apache Stratos Admin Console</property> </properties> </product> http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/web/favicon.ico ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/web/favicon.ico b/components/org.apache.stratos.manager.styles/src/main/resources/web/favicon.ico deleted file mode 100644 index f7b2bbf..0000000 Binary files a/components/org.apache.stratos.manager.styles/src/main/resources/web/favicon.ico and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css/main.css ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css/main.css b/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css/main.css index 833b05d..402617b 100644 --- a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css/main.css +++ b/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css/main.css @@ -74,9 +74,6 @@ div#header-div div.middle-ad { } 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; @@ -172,10 +169,6 @@ 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; } @@ -188,11 +181,6 @@ div#middle { .tableOddRow{background-color: white;} .tableEvenRow{background-color: #EFECF5;} -.button:hover{ - background-image:url(../images/esb-button-bg-hover.gif); - border:solid 1px #8268A8; -} - /* =============================================================================================================== */ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/powered.gif ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/powered.gif b/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/powered.gif deleted file mode 100644 index b8bc163..0000000 Binary files a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/powered.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/right-logo.gif ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/right-logo.gif b/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/right-logo.gif deleted file mode 100755 index 533d85a..0000000 Binary files a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/right-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/t-right-logo.gif ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/t-right-logo.gif b/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/t-right-logo.gif deleted file mode 100644 index f118904..0000000 Binary files a/components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images/t-right-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/assembly/bin.xml b/products/stratos/modules/distribution/src/assembly/bin.xml index 7569924..6e8bba9 100755 --- a/products/stratos/modules/distribution/src/assembly/bin.xml +++ b/products/stratos/modules/distribution/src/assembly/bin.xml @@ -130,12 +130,24 @@ <!-- Copying themes, cloud icons--> <fileSet> - <directory>src/main/resources</directory> - <outputDirectory>${stratos.distribution.name}-${project.version}/resources</outputDirectory> + <directory>../../../../components/org.apache.stratos.manager.styles/src/main/resources/web/styles/css + </directory> + <outputDirectory>${stratos.distribution.name}-${project.version}/resources/allthemes/Default/admin + </outputDirectory> + <fileMode>755</fileMode> + <includes> + <include>**/**.css</include> + </includes> + </fileSet> + <fileSet> + <directory>../../../../components/org.apache.stratos.manager.styles/src/main/resources/web/styles/images + </directory> + <outputDirectory>${stratos.distribution.name}-${project.version}/resources/allthemes/Default/images + </outputDirectory> <fileMode>755</fileMode> <includes> - <include>allthemes/**</include> - <include>powerded-by-logos/**</include> + <include>**/**.gif</include> + <include>**/**.png</include> </includes> </fileSet> http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/logo.gif deleted file mode 100755 index 3b1e913..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/main.css ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/main.css b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/main.css deleted file mode 100644 index 1271433..0000000 --- a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/main.css +++ /dev/null @@ -1,253 +0,0 @@ -/* - * - * 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. - * -*/ - -/* ---------------- 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/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/powered-stratos.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/powered-stratos.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/powered-stratos.gif deleted file mode 100755 index 6597d26..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/powered-stratos.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/right-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/right-logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/right-logo.gif deleted file mode 100755 index e6c3d13..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/right-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-bg.gif deleted file mode 100755 index 99add93..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-region-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-region-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-region-bg.gif deleted file mode 100755 index 7cc3f52..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-header-region-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-header.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-header.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-header.gif deleted file mode 100755 index 84bb42e..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-header.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif deleted file mode 100755 index a6c268f..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-panel-l-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-table-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-table-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-table-bg.gif deleted file mode 100755 index 213819a..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-menu-table-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-right-links-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-right-links-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-right-links-bg.gif deleted file mode 100755 index 0a2e51a..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/admin/theme-right-links-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/thumb.png ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/thumb.png b/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/thumb.png deleted file mode 100755 index 7db90a6..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Dark/thumb.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-body-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-body-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-body-bg.gif deleted file mode 100755 index 5db1464..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-body-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-bg.gif deleted file mode 100755 index 758363d..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-region-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-region-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-region-bg.gif deleted file mode 100755 index 935ee9e..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/def-header-region-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/logo.gif deleted file mode 100755 index 3b1e913..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/main.css ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/main.css b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/main.css deleted file mode 100644 index 25f4dfe..0000000 --- a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/main.css +++ /dev/null @@ -1,250 +0,0 @@ -/* - * - * 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. - * -*/ - -/* ---------------- 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/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/powered-stratos.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/powered-stratos.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/powered-stratos.gif deleted file mode 100755 index 6597d26..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/powered-stratos.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/right-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/right-logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/right-logo.gif deleted file mode 100755 index f118904..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/admin/right-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/thumb.png ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/thumb.png b/products/stratos/modules/distribution/src/main/resources/allthemes/Default/thumb.png deleted file mode 100755 index 46fc8e6..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Default/thumb.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/logo.gif deleted file mode 100755 index 3b1e913..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/main.css ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/main.css b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/main.css deleted file mode 100644 index 7d8f94e..0000000 --- a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/main.css +++ /dev/null @@ -1,250 +0,0 @@ -/* - * - * 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. - * -*/ - -/* ---------------- 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/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/menu_header.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/menu_header.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/menu_header.gif deleted file mode 100755 index 6887ec4..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/menu_header.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/powered-stratos.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/powered-stratos.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/powered-stratos.gif deleted file mode 100755 index 6597d26..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/powered-stratos.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-links-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-links-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-links-bg.gif deleted file mode 100755 index ba9d5d0..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-links-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-logo.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-logo.gif deleted file mode 100755 index e6c3d13..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/right-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-bg.gif deleted file mode 100755 index 4d47044..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-b-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-b-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-b-bg.gif deleted file mode 100755 index 463b157..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-b-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-bg.gif deleted file mode 100755 index 57a2ec1..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-header-region-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif deleted file mode 100755 index bafb43a..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-panel-l-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-table-bg.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-table-bg.gif b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-table-bg.gif deleted file mode 100755 index 9582772..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/admin/theme-menu-table-bg.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/thumb.png ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/thumb.png b/products/stratos/modules/distribution/src/main/resources/allthemes/Light/thumb.png deleted file mode 100755 index 6dba1ff..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/allthemes/Light/thumb.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/appserver-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/appserver-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/appserver-logo.gif deleted file mode 100755 index 55e4751..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/appserver-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bam-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bam-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bam-logo.gif deleted file mode 100755 index f8b6a74..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bam-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bps-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bps-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bps-logo.gif deleted file mode 100755 index 5dd2171..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/bps-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/brs-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/brs-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/brs-logo.gif deleted file mode 100755 index ccba887..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/brs-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/csg-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/csg-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/csg-logo.gif deleted file mode 100755 index e69aaa6..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/csg-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/ds-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/ds-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/ds-logo.gif deleted file mode 100755 index f70a205..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/ds-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/esb-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/esb-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/esb-logo.gif deleted file mode 100755 index 95cb5b3..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/esb-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/gadget-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/gadget-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/gadget-logo.gif deleted file mode 100755 index 8e89ef5..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/gadget-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/governance-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/governance-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/governance-logo.gif deleted file mode 100755 index af1ac45..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/governance-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/identity-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/identity-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/identity-logo.gif deleted file mode 100755 index a2447bc..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/identity-logo.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/stratos/blob/0f4f505a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/mashup-logo.gif ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/mashup-logo.gif b/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/mashup-logo.gif deleted file mode 100755 index f8ed9be..0000000 Binary files a/products/stratos/modules/distribution/src/main/resources/powerded-by-logos/mashup-logo.gif and /dev/null differ
