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/22 17:00:12 UTC

[17/19] applied 0001-Removed-stratos2-folder-from-products.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/style.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/style.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/style.css
deleted file mode 100644
index e3778be..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/style.css
+++ /dev/null
@@ -1,46 +0,0 @@
-body { font-family: "Calibri","Lucida Grande","Lucida Sans","Microsoft Sans Serif","Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms"; font-size: .85em; line-height: 135%; color: #434343; margin: 0px; padding: 0px; background-color: #94C8EC;}
-
-p { }
-
-td { }
-
-a:link { text-decoration: none; }
-
-a:visited { text-decoration: none; }
-
-a:hover { text-decoration: none; }
-
-a:active { text-decoration: none; }
-
-a img { border: 0px; }
-div
-.clear { clear: both; }
-
-div#main-content { width: 960px; margin: auto; background-image: url(images/top.gif); background-repeat: no-repeat; background-position: left top; }
-
-div#header { height: 125px; }
-div.logo { float: left; margin-top: 35px; }
-div.sign-in { float: right;  margin-top: 35px; }
-
-div#content { background-color: #ffffff; background-image: url(images/content-bg.gif); background-repeat: repeat-y; background-position: left top; }
-
-div.intro { padding: 35px; padding-top: 10px; padding-bottom: 20px; font-size: 125%; line-height: 130%; float: left; background-image: url(images/intro-bg.gif); background-position: left bottom; background-repeat: no-repeat; }
-div.intro p { margin-top: 0px; margin-bottom: 0px; }
-
-div.register { float: right; margin-left: 40px; margin-top: 0px; margin-right: 0px; width: 400px; text-align: center;}
-div.register a img { margin-bottom: 7px; }
-div.register a:hover img { opacity:0.7;filter:alpha(opacity=70) }
-
-div.features { margin-top: 20px; }
-div.features h2 { margin-top: 0px; margin-bottom: 0px; font-size: 24px; color: #003A63; margin-left: 35px; margin-right: 35px; border-bottom: solid 0px #79BDE8; padding-bottom: 10px; background-image: url(images/title-bg.gif); background-repeat: no-repeat; background-position: left bottom; }
-div.feature { float: left; width: 230px; margin-left: 30px; margin-top: 7px; padding: 20px; text-align: left; }
-div.feature img { float: left; margin-right: 10px; width: 64px; }
-div.feature h2 { margin-top: 0px; margin-bottom: 7px; color: #0499CC; font-size: 140%; line-height: 110%; font-weight: normal; border-bottom: 0px; margin-left: 0px; margin-right: 0px; padding-bottom: 0px; background-image: none; }
-div.feature p { margin-top: 0px; padding-top: 0px; }
-div.feature-left { margin-left: 41px; }
-
-div#footer { height: 80px; background-image: url(images/bottom.gif); background-position: left top; background-repeat: no-repeat; padding-top: 25px; }
-div#footer div.powered { color: #333333; float: right; font-size: 85%; margin-right: 10px; }
-div#footer div.powered span { float: left; line-height: 23px; margin-right: 5px; }
-div.footer-links { padding-bottom: 5px; padding-left: 10px; border-bottom: solid 1px #4E84C4; margin-bottom: 10px; color: #4E84C4; }
-div#footer span.copyright { font-size: 90%; padding-left: 10px; }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/bin.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/bin.xml
deleted file mode 100644
index a9eb108..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/bin.xml
+++ /dev/null
@@ -1,329 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ 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.
- -->
-<assembly>
-    <formats>
-        <format>zip</format>
-    </formats>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <fileSet>
-            <directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <excludes>
-                <exclude>**/*.sh</exclude>
-                <exclude>**/*.bat</exclude>
-                <exclude>**/log4j.properties</exclude>
-                <exclude>**/conf/axis2/axis2.xml</exclude>
-                <exclude>**/services/sample01.aar</exclude>
-                <exclude>**/repository/services/version/**</exclude>
-                <exclude>**/version.txt</exclude>
-                <exclude>**/LICENSE.txt</exclude>
-                <exclude>**/wso2server.bat</exclude>
-		<exclude>**/launch.ini</exclude>
-                <exclude>**/README.txt</exclude>
-                <exclude>**/INSTALL.txt</exclude>
-                <exclude>**/release-notes.html</exclude>
-                <exclude>**/carbon.xml</exclude>
-            </excludes>
-        </fileSet>
-        <fileSet>
-            <directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <excludes>
-                <exclude>**/wso2server.sh</exclude>
-                <exclude>**/wso2server.bat</exclude>     
-            </excludes>
-	    <includes>
-                <include>**/*.sh</include>
-                <include>**/native/*</include>
-            </includes>
-            <fileMode>755</fileMode>
-        </fileSet>
-		<!--samples set of product-->
-        <fileSet>
-            <directory>../../modules/samples/product/jmsclient</directory>
-            <outputDirectory>wso2cc-${pom.version}/samples/jmsclient</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>../../modules/samples/product/jmstransport</directory>
-            <outputDirectory>wso2cc-${pom.version}/samples/jmstransport</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>../../modules/samples/product/wsclient</directory>
-            <outputDirectory>wso2cc-${pom.version}/samples/wsclient</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>../../modules/samples/product/services</directory>
-            <outputDirectory>wso2cc-${pom.version}/samples/services</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>
-                ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/advanced/
-            </directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/advanced
-            </outputDirectory>
-            <includes>
-                <include>**/qpid-config.xml</include>
-                <include>**/qpid-jmxremote.access</include>
-                <include>**/qpid-virtualhosts.xml</include>
-            </includes>
-        </fileSet>
-	<fileSet>
-            <directory>src/main/conf/synapse-configs</directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/deployment/server/synapse-configs
-            </outputDirectory>
-        </fileSet>
-	 <fileSet>
-            <directory>src/main/cartridges</directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/deployment/server/cartridges</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>src/main/services</directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/deployment/server/services</outputDirectory>
-        </fileSet>
-	 <!--Multitenancy related file -->
-        <fileSet>
-            <directory>
-                ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
-            </directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/multitenancy</outputDirectory>
-            <includes>
-                <include>**/stratos.xml</include>
-                <include>**/multitenancy-packages.xml</include>
-                <include>**/usage-throttling-agent-config.xml</include>
-                <include>**/cloud-services-desc.xml</include>
-            </includes>
-        </fileSet>
-
-        <fileSet>
-           <directory>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/</directory>
-           <outputDirectory>wso2cc-${pom.version}/repository/conf/etc</outputDirectory>
-           <includes>
-               <include>**/cassandra.yaml</include>
-           </includes>
-        </fileSet>
-      
-	<!-- copy the landing page webapp -->
-        <fileSet>
-		<directory>lib/home</directory>
-		<outputDirectory>wso2cc-${pom.version}/repository/deployment/server/webapps/STRATOS_ROOT</outputDirectory>
-        </fileSet>
-        <fileSet>
-            <directory>
-                ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/
-            </directory>
-            <outputDirectory>wso2cc-${pom.version}/dbscripts/identity</outputDirectory>
-            <includes>
-                <include>**/h2.sql</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>../styles/service/src/main/resources/web/styles/css</directory>
-           <outputDirectory>${pom.artifactId}-${pom.version}/resources/allthemes/Default/admin</outputDirectory>
-            <includes>
-                <include>**/**.css</include>
-           </includes>
-        </fileSet>
-        <fileSet>
-           <directory>../styles/service/src/main/resources/web/styles/images</directory>
-            <outputDirectory>${pom.artifactId}-${pom.version}/resources/allthemes/Default/images</outputDirectory>
-            <includes>
-                <include>**/**.gif</include>
-                <include>**/**.png</include>
-            </includes>
-        </fileSet>
-    </fileSets>
-
-    <dependencySets>
-        <dependencySet>
-            <outputDirectory>wso2cc-${pom.version}/repository/deployment/client/modules
-            </outputDirectory>
-            <includes>
-                <include>org.apache.rampart:rampart:mar</include>
-            </includes>
-        </dependencySet>
-	<dependencySet>
-            <outputDirectory>wso2cc-${pom.version}/client-lib</outputDirectory>
-            <includes>
-                <include>org.wso2.andes.wso2:andes-client:jar</include>
-                <include>org.apache.geronimo.specs.wso2:geronimo-jms_1.1_spec:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.event.client.stub:jar</include>
-                <include>org.wso2.carbon:org.wso2.carbon.event.client:jar</include>
-		        <include>slf4j.wso2:slf4j:jar</include>
-                <include>log4j:log4j:jar</include>
-            </includes>
-        </dependencySet>
-    </dependencySets>
-
-    <files>
-        <file>
-            <source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/axis2/axis2.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/axis2</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>src/main/conf/event-broker.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-        </file>
-	<!--file>
-            <source>src/main/conf/user-mgt.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-            <destName>user-mgt.xml</destName>
-        </file-->
-	  <!-- Setting jamm javaagent in bam -->
-        <file>
-            <source>src/main/resources/launch.ini</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>src/main/conf/embedded-ldap.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-            <destName>embedded-ldap.xml</destName>
-        </file>
-         <file>
-            <source>src/main/conf/zoo.cfg</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-         <file>
-            <source>src/main/conf/jaas.conf</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/security</outputDirectory>
-        </file>
-         <file>
-            <source>src/main/resources/wso2server.sh</source>
-            <outputDirectory>wso2cc-${pom.version}/bin/</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>755</fileMode>
-        </file>
-        <file>
-            <source>src/main/resources/log4j.properties</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>755</fileMode>
-        </file>
-	 <file>
-            <source>src/main/conf/synapse.properties</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-            <destName>synapse.properties</destName>
-            <filtered>true</filtered>
-        </file>
-        <file>
-            <source>src/main/conf/cipher-text.properties</source>
-            <outputDirectory>wso2cc-${pom.version}/lib</outputDirectory>
-            <destName>cipher-text.properties</destName>
-            <filtered>true</filtered>
-        </file>
-         <file>
-            <source>src/main/resources/wso2server.bat</source>
-            <outputDirectory>wso2cc-${pom.version}/bin/</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>755</fileMode>
-        </file>
-	<file>
-            <source>src/main/conf/datasources.properties</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf</outputDirectory>
-            <destName>datasources.properties</destName>
-            <filtered>true</filtered>
-        </file>
-        <file>
-            <source>../../LICENSE.txt</source>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>../../README.txt</source>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>../../INSTALL.txt</source>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>../../docs/xdoc/release-notes.xml</source>
-            <outputDirectory>wso2cc-${pom.version}</outputDirectory>
-            <destName>release-notes.html</destName>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
-            <outputDirectory>wso2cc-${pom.version}/bin/</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
-            <outputDirectory>wso2cc-${pom.version}/bin/</outputDirectory>
-            <filtered>true</filtered>
-            <fileMode>644</fileMode>
-        </file>
-        <file>
-            <source>target/wso2carbon-core-${carbon.kernel.version}/repository/conf/carbon.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/</outputDirectory>
-            <filtered>true</filtered>
-        </file>
-	<!--file>
-            <source>
-                ../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/authenticators.xml
-            </source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/security/</outputDirectory>
-            <filtered>true</filtered>
-        </file-->
-
-	<!-- Including logging-config.xml file -->
- 	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/logging-config.xml</source>
-            <outputDirectory>wso2cc-${pom.version}/repository/conf/etc/</outputDirectory>
-        </file>
-        <file>
-             <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity.xml</source>
-	     <outputDirectory>wso2cc-${pom.version}/repository/conf/</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/cloud-controller.xml</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/cartridge.xsd</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/services.xsd</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/service.xsd</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/cartridges.xsd</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-	<file>
-            <source>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/coordination-client-config.xml</source>
-            <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>
-        </file>
-    </files>
-</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/filter.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/filter.properties b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/filter.properties
deleted file mode 100644
index 1f08cfd..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/filter.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-product.name=WSO2 Cloud Controller
-product.key=CC
-product.version=1.0.0
-carbon.version=4.1.1

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/src.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/src.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/src.xml
deleted file mode 100644
index b1a925b..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/assembly/src.xml
+++ /dev/null
@@ -1,73 +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.
- -->
-<assembly>
-    <id>src</id>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <formats>
-        <format>zip</format>
-    </formats>
-
-    <fileSets>
-        <fileSet>
-            <directory>target/sources</directory>
-            <outputDirectory>wso2cc-${pom.version}-src</outputDirectory>
-            <includes>
-                <include>**/*</include>
-            </includes>
-        </fileSet>
-        <fileSet>
-            <directory>../../..</directory>
-            <outputDirectory>wso2cc-${pom.version}-src</outputDirectory>
-            <includes>
-                <include>modules/**/*</include>
-                <include>**/pom.xml</include>
-                <include>docs/**/*</include>
-            </includes>
-            <excludes>
-                <exclude>**/target</exclude>
-                <exclude>**/target/**/*</exclude>
-                <exclude>**/build</exclude>
-                <exclude>**/build/**/*</exclude>
-                <exclude>**/.settings</exclude>
-                <exclude>**/.classpath</exclude>
-                <exclude>**/.project</exclude>
-                <exclude>**/.wtpmodules</exclude>
-                <exclude>**/*.iml</exclude>
-                <exclude>**/.settings</exclude>
-                <exclude>**/.settings/**/*</exclude>
-            </excludes>
-        </fileSet>
-    </fileSets>
-    <files>
-        <file>
-            <source>../../LICENSE.txt</source>
-            <outputDirectory>wso2cc-${pom.version}-src</outputDirectory>
-            <filtered>true</filtered>
-        </file>
-        <file>
-            <source>../../README.txt</source>
-            <outputDirectory>wso2cc-${pom.version}-src</outputDirectory>
-            <filtered>true</filtered>
-        </file>
-        <file>
-            <source>../../INSTALL.txt</source>
-            <outputDirectory>wso2cc-${pom.version}-src</outputDirectory>
-            <filtered>true</filtered>
-        </file>
-    </files>
-</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/cipher-text.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/cipher-text.properties b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/cipher-text.properties
deleted file mode 100644
index 9ad599b..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/cipher-text.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-#  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) 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.
-#
-
-#aliases=esb
-#
-## configuration  per each plaintext
-#esb.secret=M6U74dMVvRm4XFMczki2qZ6CsTvnUuRTjSditlACR5vTISSMI7F/mCTVJGOGdKJjij+VWVhBtmAOkElyvR9TwlUECnZ1o5DNsTK6l8je+9amc/ziTQLP3Q1tzm/Ex1pzHsG6jPGGrv3O0B9pZTfYFqRvlcNhM7Ve3WvA3ibs4Yk=
-#esb.secret.alias=wso2carbon
-#esb.secret.keystore=identity
-#

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/event-broker.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/event-broker.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/event-broker.xml
deleted file mode 100644
index 0c242a0..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/event-broker.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-this is the configuration file for the carbon event broker component. this configuration file configures the various subsystems of the event
-broker compoent and parameters.
--->
-<eventBrokerConfig xmlns="http://wso2.org/carbon/event/broker">
-    <eventBroker name="carbonEventBroker" class = "org.wso2.carbon.event.core.internal.CarbonEventBrokerFactory">
-         <!-- topic manager implemenation class.-->
-        <topicManager name="TopicManager" class="org.wso2.carbon.event.core.internal.topic.registry.RegisistryTopicManagerFactory">
-            <!-- root node of the topic tree -->
-            <topicStoragePath>event/topics</topicStoragePath>
-        </topicManager>
-        <!-- subscriptionmnager implementaion. subscription manager persits the
-        subscriptions at the registry.  users can configure the topics root node and the topicIndex path -->
-        <subscriptionManager name="subscriptionManager"
-                             class="org.wso2.carbon.event.core.internal.subscription.registry.RegistrySubscriptionManagerFactory">
-            <topicStoragePath>event/topics</topicStoragePath>
-            <indexStoragePath>event/topicIndex</indexStoragePath>
-        </subscriptionManager>
-
-        <!-- delivary manager inmplementation. delivary manager does actual delivary part of the event broker -->
-        <deliveryManager name="deliveryManager"
-                         class="org.wso2.carbon.event.core.internal.delivery.jms.QpidJMSDeliveryManagerFactory"
-                         type="local">
-           <!--  <remoteMessageBroker>
-                <hostName>localhost</hostName>
-                <servicePort>9443</servicePort>
-                <webContext>/</webContext>
-                <userName>admin</userName>
-                <password>admin</password>
-                <qpidPort>5672</qpidPort>
-                <clientID>clientID</clientID>
-                <virtualHostName>carbon</virtualHostName>
-            </remoteMessageBroker> -->
-        </deliveryManager>
-
-         <!-- when publising an event event broker uses a seperate thread pool with an executor. following parameters configure different parameters of that -->
-        <eventPublisher>
-            <minSpareThreads>5</minSpareThreads>
-            <maxThreads>50</maxThreads>
-            <maxQueuedRequests>1000</maxQueuedRequests>
-            <keepAliveTime>1000</keepAliveTime>
-        </eventPublisher>
-    </eventBroker>
-</eventBrokerConfig>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/jaas.conf
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/jaas.conf b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/jaas.conf
deleted file mode 100644
index 7a2a295..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/jaas.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-Server {
-       org.apache.zookeeper.server.auth.DigestLoginModule required
-       user_super="admin"
-       user_admin="admin";
-};
-Client {
-       org.apache.zookeeper.server.auth.DigestLoginModule required
-       username="admin"
-       password="admin";
-};

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/log4j.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/log4j.properties b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/log4j.properties
deleted file mode 100644
index 73fe0eb..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/log4j.properties
+++ /dev/null
@@ -1,125 +0,0 @@
-#
-#  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) 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.
-#
-
-##
-# This is the log4j configuration file used by WSO2 ESB
-# =====================================================
-#
-# IMPORTANT : Please do not remove or change the names of any of the Appenders defined here.
-# The layout pattern & log file can be changed using the WSO2 ESB Management Console, and those
-# settings will override the settings in this file.
-##
-
-##
-# WSO2 ESB is now able to create per-service trace logs at runtime. Thus while a message
-# is being processed through a Proxy service or the Synapse service (i.e. message mediation through
-# the 'main' sequence), tracing may be turned 'on' at any Proxy, Sequence or Mediator level. This
-# trace state 'flows' with the message - i.e from a trace enabled sequence to another sequence etc.
-# and applies to all mediators within a trace enabled sequence etc. unless another sequence or
-# mediator does not override and specify a different trace setting.
-##
-
-# the root category is ERROR (applies for all 3rd party JARs etc) and will be logged to the
-# LOG_APPENDER and the CONSOLE_APPENDER
-
-log4j.rootLogger=ERROR, CARBON_CONSOLE, CARBON_LOGFILE, ERROR_LOGFILE
-
-log4j.category.org.apache.synapse=INFO
-log4j.category.org.apache.synapse.transport=INFO
-log4j.category.org.apache.axis2=INFO
-log4j.category.org.apache.axis2.transport=INFO
-log4j.logger.com.atomikos=INFO,ATOMIKOS
-log4j.logger.org.quartz=WARN
-log4j.logger.org.wso2=INFO
-log4j.logger.org.wso2.carbon=INFO
-
-log4j.logger.org.apache.catalina=WARN
-log4j.logger.org.apache.synapse.endpoints.EndpointContext=ERROR
-log4j.logger.org.apache.coyote=WARN
-log4j.logger.org.apache.axis2.enterprise=FATAL
-log4j.logger.de.hunsicker.jalopy.io=FATAL
-
-# uncomment the following logs to see HTTP headers and messages
-#log4j.logger.org.apache.synapse.transport.nhttp.headers=DEBUG
-#log4j.logger.org.apache.synapse.transport.nhttp.wire=DEBUG
-
-#nhttp accesslogs
-log4j.logger.org.apache.synapse.transport.nhttp.access=INFO
-
-# qpid related logs for the message broker
-log4j.logger.qpid=FATAL
-log4j.logger.org.apache.qpid=FATAL
-
-# The console appender is used to display general information at console
-log4j.appender.CARBON_CONSOLE=org.apache.log4j.ConsoleAppender
-log4j.appender.CARBON_CONSOLE.layout=org.apache.log4j.PatternLayout
-log4j.appender.CARBON_CONSOLE.layout.ConversionPattern=[%d{ISO8601}] %5p - %c{1} %m%n
-
-# Configure the service logger at INFO level. Writes only run-time/mediation-time audit messages
-log4j.category.SERVICE_LOGGER=INFO, SERVICE_APPENDER
-log4j.additivity.SERVICE_LOGGER=false
-log4j.appender.SERVICE_APPENDER=org.apache.log4j.RollingFileAppender
-log4j.appender.SERVICE_APPENDER.File=repository/logs/${instance.log}/wso2-cc${instance.log}.log
-log4j.appender.SERVICE_APPENDER.MaxFileSize=1000KB
-log4j.appender.SERVICE_APPENDER.MaxBackupIndex=10
-log4j.appender.SERVICE_APPENDER.layout=org.apache.log4j.PatternLayout
-log4j.appender.SERVICE_APPENDER.layout.ConversionPattern=%d{ISO8601} [%X{ip}-%X{host}] [%t] %5p %c{1} %m%n
-
-# The trace logger dumps enough information @INFO level, but maybe pushed upto TRACE.
-# Writes only run-time/mediation time tracing/debug messages for messages passing through trace
-# enabled sequences, mediators and services. Enabling tracing on these has a performance impact
-log4j.category.TRACE_LOGGER=INFO, TRACE_APPENDER
-log4j.additivity.TRACE_LOGGER=false
-log4j.appender.TRACE_APPENDER=org.apache.log4j.DailyRollingFileAppender
-log4j.appender.TRACE_APPENDER.File=repository/logs/${instance.log}/wso2-cc-trace${instance.log}.log
-log4j.appender.TRACE_APPENDER.Append=true
-log4j.appender.TRACE_APPENDER.layout=org.apache.log4j.PatternLayout
-log4j.appender.TRACE_APPENDER.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%X{ip}-%X{host}] [%t] %5p %c{1} %m%n
-
-# CARBON_LOGFILE is set to be a DailyRollingFileAppender using a PatternLayout.
-log4j.appender.CARBON_LOGFILE=org.apache.log4j.DailyRollingFileAppender
-# Log file will be overridden by the configuration setting in the DB
-# This path should be relative to WSO2 Carbon Home
-log4j.appender.CARBON_LOGFILE.File=${carbon.home}/repository/logs/${instance.log}/wso2carbon${instance.log}.log
-log4j.appender.CARBON_LOGFILE.Append=true
-log4j.appender.CARBON_LOGFILE.layout=org.wso2.carbon.utils.logging.TenantAwarePatternLayout
-# ConversionPattern will be overridden by the configuration setting in the DB
-log4j.appender.CARBON_LOGFILE.layout.ConversionPattern=TID: [%T] [%S] [%d] %P%5p {%c} - %x %m {%c}%n
-log4j.appender.CARBON_LOGFILE.layout.TenantPattern=%U%@%D [%T] [%S]
-log4j.appender.CARBON_LOGFILE.threshold=DEBUG
-
-# The standard error log where all the warnings, errors and fatal errors will be logged
-log4j.appender.ERROR_LOGFILE=org.apache.log4j.FileAppender
-log4j.appender.ERROR_LOGFILE.File=repository/logs/${instance.log}/wso2-cc-errors.log
-log4j.appender.ERROR_LOGFILE.layout=org.apache.log4j.PatternLayout
-log4j.appender.ERROR_LOGFILE.layout.ConversionPattern=%d{ISO8601} [%X{ip}-%X{host}] [%t] %5p %c{1} %m%n
-log4j.appender.ERROR_LOGFILE.threshold=WARN
-
-log4j.logger.org.apache.directory.shared.ldap=WARN, CARBON_CONSOLE
-log4j.logger.org.apache.directory.server.ldap.handlers=WARN, CARBON_CONSOLE
-log4j.logger.org.apache.directory.shared.ldap.entry.DefaultServerAttribute=FATAL, CARBON_CONSOLE
-log4j.logger.org.apache.directory.shared.ldap.ldif.LdifReader=ERROR, CARBON_CONSOLE
-log4j.logger.org.apache.directory.server.ldap.LdapProtocolHandler=ERROR, CARBON_CONSOLE
-
-# Appender config to send Atomikos transaction logs to new log file tm.out.
-log4j.appender.ATOMIKOS = org.apache.log4j.RollingFileAppender
-log4j.appender.ATOMIKOS.File = repository/logs/tm.out
-log4j.appender.ATOMIKOS.Append = true
-log4j.appender.ATOMIKOS.layout = org.apache.log4j.PatternLayout
-log4j.appender.ATOMIKOS.layout.ConversionPattern=%p %t %c - %m%n
-log4j.additivity.com.atomikos=false
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse-configs/default/sequences/main.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse-configs/default/sequences/main.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse-configs/default/sequences/main.xml
deleted file mode 100644
index e8ead4a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse-configs/default/sequences/main.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) 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.
-  -->
-
-<!-- Default main sequence shipped with the WSO2 ESB -->
-<sequence xmlns="http://ws.apache.org/ns/synapse" name="main" onError="fault">
-    <description>The main sequence for the message mediation</description>
-
-    <in>
-        <property name="REQUEST_HOST_HEADER" expression="$trp:host" scope="axis2"/>
-        <property name="SERVICE_PREFIX" expression="$axis2:SERVICE_PREFIX"/>
-        <send>
-            <!--endpoint name="sdlbEndpoint">
-                <session type="http">-->
-                    <!-- Session timout is 15mins-->
-                    <!--sessionTimeout>900000</sessionTimeout>
-                </session>
-                <serviceDynamicLoadbalance failover="true"
-                                           algorithm="org.apache.synapse.endpoints.algorithms.RoundRobin"
-                                           configuration="$system:loadbalancer.xml"/>
-            </endpoint>
-            -->
-	          <!--endpoint name="tenantAwareLBEndpoint">
-                <class name ="org.wso2.carbon.lb.endpoint.endpoint.TenantAwareLoadBalanceEndpoint">
-                     <parameter name="algorithm"> org.apache.synapse.endpoints.algorithms.RoundRobin</parameter>
-                     <parameter name="configuration">$system:loadbalancer.conf</parameter>
-                     <parameter name="failover">true</parameter>          
-                     <parameter name="sessionTimeout">900000</parameter>
-  	            </class>
- 	          </endpoint-->
-        </send>
-        <drop/>
-    </in>
-
-    <out>
-        <!-- Handling status codes: 301, 302 Redirection -->
-        <filter source="$trp:Location" regex=".+">
-            <property name="LB_SP_Host" expression="$ctx:SERVICE_PREFIX"
-                      pattern="(^http.?://\b)(.*):(\d*)(.*)" group="2"/>
-
-            <property name="LB_Location_Protocol" expression="$trp:Location"
-                      pattern="(^http.?://\b)(.*):(\d*)(.*)" group="1"/>
-            <property name="LB_Location_Host" expression="$trp:Location"
-                      pattern="(^http.?://\b)(.*):(\d*)(.*)" group="2"/>
-            <property name="LB_Location_Path" expression="$trp:Location"
-                      pattern="(^http.?://\b)(.*):(\d*)(.*)" group="4"/>
-
-            <!--<log level="custom">
-               <property name="ameera-ocation" expression="$trp:Location"/>
-               <property name="ameera-sprefix" expression="$ctx:SERVICE_PREFIX"/>
-           </log>-->
-
-            <filter xpath="fn:lower-case($ctx:LB_SP_Host)=fn:lower-case($ctx:LB_Location_Host)">
-                <then>
-                    <switch source="fn:lower-case($ctx:LB_Location_Protocol)">
-                        <case regex="https://">
-                            <property name="Location"
-                                      expression="fn:concat($ctx:LB_Location_Protocol,$ctx:LB_REQUEST_HOST,$ctx:LB_Location_Path)"
-                                      scope="transport"/>
-                        </case>
-                        <case regex="http://">
-                            <property name="Location"
-                                      expression="fn:concat($ctx:LB_Location_Protocol,$ctx:LB_REQUEST_HOST,$ctx:LB_Location_Path)"
-                                      scope="transport"/>
-                        </case>
-                    </switch>
-                </then>
-
-                <else>
-                    <filter xpath="$ctx:LB_REQUEST_HOST=fn:lower-case($ctx:LB_Location_Host)">
-                        <switch source="fn:lower-case($ctx:LB_Location_Protocol)">
-                            <case regex="https://">
-                                <property name="Location"
-                                          expression="fn:concat($ctx:LB_Location_Protocol,$ctx:LB_REQUEST_HOST,$ctx:LB_Location_Path)"
-                                          scope="transport"/>
-                            </case>
-                            <case regex="http://">
-                                <property name="Location"
-                                          expression="fn:concat($ctx:LB_Location_Protocol,$ctx:LB_REQUEST_HOST,$ctx:LB_Location_Path)"
-                                          scope="transport"/>
-                            </case>
-                        </switch>
-                    </filter>
-                </else>
-            </filter>
-        </filter>
-
-        <!-- Send the messages where they have been sent (i.e. implicit To EPR) -->
-        <property name="messageType" value="text/html" scope="axis2"/>
-        <send/>
-        <drop/>
-    </out>
-
-</sequence>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse.properties b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse.properties
deleted file mode 100755
index 36e21c2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/main/conf/synapse.properties
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-#  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) 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.
-#
-
-#synapse.threads.core = 20
-#synapse.threads.max = 100
-#synapse.threads.keepalive = 5
-#synapse.threads.qlen = 10
-#synapse.threads.group = synapse-thread-group
-#synapse.threads.idprefix = SynapseWorker
-
-synapse.sal.endpoints.sesssion.timeout.default=600000
-
-#In memory statistics cleaning state 
-statistics.clean.enable=false
-
-# Dependency tracking Synapse observer
-# Comment out to disable dependency management
-synapse.observers=org.wso2.carbon.mediation.dependency.mgt.DependencyTracker
-
-# User defined wsdlLocator/Schema Resolver Implementations.
-# synapse.wsdl.resolver=org.wso2.carbon.mediation.initializer.RegistryWSDLLocator
-# synapse.schema.resolver=org.wso2.carbon.mediation.initializer.RegistryXmlSchemaURIResolver
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_02.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_02.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_02.png
deleted file mode 100644
index 6c8c003..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_02.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_03.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_03.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_03.png
deleted file mode 100644
index 0db2694..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_03.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_04.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_04.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_04.png
deleted file mode 100644
index 1919328..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_04.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_05.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_05.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_05.png
deleted file mode 100644
index cdd84ca..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/cluster_scenario_05.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/createMB.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/createMB.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/createMB.png
deleted file mode 100644
index abbf81b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/createMB.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/listMessageBoxes.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/listMessageBoxes.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/listMessageBoxes.png
deleted file mode 100644
index ce9332e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/listMessageBoxes.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/mb-docs-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/mb-docs-header.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/mb-docs-header.gif
deleted file mode 100644
index aabe107..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/mb-docs-header.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/retrieveMessage.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/retrieveMessage.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/retrieveMessage.png
deleted file mode 100644
index e6de6b2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/retrieveMessage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/table-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/table-header.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/table-header.gif
deleted file mode 100644
index 92283f0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/table-header.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png
deleted file mode 100644
index 6104538..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_browser_clicked.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_browser_clicked.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_browser_clicked.png
deleted file mode 100644
index 7388a28..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/topic_browser_clicked.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/user-mgt.PNG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/user-mgt.PNG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/user-mgt.PNG
deleted file mode 100644
index 63a5dc8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/resources/images/user-mgt.PNG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/documentation.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/documentation.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/documentation.css
deleted file mode 100644
index dec5edd..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/documentation.css
+++ /dev/null
@@ -1,74 +0,0 @@
-body {
-    background-color: white;
-    padding-left: 20px;
-    padding-top: 0px;
-    padding-right: 20px;
-    padding-bottom: 50px;
-    margin: 0px;
-    font-family: "Lucida Grande","Lucida Sans","Microsoft Sans Serif", "Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms";
-    color: #111;
-	font-size:12px;
-	font-size-adjust:none;
-	font-stretch:normal;
-	font-style:normal;
-	font-variant:normal;
-	font-weight:normal;
-	line-height:1.25em;
-	background-image: url(../images/help-footer.gif);
-	background-repeat: no-repeat;
-	background-position: left bottom;
-}
-
-p { margin-left: 20px;
-margin-right: 20px;}
-
-td { }
-
-a:link { }
-
-a:visited { }
-
-a:hover { }
-
-a:active { }
-
-h1, h2, h3, h4, h5 {
-margin: 0px;
-padding-left: 20px;
-padding-top: 5px;
-padding-bottom: 5px;
-font-weight: normal;
-}
-
-h1 {
-	background-image: url(../images/help-header.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-	padding-top: 90px;
-	padding-bottom: 25px;
-	font-size: 225%;
-	font-weight: normal;
-	padding-left: 20px;
-	color: #f47b20;
-	margin-left: -20px;
-	margin-right: -20px;
-}
-
-a img {
- 	border: 0px;
-}
-table.styled {
-border: solid 0px #ccc;
-border-collapse: collapse;
-}
-table.styled tr td {
-border: solid 1px #ccc;
-padding: 3px;
-}
-table.styled tr td.subHeader {
-border: solid 0px #ccc;
-padding-top: 10px;
-padding-bottom: 5px;
-font-size: 125%;
-font-weight: bold;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/global.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/global.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/global.css
deleted file mode 100644
index 7e23500..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/global.css
+++ /dev/null
@@ -1,1436 +0,0 @@
-body {
-    background-color: white;
-    padding: 0px;
-    margin: 0px;
-    font-family: "Lucida Grande","Lucida Sans","Microsoft Sans Serif", "Lucida Sans Unicode","Verdana","Sans-serif","trebuchet ms" !important;
-    color: #111;
-	font-size:12px;
-	font-size-adjust:none;
-	font-stretch:normal;
-	font-style:normal;
-	font-variant:normal;
-	font-weight:normal;
-	line-height:1.25em;
-}
-table {
-	border: 0px;
-	padding: 0px;
-	margin: 0px;
-}
-table thead tr th{
-	padding: 0px;
-	text-align: left;
-	vertical-align: top;
-	border: 0px;
-}
-table tbody tr td {
-	padding: 0px;
-	text-align: left;
-	vertical-align: top;
-	border: 0px;
-}
-table tr td {
-	padding: 0px;
-	text-align: left;
-	vertical-align: top;
-	border: 0px;
-}
-ul {
-    list-style: none;
-    margin: 0px;
-    padding: 0px;
-}
-ul li{
-    list-style: none;
-    margin: 0px;
-    padding: 0px;
-}
-
-p {
-}
-
-a:link {
-    color: #386698;
-    text-decoration: none;
-}
-
-a:visited {
-    color: #386698;
-    text-decoration: none;
-}
-
-a:hover {
-    color: #f47b20;
-}
-
-a img {
-	border: 0px;
-}
-
-a.link-disable {
-	cursor: text;
-	color: #999;
-}
-
-/* Neutralize styling:
-   Elements with a vertical margin: */
-    h1, h2, h3, h4, h5, h6, p, pre,
-    blockquote, ol, dl, address {
-        margin: 0 0 0px;
-        padding: 0px 0 0;
-    }
-    
-form {
-padding-top: 0px !important;
-padding-bottom: 0px !important;
-margin-top: 0px !important;
-margin-bottom: 0px !important;
-}
-h3.page-subtitle{
-	color: #8b8b8b;
-        font-size: 11px;
-        letter-spacing: 0.05em;
-        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
-        margin: 10px 10px 10px 10px;
-}
-/* ---------------- template styles ------------------------- */
-table#main-table {
-	min-width: 985px;
-	width: 100%;
-}
-table#main-table td {
-	padding: 0px;
-}
-table#main-table td#header {
-	background-image: url( ../images/header-region-bg.gif);
-    background-repeat: repeat-x;
-    background-position: left top;
-	height: 100px;
-}
-
-table#main-table td#menu-panel {
-	background-color: #fff;
-	padding-bottom: 20px;
-	border-right: solid 1px #636466;
-	width: 225px;
-	font-size: 100%;
-}
-divtd#menu{
-	margin-left:20px;
-}
-td#menu table#menu-table {
-	width: 225px;
-}
-
-table#menu-table td {
-}
-
-table#menu-table td#region1 {
-}
-
-table#menu-table td#region2 {
-}
-
-table#menu-table td#region3 {
-}
-
-table#main-table td#middle-content {
-	padding-left: 20px;
-	padding-right: 20px;
-	padding-top: 15px;
-	padding-bottom: 15px;
-	background-color: #F4F4F4;
-	/*width: 95%;*/
-}
-
-td#middle-content table#content-table {
-	width: 100%;
-}
-
-table#content-table td#page-header-links {
-	height: 20px;
-	vertical-align: middle;
-	padding-bottom: 5px;
-}
-
-table#content-table td#body {
-}
-
-table#main-table td#footer {
-	height: 25px;
-	background-color: #bfbfbf;
-}	
-
-/* ---------------- header styles ------------------ */
-div#header-div {
-    background-image: url( ../images/header-bg.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-    height: 100px;
-    min-width: 985px;
-}
-
-div#header-div div.left-logo {
-	background-image: url( ../images/header-logo.gif );
-    background-repeat: no-repeat;
-    background-position: left top;
-	height: 32px;
-	/*width: 332px;*/
-	width: 332px;
-	margin-top: 23px;
-	margin-left: 20px;
-	float: left;
-}
-
-div#header-div div.left-logo a.header-home {
-display: block;
-}
-
-div#header-div div.left-logo a.header-home img{
-display: block;
-}
-
-div#header-div div.right-logo {
-	/*background-image: url( ../images/mgt-logo.gif);
-    background-repeat: no-repeat;
-    background-position: right top;*/
-	line-height: 18px;
-	height: 22px;
-	float: right;
-	width: 220px;
-	margin-top: 28px;
-	margin-right: 20px;
-	color: #000;
-	font-size: 18px;
-	font-weight: normal;
-	text-align: right;
-}
-
-div#header-div div.header-links {
-	clear: both;
-	float: left;
-	height: 25px;
-	width: 100%;
-	margin-top: 15px;
-}
-
-div#header-div div.header-links div.right-links{
-	clear: both;
-	float: right;
-	height: 25px;
-	margin-right: 15px;
-	padding-top: 5px;
-}
-
-div.header-links ul {
-	list-style: none;
-	margin-left: 0px;
-	margin-top: 0px;
-	margin-bottom: 0px;
-	margin-right: 0px;
-	padding: 0px;
-	float: right;
-}
-
-div.header-links ul li {
-	position: relative;
-	float: left;
-	padding-left: 5px;
-	padding-right: 5px;
-	padding-top: 0px;
-	padding-bottom: 0px;
-	margin: 0px;
-}
-
-/* ------------ page-header-links styles -------------- */
-
-table.page-header-links-table {
-	width: 100%;
-}
-
-table#main-table table.page-header-links-table tr td.page-header-help {
-	text-align: right;
-	font-size: 120%;
-}
-
-td.page-header-help a {
-	background-image: url( ../images/help.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    padding-bottom: 2px;
-    display: block;
-    float: right;
-    z-index: 10;
-}
-div.page-header-help a {
-	background-image: url( ../images/help.gif);
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    padding-bottom: 2px;
-    line-height: 17px;
-    float: right;
-    z-index: 10;
-    padding-right: 15px;
-    margin-top: 5px;
-    position: relative;
-}
-
-table#main-table table.page-header-links-table tr td.breadcrumbs table.breadcrumb-table tr td.breadcrumb-link {
-	padding-right: 0px;
-	font-size: 90%;
-	white-space:nowrap;
-}
-
-table#main-table table.page-header-links-table tr td.breadcrumbs table.breadcrumb-table tr td.breadcrumb-link a{
-	padding-right: 0px;
-	font-size: 90%;
-}
-
-table#main-table table.page-header-links-table tr td.breadcrumbs table.breadcrumb-table tr td.breadcrumb-current-page a{
-	padding-right: 0px;
-	font-size: 90%;
-	color: #999;
-	cursor: text;
-}
-
-/* ------------- menu styles ---------------------- */
-div#menu {
-    margin-left: 0px;
-    margin-right: 0px;
-    min-width: 224px;
-}
-
-div#menu ul.main {
-}
-
-div#menu ul.main li {
-    font-weight: normal;
-}
-
-div#menu ul.main li.normal {
-}
-
-div#menu ul.main li a.menu-home {
-	font-weight:bold;
-    height:22px;
-    line-height:22px;
-    padding-top:0px;
-    padding-bottom:0px;
-    display: block;
-    /*width:215px;*/
-    padding-left: 10px;
-    padding-right: 20px;
-    color: #0067B1;
-    background-image: url(../images/home-bg.gif);
-    background-repeat: repeat-x;
-    background-position: left top;
-}
-
-div#menu ul.main li a.menu-home:hover {
-	color: #111;
-	background-image: none;
-	background-color: #CCCCCC;
-}
-
-div#menu ul.main li.menu-header {
-	background-image:url(../images/menu-header.gif);
-    background-position: left bottom;
-    background-repeat:repeat-x;
-    font-weight:normal;
-    height:24px;
-    line-height:24px;
-    padding-top:0px;
-    padding-bottom:0px;
-    display: block;
-    /*width:215px;*/
-    padding-left: 10px;
-    padding-right: 20px;
-    cursor: text;
-}
-
-div#menu ul.main li.menu-header img {
-	float:right;
-	margin-right:-15px;
-	margin-top:4px;
-	cursor: pointer;
-}
-
-div#menu ul.main li.menu-disabled-link img {
-	float:right;
-	margin-right:-15px;
-	cursor: pointer;
-}
-
-div#menu ul.main li a.menu-default {
-    background-image: url( ../images/default-menu-icon.gif );
-    background-repeat: no-repeat;
-    background-position: 16px 2px;
-    background-color: transparent;
-    height: 16px;
-    display: block;
-    /*width:187px;*/
-    padding-left: 38px;
-    padding-right: 20px;
-    padding-top: 3px;
-    padding-bottom: 3px;
-    cursor: pointer;
-    border-top: solid 1px #fff;
-    border-bottom: solid 1px #fff;
-	color: #2F7ABD;
-    font-weight:normal;
-}
-
-div#menu ul.main li a.menu-default-selected {
-    background-image: url( ../images/default-menu-icon.gif );
-    background-repeat: no-repeat;
-    background-position: 16px 2px;
-    background-color: transparent;
-    height: 16px;
-    display: block;
-    /*width:187px;*/
-    padding-left: 38px;
-    padding-right: 20px;
-    padding-top: 3px;
-    padding-bottom: 3px;
-    cursor: pointer;
-    border-top: solid 1px #ccc;
-    border-bottom: solid 1px #ccc;
-	color: #2F7ABD;
-    font-weight:normal;
-}
-
-div#menu ul.main li a.menu-default:hover {
-	background-color: #F2F2F2;
-	border-bottom: solid 1px #BFBFBF;
-	border-top: solid 1px #BFBFBF;
-	height: 16px;
-	color: #00447C;
-}
-
-div#menu ul.main li.menu-disabled-link {
-	background-image: url( ../images/default-menu-icon.gif );
-    background-repeat: no-repeat;
-    background-position: 16px 2px;
-	background-color: #F5F5F5;
-	color: #111111;
-    height: 16px;
-    display: block;
-    /*width:187px;*/
-    padding-left: 38px;
-    padding-right: 20px;
-    padding-top: 3px;
-    padding-bottom: 3px;
-    cursor: pointer;
-    border-top: solid 1px #fff;
-    border-bottom: solid 1px #fff;
-    font-weight:normal;
-    cursor:text;
-}
-
-div#menu ul.sub li a.menu-disabled-link:hover {
-	background-color: #F5F5F5;
-	color: #111111;
-}
-
-div#menu ul.sub {
-    *margin-top: -13px;
-}
-
-/* -------------- child no-01 styles -------------- */
-
-div#menu ul.sub li a.menu-default {
-    background-position: 16px 2px;
-    /*width:187px;*/
-    padding-left: 38px;
-    padding-right: 20px;
-    color: #2F7ABD;
-}
-
-	/* ----------- child no-01 (disabled) styles ------------------- */
-	
-	div#menu ul.sub li.menu-disabled-link {
-		background-position: 16px 2px;
-	    /*width:187px;*/
-	    padding-left: 38px;
-	    padding-right: 20px;
-	    color: #111;
-	}
-
-/* -------------- child no-02 styles -------------- */
-
-div#menu ul.sub li.normal ul.sub li a.menu-default {
-    background-position: 32px 2px;
-    /*width:171px;*/
-    padding-left: 54px;
-    padding-right: 20px;
-}
-
-	/* ----------- child no-02 (disabled) styles ------------------- */
-
-	div#menu ul.sub li.normal ul.sub li.menu-disabled-link {
-	    background-position: 32px 2px;
-	    /*width:171px;*/
-	    padding-left: 54px;
-	    padding-right: 20px;
-	}
-
-
-/* -------------- child no-03 styles -------------- */
-
-div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
-    background-position: 48px 2px;
-    /*width:155px;*/
-    padding-left: 70px;
-    padding-right: 20px;
-}
-
-	/* ----------- child no-03 (disabled) styles ------------------- */
-	
-	div#menu ul.sub li.normal ul.sub li.normal ul.sub li.menu-disabled-link {
-	    background-position: 48px 2px;
-	    /*width:155px;*/
-	    padding-left: 70px;
-	    padding-right: 20px;
-	}
-	
-/* -------------- child no-04 styles -------------- */
-
-div#menu ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
-    background-position: 64px 2px;
-    /*width:139px;*/
-    padding-left: 86px;
-    padding-right: 20px;
-}
-
-	/* ----------- child no-04 (disabled) styles ------------------- */
-	
-	div#menu ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li.menu-disabled-link {
-	    background-position: 64px 2px;
-	    /*width:139px;*/
-	    padding-left: 86px;
-	    padding-right: 20px;
-	}
-	
-/* -------------- child no-05 styles -------------- */
-
-div#menu ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
-    background-position: 80px 2px;
-    /*width:123px;*/
-    padding-left: 102px;
-    padding-right: 20px;
-}
-
-	/* ----------- child no-05 (disabled) styles ------------------- */
-	
-	div#menu ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li.normal ul.sub li.menu-disabled-link {
-	    background-position: 80px 2px;
-	    /*width:123px;*/
-	    padding-left: 102px;
-	    padding-right: 20px;
-	}
-
-/* ------------- footer styles -------------------- */
-
-div#footer-div {
-	height: 27px;
-	width: 100%;
-}
-
-div#footer-div div.footer-content {
-	height: 27px;
-	margin: auto;
-	padding: 0px;
-}
-
-div#footer-div div.footer-content div.copyright {
-	padding-top: 5px;
-	color: #fff;
-	width: 450px;
-	float: left;
-	margin-left: 20px;
-}
-
-div#footer-div div.footer-content div.poweredby {
-	background-image: url( ../images/powered.gif);
-    background-repeat: no-repeat;
-    background-position: left 3px;
-    width: 127px;
-    height: 27px;
-    float: right;
-    margin-right: 20px;
-}
-
-/* --------------- middle content styles ----------------- */
-
-div#middle {
-    background-color: #F4F4F4;
-    width: 100%;
-}
-
-div#middle div#workArea {
-    padding: 10px;
-    background-color: white;
-}
-
-div#middle h2 {
-    color: #0D4d79;
-    margin-top: 0px;
-    margin-bottom: 10px;
-    font-size: 150%;
-    font-weight: normal;
-    padding-bottom: 5px;
-    border-bottom: solid 1px #96A9CA;
-}
-
-div#middle div#workArea h3 {
-	font-size: 140%;
-    font-weight: normal;
-    margin-top: 5px;
-    margin-bottom: 10px;
-}
-div#middle div#workArea h4 {
-	font-size: 130%;
-    font-weight: normal;
-    margin-top: 5px;
-    margin-bottom: 10px;
-}
-div#middle div#workArea h5 {
-	font-size: 120%;
-    font-weight: normal;
-    margin-top: 5px;
-    margin-bottom: 10px;
-}
-div#middle div#workArea h3.mediator {
-	font-size: 120%;
-    font-weight: bold;
-    margin-top: 5px;
-    margin-bottom: 5px;
-    padding-bottom: 4px;
-    border-bottom: solid 1px #ccc;
-    
-}
-/* ---- login styles ----- */
-
-div#middle div#features {
-	padding-right: 30px;
-}
-div#features tr.feature {
-}
-div#features tr.feature td {
-	border-top: solid 1px #BCBEC0;
-	padding-top: 20px;
-	padding-bottom: 20px;
-}
-div#features tr.feature-top {
-}
-div#features tr.feature-top td {
-	border-top: solid 0px #BCBEC0;
-	padding-top: 0px;
-	padding-bottom: 20px;
-}
-tr.feature td img {
-	float: left;
-	margin-right: 20px;
-}
-
-tr.feature h3 {
-	font-weight: normal;
-	font-size: 120%;
-	color: #0067B1;
-}
-
-div#middle div#loginbox {
-	background-color: #fff;
-	border: solid 1px #BCBEC0;
-	padding: 20px;
-	margin-top: 10px;
-}
-
-div#loginbox {
-	text-align: center;
-}
-
-div#loginbox h2 {
-	font-weight: normal;
-	font-size: 150%;
-	text-align: center;
-	color: #0067B1;
-	margin-bottom: 10px;
-	padding-bottom: 15px;
-}
-
-div#loginbox table {
-	margin: auto;
-}
-
-div#loginbox table tr td {
-	padding: 3px;
-}
-
-div#loginbox a{
-}
-
-div#loginbox input.user {
-	width: 150px !important;
-}
-
-div#loginbox input.password {
-	width: 150px !important;
-}
-
-/* ------------- REFINED ------------------ */
-/* ------------- Table Styled Left -------- */
-div#workArea table.styledLeft {
-    border-collapse: collapse;
-    margin-left: 2px;
-    width: 100%;
-}
-
-div#workArea table.styledLeft thead th {
-    background-image:url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat:repeat-x;
-    border:1px solid #cccccc;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-
-div#workArea table.styledLeft tbody tr td.middle-header {
-    background-image:url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat:repeat-x;
-    border:1px solid #cccccc;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-
-div#workArea table.styledLeft tbody tr td.sub-header {
-	background-image:url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat:repeat-x;
-    border:1px solid #cccccc;
-    border-bottom: 0px solid #666;
-    border-top: 1px solid #666;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-
-div#workArea table.styledLeft tbody tr td {
-    border: solid 1px #cccccc;
-    height: 25px;
-    padding-top: 2px;
-    padding-bottom: 2px;
-    padding-left: 8px !important;
-    padding-right: 8px !important;
-    vertical-align: middle !important;
-}
-
-div#workArea table.styledLeft tbody tr td.nopadding {
-    border: solid 1px #cccccc;
-    height: 25px;
-    padding-top: 0px;
-    padding-bottom: 0px;
-    padding-left: 0px !important;
-    padding-right: 0px !important;
-    vertical-align: middle !important;
-}
-div#workArea table.styledLeft tbody tr td.formRow {
-     padding-top: 10px;
-     padding-bottom: 10px;
-     border-right: solid 1px #cccccc;
- }
-div#workArea table.styledLeft tbody tr td.buttonRow {
-    padding-top: 5px;
-    padding-bottom: 5px;
-    background-image: url(../images/buttonRow-bg.gif);
-    background-position: left top;
-    background-repeat: repeat-x;
-}
-/* ------------Stand alone styles inside tables -------*/
-.noDataBox {
-	border:1px solid #CCCCCC;
-	color:#999999;
-	font-style:italic;
-	padding:5px;
-}
-div.buttonRow {
-    padding-top: 5px;
-    padding-bottom: 5px;
-    padding-left:10px;
-    margin-left:5px;
-    background-image: url(../images/buttonRow-bg.gif);
-    background-position: left top;
-    background-repeat: repeat-x;
-    border:1px solid #CCCCCC;
-}
-div.tabTen{
-padding-left:15px;
-}
-/* ------------- Table Styled Inner -------- */
-div#workArea table.styledInner {
-    border-collapse: collapse;
-    margin-left: 2px;
-    width: 100%;
-}
-
-div#workArea table.styledInner thead th {
-	background-image: none;
-	background-color: #E7E7E8;
-    border:1px solid #cccccc;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-div#workArea table.styledInner tbody tr td {
-    border: solid 1px #cccccc !important;
-    height: 25px;
-    padding-top: 2px;
-    padding-bottom: 2px;
-    padding-left: 8px !important;
-    padding-right: 8px !important;
-    vertical-align: middle !important;
-}
-.buttonRowAlone {
-    padding-top: 5px;
-    padding-bottom: 5px;
-    background-image: url(../images/buttonRow-bg.gif);
-    background-position: left top;
-    background-repeat: repeat-x;
-    border-bottom: solid 1px #cccccc;
-    border-top: solid 1px #cccccc;
-}
-div#workArea table.noBorders tbody tr td {
-    border:none;
-}
-div#workArea table.noBorders tbody tr td table.styledLeft td {
-    border: solid 1px #cccccc;
-}
-div#workArea table.noBorders{
-border: solid 1px #cccccc;
-}
-div#workArea table.normal {
-	border-collapse: separate;
-	padding: 3px;
-}
-div#workArea table.normal-nopadding {
-	border-collapse: separate;
-	padding: 0px;
-	width: 100%;
-}
-div#workArea table.normal tbody tr td {
-	border: 0px;
-}
-div#workArea table.normal-nopadding tbody tr td {
-    border: solid 0px #cccccc !important;
-    height: 25px;
-    padding-top: 3px;
-    padding-bottom: 3px;
-    padding-left: 8px !important;
-    padding-right: 8px !important;
-    vertical-align: middle !important;
-}
-div#workArea table.normal-nopadding tbody tr td.top-align {
-    vertical-align: top !important;
-}
-div#workArea table.normal-nopadding tbody tr td.middle-header {
-    background-image:url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat:repeat-x;
-    border-top:1px solid #cccccc !important;
-    border-bottom:1px solid #cccccc !important;
-    border-left:0px solid #cccccc;
-    border-right:0px solid #cccccc;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-div#workArea table.normal-nopadding tbody tr td.sub-header {
-	background-image: none;
-    background-color: #ededed;
-    border-top:1px solid #cccccc;
-    border-bottom:1px solid #cccccc;
-    border-left:1px solid #cccccc;
-    border-right:1px solid #cccccc;
-    font-weight:normal;
-    height:22px;
-    line-height:20px;
-    margin-bottom:5px;
-    padding-left:8px;
-}
-div#workArea table.normal-nopadding tbody tr td.nopadding {
-padding: 0px !important;
-border: 0px !important;
-}
-div#workArea table.normal tbody tr td.nopadding {
-padding: 0px !important;
-border: 0px !important;
-}
-/* ---------------- table styles --------------------------- */
-.tableOddRow{background-color: white;}
-.tableEvenRow{background-color: #ededed;}
-
-/*.button, .button:visited {
-	background: #e7e7e7 url(../images/overlay.png) repeat-x;
-	display: inline-block; 
-	padding: 2px 5px 2px;
-	color: #000;
-	text-decoration: none;
-	-moz-border-radius: 6px;
-	-webkit-border-radius: 6px;
-	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
-	border-bottom: 1px solid rgba(0,0,0,0.25);
-	position: relative;
-	cursor: pointer
-}
- 
-.button:hover{ 
-	background-color: #d9d9d9; color: #000;
-}
-.button:active{
- 	top: 1px;
-}*/
-
-a.icon-link {
-background-image: url(../images/default-menu-icon.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;
-cursor:pointer;
-    color:#2F7ABD;
-}
-a.icon-link-nofloat {
-background-image: url(../images/default-menu-icon.gif);
-background-repeat: no-repeat;
-background-position: left top;
-padding-left: 20px !important;
-padding-bottom: 2px;
-line-height: 17px;
-height: 17px;
-margin-left: 10px;
-margin-right: 20px !important;
-margin-top: 5px;
-margin-bottom: 3px;
-white-space: nowrap;
-display: block;
-}
-a.delete-icon-link {
-    background-image: url( ../images/delete.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;
-}
-a.delete-icon-link-nofloat {
-    background-image: url( ../images/delete.gif );    
-    background-repeat: no-repeat;
-    background-position: left 2px;
-    padding-left: 20px;
-    line-height: 23px;
-    height: 23px;
-    float: none;
-    margin-left: 10px;
-    margin-top: 0px;
-    margin-bottom: 0px;
-    white-space: nowrap;
-    padding-top: 0px;
-    padding-bottom: 0px;
-    display: block;
-}
-a#delete1, a#delete2 {
-    background-image: url( ../images/delete.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: 0px;
-    margin-bottom: 0px;
-    white-space: nowrap;
-}
-
-.item-selector-link {
-    background-image: url( ../images/delete.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: 0px;
-    margin-bottom: 0px;
-    white-space: nowrap;
-}
-
-a.edit-icon-link {
-    background-image: url( ../images/edit.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;
-}
-a.copy-icon-link {
-    background-image: url( ../images/copy.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;
-}
-a.move-icon-link {
-    background-image: url( ../images/move.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;
-}
-a.view-icon-link {
-    background-image: url( ../images/view.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;
-}
-a.feed-small-res-icon-link {
-    background-image: url( ../images/icon-feed-small-res.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;
-}
-a.registry-picker-icon-link {
-    background-image: url( ../images/registry_picker.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;
-}
-a.nseditor-icon-link {
-    background-image: url( ../images/nseditor-icon.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;
-}
-a.add-icon-link {
-    background-image: url( ../images/add.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;
-}
-a.policie-icon-link {
-    background-image: url( ../images/policies.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;
-}
-span.icon-text {
-background-image: url(../images/default-menu-icon.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: 3px;
-margin-bottom: 3px;
-white-space: nowrap;
-}
-span.icon-text-disabled {
-background-image: url(../images/default-menu-icon.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: 3px;
-margin-bottom: 3px;
-white-space: nowrap;
-color: #999;
-}
-select {
-font-size: 100%;
-}
-span.required,div.required{
-color:red;
-}
-form label.error {
-    color: #ed0000;
-    padding-left:10px;
-}
-.longInput{
-width:250px;
-}
-
-/*  Small column style*/
-.leftCol-small{
-    width:150px;
-}
-div.sectionSub div.sectionSub .leftCol-small{  /* Second level */
-    width:140px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-small{  /*third level  */
-    width:130px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-small{  /* Fourth level */
-    width:120px;
-}
-/*  Medium column style*/
-.leftCol-med{
-    width:250px;
-}
-div.sectionSub div.sectionSub .leftCol-med{  /* Second level */
-    width:240px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-med{  /* third level */
-    width:230px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-med{  /* Fourth level */
-    width:220px;
-}
-
-/*  Big column style*/
-.leftCol-big{
-    width:350px;
-}
-div.sectionSub div.sectionSub .leftCol-big{  /* Second level */
-    width:340px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-big{  /* third level */
-    width:330px;
-}
-div.sectionSub div.sectionSub div.sectionSub .leftCol-big{  /* Fourth level */
-    width:320px;
-}
-
-
-.ajax-loading-message-small{
-position:relative;
-margin-left:150px;
-font-size:12px;
-font-weight:bold;
-color:#aaaaaa;
-}
-.ajax-loading-message img{
-margin-right:20px;
-}
-/*--- service parameter page styles ( use to remove the unwanted colors inherited from Highlightre styles ---- */
-div.dp-highlighter {
-background-color: transparent;
-}
-div.dp-highlighter ol {
-background-color: transparent;
-}
-div.dp-highlighter ol li.alt {
-background-color: transparent;
-}
-div.dp-highlighter ol li, .dp-highlighter .columns div {
-background-color: transparent;
-}
-input.text-box-big {
-width: 250px;
-}
-.info-box{
-background-color:#EEF3F6;
-border:1px solid #ABA7A7;
-font-size:13px;
-font-weight:bold;
-margin-bottom:10px;
-padding:10px;
-}
-.mSelected {
-    background-color: #DDDDDD !important;
-}
-div.clear  {
-font-size:4px;
-line-height:4px;
-}
-.panelClass{
-border: 1px solid #CCCCCC;
-padding:5px;
--moz-border-radius: 5px;
--moz-border-radius: 5px;
-border-radius: 5px;
-border-radius: 5px;
-
--moz-box-shadow: 5px 5px 5px #888;
--webkit-box-shadow: 5px 5px 5px #888;
-box-shadow: 5px 5px 5px #888;
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/panelImage.png');
- white-space:nowrap;
- line-height:25px;
-}
-.panelClass[class] {
-background-image:url(../images/panelImage.png);
-}
-.defaultText{
-    color: #666666;
-    font-style:italic;
-}
-.vertical-menu-container{
-    width:15px;
-    background-color:#f0f0f0;
-    border-right:solid 1px #767676;
-    border-top:solid 1px #cccccc;
-}
-.menu-panel-buttons{
-    width:15px;
-    cursor:pointer;
-    background-color:#c8c8c8;
-    border-right: 1px solid #CCCCCC;
-    border-top: 1px solid #CCCCCC;
-    border-bottom: 1px solid #CCCCCC;
-
-    -moz-border-radius: 3px;
-    -moz-border-radius: 3px;
-    border-radius: 3px;
-    border-radius: 3px;
-
-    margin-bottom:10px;
-    height:47px;
-    padding-top:10px;
-    padding-bottom:10px;
-}
-.menu-panel-buttons span{
-    background-color: #cccccc;
-    color: #333333;
-    display:block;
-    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-    -webkit-transform: rotate(-90deg);
-    -moz-transform: rotate(-90deg);
-    -o-transform: rotate(-90deg);
-    white-space:nowrap;
-    display:block;
-    width:60px;
-    *position:absolute;
-    margin-left:-25px;
-    margin-top:15px;
-    padding-right:2px;
-    padding-left:2px;
-}
-.menu-panel-buttons span.ie{
-    margin-left:0px;
-    margin-top:-10px;
-}
-div.selected{
-    border:solid 1px #000;
-}
-div.selected{
-    -moz-box-shadow: 3px 3px 3px #888;
-    -webkit-box-shadow: 3px 3px 3px #888;
-    box-shadow: 3px 3px 3px #888;
-}
-div.selected span{
-    color:#fff;
-    background-color: #a4a4a4;    
-}
-#menu-panel-button0{
-    height:20px;
-    margin-top:5px;
-    margin-bottom:5px;
-    margin-left:2px;
-    cursor:pointer;
-}
-
-.showToHidden{
-    background:transparent url(../images/leftRightSlider-dark.png) no-repeat 0 0;
-}
-.hiddenToShow{
-    background:transparent url(../images/leftRightSlider-dark.png) no-repeat -20px 0;
-}
-.vertical-menu{
-    background-color: #b0bcc3;
-    width:20px;
-}
-label.form-help{
-    color: #999999;
-    display:block;
-}
-
-
-/*---toggle styles --*/
-h2.active {
-   background-image:url(../images/down-arrow.png) !important;
-}
-h2.trigger {
-    border: solid 1px #c2c4c6;
-
-    -moz-box-shadow: 3px 3px 3px #888;
-    -webkit-box-shadow: 3px 3px 3px #888;
-    box-shadow: 3px 3px 3px #888;
-
-    padding: 0;
-    background-color: #e9e9e9;
-    background-image:url(../images/up-arrow.png);
-    background-repeat:no-repeat;
-    background-position:5px center;
-    padding-left: 30px;
-    padding-bottom:0px !important;
-    margin-bottom:0px !important;
-    margin: 0;
-    z-index: 1;
-    cursor: pointer;
-    height: 25px;
-}
-
-h2.trigger a {
-    line-height: 25px;
-    color: #000000;
-    font-weight: normal;
-    padding: 5px 5px;
-    outline-color: -moz-use-text-color;
-    outline-style: none;
-    outline-width: 0;
-    font-size: 0.7em;
-
-}
-
-.toggle_container {
-    background-color: #fff;
-    border: solid 1px #e1e1e1;
-    -moz-border-radius-bottomright: 3px;
-    border-bottom-right-radius: 3px;
-    -moz-border-radius-bottomleft: 3px;
-    border-bottom-left-radius: 3px;
-    padding:10px;
-
-    -moz-box-shadow: 5px 5px 5px #888;
-    -webkit-box-shadow: 5px 5px 5px #888;
-    box-shadow: 5px 5px 5px #888;
-    clear: both;
-    z-index: 0;
-}
-label.error{
-    color:red;
-    padding-left:5px;
-}
-.loadingDialogBox{
-    border-top:solid 5px #88afbd;
-    border-bottom:solid 1px #88afbd;
-    border-left:solid 1px #88afbd;
-    border-right:solid 1px #88afbd;
-    padding:10px 5px 10px 35px;
-    line-height:20px;
-    background:transparent url(../images/loading-small.gif) no-repeat 10px 10px;
-}
-.something-wrong{
-    background-color:#ffe886;
-    border:solid 1px #c4ad4d;
-    border-bottom:solid 5px #c4ad4d;
-    padding:5px;
-    width:950px;
-    margin:auto;
-    z-index:1000;
-}
-.something-wrong div.title{
-    font-size:14px;
-    font-weight: bold;
-}
-.something-wrong div.content{
-    font:11px;
-}