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 16:59:56 UTC

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

Updated Branches:
  refs/heads/master 39a0abb8a -> a6d73412f


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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/pom.xml b/products/stratos2/cloud_controller/1.0.1/pom.xml
deleted file mode 100644
index 2e8464d..0000000
--- a/products/stratos2/cloud_controller/1.0.1/pom.xml
+++ /dev/null
@@ -1,161 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-  ~
-  ~  WSO2 Inc. licenses this file to you under the Apache License,
-  ~  Version 2.0 (the "License"); you may not use this file except
-  ~  in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing,
-  ~  software distributed under the License is distributed on an
-  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~  KIND, either express or implied.  See the License for the
-  ~  specific language governing permissions and limitations
-  ~  under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-products</artifactId>
-        <version>4.0.0</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.wso2.cc</groupId>
-    <artifactId>cc-parent</artifactId>
-    <packaging>pom</packaging>
-    <version>1.0.1</version>
-    <name>Cloud Controller</name>
-    <url>http://wso2.org/projects/mb/java</url>
-    <description>Stratos Cloud Controller</description>
-
-    <licenses>
-        <license>
-            <name>Apache License Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-        </license>
-    </licenses>
-
-    <modules>
-        <module>modules/p2-profile</module>
-        <module>modules/distribution</module>
-    </modules>
-
-    <scm>
-        <connection>scm:svn:http://wso2.org/repos/wso2/trunk/mb/java</connection>
-        <developerConnection>scm:svn:https://wso2.org/repos/wso2/trunk/mb/java</developerConnection>
-        <url>https://wso2.org/repos/wso2/trunk/mb/java/</url>
-    </scm>
-
-    <repositories>
-        <repository>
-            <id>wso2-nexus</id>
-            <name>WSO2 internal Repository</name>
-            <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </releases>
-        </repository>
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>wso2-maven2-repository</id>
-            <url>http://dist.wso2.org/maven2</url>
-        </pluginRepository>
-    </pluginRepositories>
-
-
-    <distributionManagement>
-        <repository>
-            <id>wso2-maven2-repository</id>
-            <name>WSO2 Maven2 Repository</name>
-            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
-        </repository>
-        <snapshotRepository>
-            <id>wso2-maven2-snapshot-repository</id>
-            <name>WSO2 Maven2 Snapshot Repository</name>
-            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-    <profiles>
-        <profile>
-            <id>signed-build</id>
-            <activation>
-                <property>
-                    <name>sign</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-    <organization>
-        <name>WSO2 Inc</name>
-        <url>http://wso2.com</url>
-    </organization>
-
-    <issueManagement>
-        <system>JIRA</system>
-        <url>http://wso2.org/jira/browse/CARBON</url>
-    </issueManagement>
-
-    <mailingLists>
-        <mailingList>
-            <name>WSO2 Users' list</name>
-            <post>mailto:user@wso2.org</post>
-            <archive>http://wso2.markmail.org/search/+list:org%2Ewso2%2Euser</archive>
-            <subscribe>mailto:dev-request@wso2.org?subject=subscribe</subscribe>
-            <unsubscribe>mailto:dev-request@wso2.org?subject=unsubscribe</unsubscribe>
-        </mailingList>
-        <mailingList>
-            <name>WSO2 Developers' List</name>
-            <post>mailto:dev@wso2.org</post>
-            <archive>http://wso2.markmail.org/search/+list:org%2Ewso2%2Edev</archive>
-            <subscribe>mailto:user-request@wso2.org?subject=subscribe</subscribe>
-            <unsubscribe>mailto:user-request@wso2.org?subject=unsubscribe</unsubscribe>
-        </mailingList>
-    </mailingLists>
-
-    <properties>
-        <carbon.version>4.1.0</carbon.version>
-	<carbon.patch.version>4.1.1</carbon.patch.version>
-	<carbon.patch.version.4.1.3>4.1.3</carbon.patch.version.4.1.3>
-	<carbon.kernel.version>4.1.0</carbon.kernel.version>
-	<stratos.component.version>2.1.0</stratos.component.version>
-	<stratos.component.patch.version.2.1.1>2.1.1</stratos.component.patch.version.2.1.1>
-	<stratos.component.patch.version.2.1.3>2.1.3</stratos.component.patch.version.2.1.3>
-	<passthru.transport.version>1.0.2</passthru.transport.version>
-        <synapse.version>2.1.1-wso2v4</synapse.version>
-
-    </properties>
-
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/pom.xml b/products/stratos2/pom.xml
deleted file mode 100644
index c55cd11..0000000
--- a/products/stratos2/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-products</artifactId>
-        <version>4.1.0</version>
-	<relativePath>../pom.xml</relativePath>
-    </parent>
-    
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>stratos2-products</artifactId>
-    <packaging>pom</packaging>
-    <name>WSO2 Carbon - Stratos2</name>
-    <description>WSO2 Carbon plafrom based Stratos2  products</description>
-    <url>http://wso2.org</url>
-
-
-     <modules>
-        <module>cloud_controller/1.0.0</module>
-	<module>stratos_controller/1.0.0</module>
-	<module>stratos_agent/1.0.0</module>
-    </modules>
-
-</project>
-


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/userguide.xml
deleted file mode 100644
index aadc46a..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/userguide.xml
+++ /dev/null
@@ -1,56 +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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>Multitenancy Registry Tenant Configuration - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-
-
- <h1>Multitenancy Add new Tenants and View Tenants</h1>
-
-
- <h2> <b> Add New Tenants</b></h2>
-
-<p>
-    Following form can be used to add new tenants.You are required to fill all the requested details.
-    <img src="images/add-tenant.png" alt="Add new tenant form"/>
-    <div><strong>Figure1: Add New Tenants Form</strong></div>
-
- 
-</p>
-
-
-<h2><b>Multitenancy View Tenants</b></h2>
-
-
-<p>
-
-   You can view a list of available tenants from this page.
-
-<img src="images/view-tenants.png" alt="Register New Organization Form"/>
-<div><strong>Figure2: View tenants Form</strong></div>
-</p>
-
-
-</body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif
deleted file mode 100644
index d40a7a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/add.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/add.gif
deleted file mode 100644
index ac95067..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/help.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/help.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/help.gif
deleted file mode 100644
index 7082b3b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/throttling/images/help.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/css/topics.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/css/topics.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/css/topics.css
deleted file mode 100644
index 4ebba84..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/css/topics.css
+++ /dev/null
@@ -1,17 +0,0 @@
-.noDataDiv {
-    border: solid 1px #d1cece;
-    padding: 10px;
-    background-color: #f3f3f3;
-    color: #6b6b6b;
-    font-style: italic;
-}
-
-.noDataDiv-plain {
-    padding: 10px;
-    color: #6b6b6b;
-    font-style: italic;
-}
-
-#topicTree a {
-    cursor: pointer;
-}
\ No newline at end of file

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/add.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/add.gif
deleted file mode 100644
index 80a9073..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/details.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/details.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/details.gif
deleted file mode 100644
index bb0e320..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/details.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-dot.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-dot.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-dot.gif
deleted file mode 100644
index 26e48b5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-dot.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.jpg
deleted file mode 100644
index ffff892..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/minus.gif
deleted file mode 100644
index 8ff04bc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/nodata.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/nodata.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/nodata.gif
deleted file mode 100644
index 4ba3388..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/nodata.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/node-selected.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/node-selected.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/node-selected.gif
deleted file mode 100644
index af6ee8e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/node-selected.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/refresh.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/refresh.gif
deleted file mode 100644
index 8904c30..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/refresh.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/show.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/show.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/show.gif
deleted file mode 100644
index 381a93e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/topics/images/show.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer.jpg
deleted file mode 100644
index 1225147..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg
deleted file mode 100644
index a60d8e4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/docs/userguide.xml
deleted file mode 100644
index ce0313c..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/docs/userguide.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-    <title> Transport Statistics Help - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<body>
-
-<div id="middle">
-    <h1 id="Monitor1">Monitor Transport Statistics</h1>
-    This page shows statistics related to Transports. This page is showing only the Transports which are implementing
-    the interface org.apache.axis2.transport.base.ManagementSupport . These transport statistics include bytes received,
-    bytes sent, faults receiving, faults sending,last reset time, max size received, max size sent, messages received,
-    messages sent, metrics window, min size received, min size sent, queue size, timeouts receiving, timeouts sending.
-
-    <img alt="" src="images/transport-statistics.jpg" height="543" width="1422"/>
-    Figure 1: Transport Statistics<br/>
-    
-    <h2>Viewing Transport Statistics</h2>
-    <ol>
-        <li>In the navigator, under Monitor,
-            click <strong>Transport Statistics</strong>. The
-            <em><strong>Transport Statistics</strong></em> page appears.
-        </li>
-        <li>The entry page lists down all the exposed Transports which have implemented the ManagementSupport interface.            
-        </li>
-        <li>Click on a link to view the relevant statistics which relates to a transport.
-            Each link will take you to a new page that displays the transport statistics exposed by JMX.
-        </li>
-        <li>These transport statistics include bytes received, bytes sent, faults receiving, faults sending,
-            last reset time, max size received, max size sent, messages received, messages sent, metrics window,
-            min size received, min size sent, queue size, timeouts receiving, timeouts sending.
-        </li>
-    </ol>
-
-    <img alt="" src="images/transport-statistics-http.jpg" height="818" width="1500"/>
-    Figure 2: Transport Statistics for HTTP transport<br/>
-
-    <p>For <a href="http://wso2.org/library/esb">more information</a> please refer to the WSO2 library</p>
-
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/images/transport-stats.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/images/transport-stats.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/images/transport-stats.gif
deleted file mode 100644
index 55beebe..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/transport/images/transport-stats.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg
deleted file mode 100644
index f010736..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/minus-plus.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/minus-plus.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/minus-plus.png
deleted file mode 100644
index 32cd854..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/minus-plus.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/tryit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/tryit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/tryit.gif
deleted file mode 100644
index 9275ae3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tryit/images/tryit.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/Thumbs.db
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/Thumbs.db b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/Thumbs.db
deleted file mode 100644
index 4324fd5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/Thumbs.db and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/bulk-import1.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/bulk-import1.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/bulk-import1.png
deleted file mode 100644
index 7bff8d6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/bulk-import1.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/edit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/edit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/test.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/test.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/test.gif
deleted file mode 100644
index e5f63d0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/test.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.JPG
deleted file mode 100644
index 4e44778..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.gif
deleted file mode 100644
index 702ae1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/user/images/users.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/External-user store.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/External-user store.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/External-user store.JPG
deleted file mode 100644
index 85283a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/External-user store.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/keys.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/keys.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/keys.gif
deleted file mode 100644
index 08612cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/keys.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/roles.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/roles.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/roles.JPG
deleted file mode 100644
index 17a1fd7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/roles.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/test.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/test.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/test.gif
deleted file mode 100644
index e5f63d0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/test.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-role-main.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-role-main.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-role-main.png
deleted file mode 100644
index d981944..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-role-main.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-store.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-store.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-store.gif
deleted file mode 100644
index cc3745e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/userstore/images/user-store.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/images/phases.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/images/phases.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/images/phases.png
deleted file mode 100644
index 8c7cc3e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/images/phases.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
deleted file mode 100644
index c58ca3d..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- ~ 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.
- -->
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>View Flows - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-<body>
-
-<div id="middle">
-<h1>View Flows</h1>
-The View Flows feature provides graphical and textual views of the globally
-engaged handlers of the system at any point of time. 
-
-<p>The modules use the handlers to engage in different message flows at
-defined phases . There are four different message flows defined in the system
-(explained in the following section). You can observe the handlers invoked in
-each phase of each flow in real time. </p>
-
-<p>For example, the Apache/Rampart module (the security module of the system)
-defines the handlers in the security phase of each flow, which handles the
-security aspects of the messages that are transferred through these flows. So
-if the Rampart module is engaged, you will see the Apache/Rampart handlers in
-the message flows in real time. </p>
-
-<h2>User Interface</h2>
-<ol>
-  <li>In the navigator, under Monitor, click <strong>Flows</strong>. The
-    <strong>Message Flows</strong> page appears.</li>
-  <li>You can switch between the graphical view and the textual view by
-    clicking <strong>Text View</strong> or <strong>Graphical View</strong> as
-    applicable. The textual view provides the name and the fully qualified
-    classes of all handlers within each and every phase. </li>
-</ol>
-
-<p style="margin-left: 40px;">There are four different flows defined in the system. </p>
-
-<p style="margin-left: 40px;"><strong>In Flow :</strong> A correct message coming into the system.</p>
-
-<p style="margin-left: 40px;"><strong>Out Flow :</strong> A correct message going out of the system.</p>
-
-<p style="margin-left: 40px;"><strong>In Fault Flow :</strong> A faulty message coming into the
-system.</p>
-
-<p style="margin-left: 40px;"><strong>Out Fault Flow :</strong> A faulty message going out of the
-system.</p>
-
-<p>In each flow, a message passes through a set of phases to reach the
-service. These phases vary according to the currently engaged modules within
-the system. The interface displays the current phases in each and every flow
-as shown in the following figure. </p>
-
-<p><img alt="Global Phases" src="images/phases.png" height="574" width="1020"/>
-</p>
-
-<p>In the graphical view of the message flows, click the links to get a view
-of the engaged handlers in each phase.</p>
-
-<p>For example, the figure below shows the handlers engaged in the Addressing
-phase at system start up. </p>
-
-<p><img alt="Handlers of Addressing In Flow" src="images/handlers.png" height="182" width="1020"/>
-</p>
-</div>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_left.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_left.gif
deleted file mode 100644
index 2926e4d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_left.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_BG.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_BG.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_BG.gif
deleted file mode 100644
index 1869bf5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_BG.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_right.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_right.gif
deleted file mode 100644
index cf49db7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_02_right.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif
deleted file mode 100644
index b4268be..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg
deleted file mode 100644
index b61add0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl2code/docs/images/wsdl2code.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl2code/docs/images/wsdl2code.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl2code/docs/images/wsdl2code.jpg
deleted file mode 100644
index 39fdab4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl2code/docs/images/wsdl2code.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png
deleted file mode 100644
index 4488a01..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/url-wsdl.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/url-wsdl.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/url-wsdl.png
deleted file mode 100644
index 9abd067..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/url-wsdl.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
deleted file mode 100644
index 72827fc..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>WSDL Validator - User Guide</title></head>
-
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-
-
-<body>
-<h1>WSDL Validator </h1>
-
-<p>WSDL Validator tool can be used to validate a WSDL document. You can
-    upload your WSDL or you can provide a WSDL URL. The tool will validate
-    your WSDL and print the result in the "Validation Result" section.</p>
-
-<h2>Uploading a WSDL</h2>
-
-<p>You can upload your WSDL document to be validated, using the following UI.</p>
-
-<p><img alt="WSDL Uploading UI" src="images/upload-wsdl.png" height="120" width="984"/></p>
-
-<p><i>Figure 1: Uploading a WSDL</i></p>
-
-<p>Click on "Validate From File" button after selecting the WSDL location.</p>
-
-<h2>Providing a WSDL URL</h2>
-
-<p>You can provide the URL of your WSDL document to be validated, using the
-    following UI.</p>
-
-<p><img alt="WSDL URL UI" src="images/url-wsdl.png" height="117" width="984"/></p>
-
-<p><i>Figure 2: Providing a WSDL URL</i></p>
-
-<p>Click on "Validate From URL" button after providing the WSDL URL.</p>
-
-<h2>Validation Result</h2>
-
-<p>Validation result will be shown as follows.</p>
-
-<p><img alt="WSDL Validation Result" src="images/result.png" height="215" width="994"/></p>
-
-<p><i>Figure 3: WSDL Validation Result</i></p>
-
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/p2-profile/pom.xml b/products/stratos2/cloud_controller/1.0.1/modules/p2-profile/pom.xml
deleted file mode 100644
index d234277..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/p2-profile/pom.xml
+++ /dev/null
@@ -1,605 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (c) 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.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.cc</groupId>
-        <artifactId>cc-parent</artifactId>
-        <version>1.0.1</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>cloud-controller-p2-profile</artifactId>
-    <packaging>pom</packaging>
-    <name> cloud controller - P2 Profile Generation</name>
-    <url>http://wso2.org</url>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>1-unpack-p2-agent-distribution</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                             <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.wso2.carbon</groupId>
-                                    <artifactId>wso2carbon-core</artifactId>
-                                    <version>${carbon.kernel.version}</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-		    <execution>
-                        <id>2-unpack-kernel-patch</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.wso2.carbon</groupId>
-                                    <artifactId>WSO2-CARBON-PATCH-4.1.0</artifactId>
-                                    <version>0002</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.wso2.maven</groupId>
-                <artifactId>carbon-p2-plugin</artifactId>
-                <version>${carbon.p2.plugin.version}</version>
-                <executions>
-                    <execution>
-                        <id>2-p2-repo-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-repo-gen</goal>
-                        </goals>
-                        <configuration>
-                            <metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
-                            <artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
-                            <publishArtifacts>true</publishArtifacts>
-                            <publishArtifactRepository>true</publishArtifactRepository>
-                            <featureArtifacts>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.logging.mgt.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.databridge.datapublisher.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.system.statistics.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.soaptracer.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.security.mgt.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.message.flows.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.xfer.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.mex.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.tryit.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.core.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.ui.menu.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.resource.properties.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.statistics.transport.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.wsdl.tools.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.event.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.um.ws.service.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.andes.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:4.1.1
-                                </featureArtifactDef>
-                                
-                                <!-- Features related to Cloud -->
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.stratos.common.feature:${stratos.component.patch.version.2.1.1}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.stratos.usage.agent.feature:${stratos.component.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.stratos.throttling.agent.feature:${stratos.component.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.stratos.deployment.feature:${stratos.component.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.load.balance.agent.server.feature:${stratos.component.version}
-                                </featureArtifactDef>
-				 <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${carbon.version}
-                                </featureArtifactDef>
-				 <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-				<!--***********************************CC features*********************************-->
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.module.mgt.server.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.throttle.server.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.caching.server.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.rm.server.feature:${carbon.version}
-                                </featureArtifactDef>
-				<featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.stratos.cloud.controller.feature:${stratos.component.patch.version.2.1.3}
-                                </featureArtifactDef>
-                                
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.coordination.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.coordination.core.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <!--featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.andes.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.event.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.cassandra.server.feature:${carbon.version}
-                                </featureArtifactDef-->
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.tryit.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.lb.common.feature:${carbon.patch.version.4.1.3}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.ntask.core.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.service.mgt.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.transport.mgt.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.transport.nhttp.feature:${carbon.patch.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.datasource.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.apache.synapse.wso2.feature:${synapse.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.apache.synapse.transport.nhttp.feature:${synapse.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.task.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.mediation.initializer.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <!--featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.localentry.server.feature:${carbon.version}
-                                </featureArtifactDef-->
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.endpoint.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.sequences.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.mediators.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.relay.server.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.transports.passthru.feature:${passthru.transport.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.databridge.datapublisher.feature:${carbon.version}
-                                </featureArtifactDef>
-
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.core.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.ui.menu.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.wso2.carbon:org.wso2.carbon.registry.resource.properties.feature:${carbon.version}
-                                </featureArtifactDef>
-
-				<!--***********************************CC features end**********************************************-->
-                                
-                            </featureArtifacts>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>3-p2-profile-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-profile-gen</goal>
-                        </goals>
-                        <configuration>
-                            <profile>WSO2CarbonProfile</profile>
-                            <metadataRepository>file:${basedir}/target/p2-repo</metadataRepository>
-                            <artifactRepository>file:${basedir}/target/p2-repo</artifactRepository>
-                            <destination>
-                                ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
-                            </destination>
-                            <deleteOldProfileFiles>true</deleteOldProfileFiles>
-                            <features>
-				<!--***********************************CC features start**********************************************-->
-			       <feature>
-                                    <id>org.wso2.carbon.module.mgt.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-				</feature>
-				<feature>
-                                    <id>org.wso2.carbon.throttle.server.feature.group</id>
-				    <version>${carbon.version}</version>
-                                </feature>
-				<feature>
-                                    <id>org.wso2.carbon.caching.server.feature.group</id>
-				    <version>${carbon.version}</version>
-                                </feature>
-				<feature>
-				    <id>org.wso2.carbon.rm.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-				<feature>
-                                    <id>org.wso2.carbon.tryit.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.coordination.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <!--feature>
-                                    <id>org.wso2.carbon.andes.server.feature.group</id>
-                                    <version>4.0.5</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.event.server.feature.group</id>
-                                    <version>4.0.5</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.cassandra.server.feature.group</id>
-                                    <version>4.0.5</version>
-                                </feature-->
-                                <feature>
-                                    <id>org.wso2.carbon.coordination.core.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.lb.common.feature.group</id>
-                                    <version>${carbon.patch.version.4.1.3}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.ntask.core.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.stratos.cloud.controller.feature.group</id>
-                                    <version>${stratos.component.patch.version.2.1.3}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.apache.synapse.wso2.feature.group</id>
-                                    <version>${synapse.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.apache.synapse.transport.nhttp.feature.group</id>
-                                    <version>${synapse.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.task.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.datasource.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.mediation.initializer.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.service.mgt.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.transport.mgt.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.transport.nhttp.feature.group</id>
-                                    <version>${carbon.patch.version}</version>
-                                </feature>
-                                <!--feature>
-                                    <id>org.wso2.carbon.localentry.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature-->
-                                <feature>
-                                    <id>org.wso2.carbon.endpoint.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.sequences.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.mediators.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.relay.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.transports.passthru.feature.group</id>
-                                    <version>${passthru.transport.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.databridge.datapublisher.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-
-                                <feature>
-                                    <id>org.wso2.carbon.registry.core.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-
-                                <feature>
-                                    <id>org.wso2.carbon.registry.ui.menu.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-
-                                <feature>
-                                    <id>org.wso2.carbon.registry.resource.properties.feature.group
-                                    </id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <!--feature>
-                                    <id>org.wso2.carbon.load.balance.agent.ui.feature.group</id>
-                                    <version>${stratos.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.aws.java.sdk.feature.group</id>
-                                    <version>1.0.0</version>
-                                </feature-->
-
-                                <!--feature>
-                                    <id>org.wso2.carbon.mediator.autoscale.feature.group</id>
-                                    <version>${carbon.platform.patch.version.4.0.3}</version>
-                                </feature-->
-                                <!--feature>
-                                    <id>org.wso2.carbon.lb.common.feature.group</id>
-                                    <version>${carbon.platform.patch.version.4.0.2}</version>
-                                </feature-->
-                                
-				<!--***********************************CC features end**********************************************-->
-				<!--***********************************MB features start**********************************************-->
-                                <feature>
-                                    <id>org.wso2.carbon.logging.mgt.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.databridge.datapublisher.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.statistics.transport.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.system.statistics.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.soaptracer.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.security.mgt.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.message.flows.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.xfer.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.mex.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.tryit.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.registry.core.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.registry.ui.menu.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.registry.resource.properties.feature.group
-                                    </id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.wsdl.tools.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-
-                                <feature>
-                                    <id>org.wso2.carbon.event.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.um.ws.service.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.andes.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <!--feature>
-                                    <id>org.wso2.stratos.mb.styles.feature.group</id>
-                                    <version>${project.version}</version>
-                                </feature-->
-                                <!--feature>
-                                    <id>org.wso2.stratos.mb.dashboard.ui.feature.group</id>
-                                    <version>${project.version}</version>
-                                </feature-->
-                                <!--Cloud service deployment feature -->
-                                <feature>
-                                    <id>org.wso2.carbon.stratos.deployment.feature.group</id>
-                                    <version>${stratos.component.version}</version>
-                                </feature>
-
-                                <!-- multitenancy feature groups -->
-                                <feature>
-                                    <id>org.wso2.carbon.stratos.common.feature.group</id>
-                                    <version>${stratos.component.patch.version.2.1.1}</version>
-                                </feature>
-
-                                <feature>
-                                    <id>org.wso2.carbon.load.balance.agent.server.feature.group</id>
-                                    <version>${stratos.component.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.stratos.usage.agent.feature.group</id>
-                                    <version>${stratos.component.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.stratos.throttling.agent.feature.group</id>
-                                    <version>${stratos.component.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.cassandra.server.feature.group</id>
-                                    <version>4.1.1</version>
-                                </feature>
-                                <feature>
-                                    <id>org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-				<feature>
-                                    <id>org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-				<!--***********************************MB features end**********************************************-->
-
-                            </features>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <replace token="false" value="true"
-                                         dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/configuration/org.eclipse.equinox.simpleconfigurator">
-                                    <include name="**/bundles.info"/>
-                                </replace>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/META-INF/product.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/META-INF/product.xml b/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/META-INF/product.xml
deleted file mode 100644
index ef8392a..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/META-INF/product.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
- ~ 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.
- -->
-<product xmlns="http://products.wso2.org/carbon">
-    <properties>
-       <property name="userforum">http://wso2.org/forum/187</property>
-       <property name="userguide">http://docs.wso2.org/wiki/display/ESB470/Enterprise+Service+Bus+Documentation</property>
-       <property name="mailinglist">http://wso2.org/mail</property>
-       <property name="issuetracker">https://wso2.org/jira/browse/ESBJAVA</property>
-       <property name="collapsedmenus">region1_configure_menu,region3_registry_menu,region4_monitor_menu,region5_tools_menu</property>
-       <property name="webAdminConsoleTitle">WSO2 Enterprise Service Bus (WSO2 ESB)</property>
-    </properties>
-</product>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/web/styles/css/main.css b/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/web/styles/css/main.css
deleted file mode 100644
index bf5727c..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/styles/product/src/main/resources/web/styles/css/main.css
+++ /dev/null
@@ -1,155 +0,0 @@
-/* ---------------- template styles ------------------------- */
-
-table#main-table td#header {
-	background-image: url( ../images/scc-header-repeat.png);
-	border-bottom: 1px solid #464646;
-	height:84px;
-}
-
-/* ---------------- header styles ------------------ */
-div#header-div {
-    background-image: url( ../images/scc-back.png);
-	height:84px;
-}
-
-div#header-div div.left-logo {
-	background-image: url( ../images/scclogo.png );
-    margin-left: 24px;
-    margin-top: 27px;
-}
-
-div#header-div div.right-logo {
-	color: #02516b;
-    height: 27px;
-    line-height: 27px;
-    margin-right: 20px;
-    margin-top: 10px;
-    padding-right: 0;
-    padding-top: 5px;
-}
-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-image:url("../images/right-links-bg.gif");
-	background-position:left top;
-	background-repeat:repeat-x;
-	padding-left: 25px;
-	padding-right: 15px;
-	padding-top: 9px;
-	padding-bottom: 7px;
-}
-div#middle h2{
-	color:#34323b;
-}
-/* ------------- 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 {
-background-image:url(../images/menu_header.png);
-height:28px;
-}
-
-div#menu ul.main li.menu-header {
-	background-image: url(../images/menu_header.png);
-	background-position: left bottom;
-	background-repeat: repeat-x;
-	height: 32px;
-	line-height: 32px;
-}
-
-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 {
-}
-/* -------------- Sidew menu styles --------------- */
-
-.menu-panel-buttons{
-  
-
-    background-color: #827d91;
-    border-right: 1px solid #CCCCCC;
-    border-top: 1px solid #CCCCCC;
-    border-bottom: 1px solid #CCCCCC;
-
-    -moz-border-radius: 2px;
-    -moz-border-radius: 2px;
-    border-radius: 2px;
-    border-radius: 2px;
-
-    margin-bottom:10px;
-    height:48px;
-    padding: 10px 4px;
-    padding-bottom:10px;
-
-
-    text-align: center;
-}
-.menu-panel-buttons span{
-    color: #fff;
-	background-color:transparent;
-}
-.menu-panel-buttons span.ie{
-	margin-left:0px;
-    *margin-left:-10px;
-    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:#c9e3f2;  
-	background-color:transparent;
-}
-#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 -35px 0;
-}
-.vertical-menu{
-    background-color: #b0bcc3;
-    width:20px;
-}
-
-/* -- Footer Styles */
-
-table#main-table td#footer {
-    background-color: #464646;
-}

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


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/admin_guide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/admin_guide.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/admin_guide.xml
deleted file mode 100644
index 3461c36..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/admin_guide.xml
+++ /dev/null
@@ -1,484 +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.
- -->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-  <title>WSO2 MB - System Administration Guide</title>
-  <link href="css/mb-docs.css" rel="stylesheet" />
-  <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-  media="all" />
-</head>
-
-<body>
-<h2>WSO2 MB - System Administration Guide </h2>
-
-<h4>Contents </h4>
-
-<p>1.0 Introduction<br />
-2.0 Document Conventions<br />
-3.0 Getting WSO2 MB<br />
-4.0 Installing and Running WSO2 MB<br />
-4.1 Running the MB in Standalone Mode<br />
-4.2 Running MB Samples<br />
-6.0 Using the WSO2 MB Management Console<br />
-7.0 User Management<br />
-8.0 Setting Up Logging<br />
-9.0 Configuring the Underlying Axis2 Engine<br />
-10.0 Adding External Dependencies to the System<br />
-11.0 Registry Integration<br />
-11.1 Using the Embedded Registry<br />
-11.2 Using a Remote Registry<br />
-12.0 Setting Up Key Stores<br />
-13.0 Setting Up Host Names and Ports<br />
-</p>
-
-<h4>1.0 Introduction </h4>
-
-<p>WSO2 MB is an open source Message Broker solution.It is to be your Message
-Broker System. Our ultimate goal is to provide you a reliable Message
-Brokering System</p>
-
-
-<p>WSO2 MB is based on the revolutionary WSO2
-Carbon framework. WSO2 Carbon is an OSGi based middleware framework for SOA.
-Currently all WSO2 Java products are based on WSO2 Carbon including WSO2
-Governance Registry and WSO2 WSAS. Since MB is OSGi based some knowledge in
-OSGi would be helpful in administrating the WSO2 MB. </p>
-
-<p>This document explains how to get WSO2 MB and install it on a server. The
-latter sections of the document illustrates how to setup and configure various
-features of the WSO2 MB. </p>
-
-<h4>2.0 Document Conventions </h4>
-<ul>
-  <li>The phrase 'MB_HOME' refers to the directory in the file system where
-    WSO2 MB is installed</li>
-  <li>The phrase 'MB_SRC_HOME' refers to the directory in the file system
-    where WSO2 MB source distribution is installed</li>
-  <li>All file paths follow Unix/Linux conventions but they resemble Windows
-    file paths as well</li>
-</ul>
-
-<h4>3.0 Getting WSO2 MB </h4>
-
-<p>Binary distributions and source distributions of WSO2 MB can be downloaded
-free from the <a href="http://wso2.com/products/message-broker/">WSO2 MB project</a> home
-page in the <a href="http://wso2.org">WSO2 Oxygen Tank</a>. Before proceeding
-to the downloads page you will be asked to register on the WSO2 Oxygen Tank.
-Registration is free and optional however it is recommended that you sign up
-for an account right away since registered Oxygen Tank users get exclusive
-access to our support forums and tons of valuable content related to SOA and
-Web Services. </p>
-
-<p>Once you are on the downloads page click on the relevant links to download a
-binary distribution or a source distribution of the alpha release of
-the WSO2 MB.</p>
-
-<p>If you downloaded a source distribution of the MB you need to build the
-source to get the executable binary. WSO2 MB uses an <a
-href="http://maven.apache.org">Apache Maven2</a> based build system and
-therefore you need to first download and install Apache Maven2. Please refer
-Maven2 documentation on installing and configuring Apache Maven2. Also note
-that Apache Maven2 requires Java to run. Once Maven2 is properly configured
-extract the downloaded source distribution and change your working directory to
-the directory that is created. Then execute the command mvn clean install to
-run the builder. Once the build process is complete you can find the binary
-distribution archive in MB_SRC_HOME/modules/distribution/target directory. </p>
-
-<h4>4.0 Installing and Running WSO2 MB </h4>
-
-<p>To install the WSO2 MB simply extract the downloaded binary distribution
-archive. If you built WSO2 MB from source extract the archive created by the
-builder. We recommend installing WSO2 MB on a Unix/Linux system since that
-will enable you to get the maximum out of the MB. In order to be able to start
-WSO2 MB you first need Java 6 or higher. Having installed Java on your system
-please set the JAVA_HOME environment variable to point to the directory in
-which Java is installed. </p>
-
-<h5>4.1 Running WSO2 MB in Standalone Mode </h5>
-
-<p>Now you are all set to start WSO2 MB in the standalone mode. Go to
-MB_HOME/bin directory and if you are on Unix/Linux execute the wso2server.sh
-shell script or if you are on Windows execute the wso2server.bat batch file.
-This will start the MB and you can see the progress of the startup procedure
-on the console. Please note that server startup may take some time depending on
-the hardware configuration of your system. The first time startup can take up
-few additional seconds since some first time configuration logic is run by the
-MB. If the server started up cleanly you should get an output similar to the
-following on the console. </p>
-<pre>[2011-02-07 16:18:14,748]  INFO {org.wso2.carbon.server.Main} -  Initializing system...
-[2011-02-07 16:18:15,121]  INFO {org.wso2.carbon.server.TomcatCarbonWebappDeployer} -  Deployed Carbon webapp: StandardEngine[carbonEngine].StandardHost[defaulthost].StandardContext[/]
-[2011-02-07 16:18:20,721]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Starting WSO2 Carbon...
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Operating System : Linux 2.6.32-27-generic, i386
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Home        : /opt/softwares/jdk1.6.0_17/jre
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Version     : 1.6.0_17
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java VM          : Java HotSpot(TM) Server VM 14.3-b01,Sun Microsystems Inc.
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Carbon Home      : /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  Java Temp Dir    : /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/tmp
-[2011-02-07 16:18:20,744]  INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} -  User             : shammi, en-US, Asia/Colombo
-[2011-02-07 16:18:25,531]  INFO {org.wso2.carbon.registry.core.internal.RegistryCoreServiceComponent} -  Registry Mode    : READ-WRITE
-[2011-02-07 16:18:26,833]  INFO {org.apache.qpid.wso2.internal.QpidBundleActivator} -  Setting BundleContext in PluginManager
-[Broker] BRK-1006 : Using configuration : /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/conf/qpid/etc/config.xml
-Logging configuration error: unable to read file /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/conf/qpid/etc/log4j.xml
-Using the fallback internal log4j.properties configuration
-[2011-02-07 16:18:26,976]  INFO {org.apache.qpid.server.registry.ApplicationRegistry} -  Initialising Application Registry(org.apache.qpid.server.registry.ConfigurationFileApplicationRegistry@1adff28):1
-[2011-02-07 16:18:27,008]  INFO {org.apache.qpid.server.plugins.PluginManager} -  Opened service trackers
-[2011-02-07 16:18:27,022]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Elements to lookup:
-[2011-02-07 16:18:27,022]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'queue'
-[2011-02-07 16:18:27,022]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'virtualhosts'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'com'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'common'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'catalina'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'package'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'QPID_HOME'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'line'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'cache-directory'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'security'
-[2011-02-07 16:18:27,027]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'conf'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'osgi'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'wso2'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'sun'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'tomcat'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'javax'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'carbon'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'file'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'advanced'
-[2011-02-07 16:18:27,028]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'path'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'plugin-directory'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'work'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'shared'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'os'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'impl'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'status-updates'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'axis2'
-[2011-02-07 16:18:27,029]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'heartbeat'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'prefix'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'wso2carbon'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'connector'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'java'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'server'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'components'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'management'
-[2011-02-07 16:18:27,030]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'user'
-[2011-02-07 16:18:27,038]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'amqj'
-[2011-02-07 16:18:27,038]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'log4j'
-[2011-02-07 16:18:27,042]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Elements to lookup:security
-[2011-02-07 16:18:27,042]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'msg-auth'
-[2011-02-07 16:18:27,042]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'principal-databases'
-[2011-02-07 16:18:27,042]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'jmx'
-[2011-02-07 16:18:27,047]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Elements to lookup:security.principal-databases
-[2011-02-07 16:18:27,047]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'principal-database'
-[2011-02-07 16:18:27,047]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Elements to lookup:security.jmx
-[2011-02-07 16:18:27,047]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'principal-database'
-[2011-02-07 16:18:27,047]  INFO {org.apache.qpid.server.configuration.plugins.ConfigurationPlugin} -  Tag:'access'
-[Broker] BRK-1001 : Startup : Version: 0.9 Build: 1041962M
-[2011-02-07 16:18:27,163]  INFO {qpid.message.broker.startup} -  [Broker] BRK-1001 : Startup : Version: 0.9 Build: 1041962M
-[2011-02-07 16:18:27,166]  INFO {org.apache.qpid.server.management.JMXManagedObjectRegistry} -  Initialising managed object registry using platform MBean server
-[2011-02-07 16:18:27,173]  INFO {org.apache.qpid.server.security.auth.database.ConfigurationFilePrincipalDatabaseManager} -  Initialising PrincipalDatabase authentication manager
-[2011-02-07 16:18:27,177]  INFO {org.apache.qpid.server.security.auth.database.ConfigurationFilePrincipalDatabaseManager} -  Initialised principal database 'carbon-user-store' successfully
-[2011-02-07 16:18:27,178]  INFO {org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager} -  Initialising Default PrincipalDatabase authentication manager.
-[2011-02-07 16:18:27,179]  INFO {org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager} -  Initialised PLAIN SASL provider successfully
-[2011-02-07 16:18:27,211]  INFO {org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager} -  Additional SASL providers successfully registered.
-[Broker] MNG-1001 : Startup
-[2011-02-07 16:18:27,243]  INFO {qpid.message.managementconsole.startup} -  [Broker] MNG-1001 : Startup
-[Broker] MNG-1004 : Ready : Using the platform JMX Agent
-[2011-02-07 16:18:27,244]  INFO {qpid.message.managementconsole.ready} -  [Broker] MNG-1004 : Ready : Using the platform JMX Agent
-[2011-02-07 16:18:27,249]  INFO {qpid.message.virtualhost.created} -  [Broker] VHT-1001 : Created : carbon
-[2011-02-07 16:18:27,290]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: headers Name: amq.match
-[2011-02-07 16:18:27,295]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: topic Name: amq.topic
-[2011-02-07 16:18:27,297]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: direct Name: amq.direct
-[2011-02-07 16:18:27,299]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: fanout Name: amq.fanout
-[2011-02-07 16:18:27,302]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: direct Name: default
-[2011-02-07 16:18:27,309]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Durable Type: direct Name: carbon.direct
-[2011-02-07 16:18:27,310]  INFO {qpid.message.exchange.created} -  [Broker] EXH-1001 : Create : Type: topic Name: carbon.topic
-[2011-02-07 16:18:27,322]  INFO {qpid.message.configstore.created} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] CFG-1001 : Created : org.apache.qpid.server.store.DerbyMessageStore
-[2011-02-07 16:18:27,510]  INFO {qpid.message.messagestore.store_location} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] MST-1002 : Store location : /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/database/qpid/derbystore
-[2011-02-07 16:18:29,360]  INFO {qpid.message.messagestore.recovery_start} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] MST-1004 : Recovery Start
-[2011-02-07 16:18:29,362]  INFO {qpid.message.transactionlog.recovery_start} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] TXN-1004 : Recovery Start
-[2011-02-07 16:18:29,381]  INFO {org.apache.qpid.server.store.DerbyMessageStore} -  Recovering bindings...
-[2011-02-07 16:18:29,399]  INFO {qpid.message.messagestore.created} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] MST-1001 : Created : org.apache.qpid.server.store.DerbyMessageStore
-[2011-02-07 16:18:29,406]  INFO {qpid.message.transactionlog.created} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] TXN-1001 : Created : org.apache.qpid.server.store.DerbyMessageStore
-[2011-02-07 16:18:29,415]  INFO {qpid.message.transactionlog.recovery_complete} -  [Broker] [vh(/carbon)/ms(DerbyMessageStore)] TXN-1006 : Recovery Complete
-[2011-02-07 16:18:29,416]  INFO {org.apache.qpid.server.security.auth.manager.PrincipalDatabaseAuthenticationManager} -  Initialising 'carbon' PrincipalDatabase authentication manager.
-[Broker] BRK-1002 : Starting : Listening on TCP port 5672
-[2011-02-07 16:18:29,484]  INFO {qpid.message.broker.listening} -  [Broker] BRK-1002 : Starting : Listening on TCP port 5672
-[Broker] BRK-1004 : Qpid Broker Ready
-[2011-02-07 16:18:29,485]  INFO {qpid.message.broker.ready} -  [Broker] BRK-1004 : Qpid Broker Ready
-[2011-02-07 16:18:29,685]  INFO {org.wso2.carbon.messagebox.internal.ds.MessageBoxServiceComponent} -  MessageBoxService bundle is activated successfully
-[2011-02-07 16:18:29,686]  INFO {org.wso2.carbon.event.core.internal.builder.EventBrokerBuilderDS} -  Successfully registered the event broker
-[2011-02-07 16:18:29,746]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Starting Carbon initialization...
-[2011-02-07 16:18:29,997]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Creating super-tenant Axis2 ConfigurationContext
-[2011-02-07 16:18:30,444]  INFO {org.apache.axis2.deployment.ClusterBuilder} -  Clustering has been disabled
-[2011-02-07 16:18:30,780]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 module: rahas-1.60-wso2v1 {super-tenant}
-[2011-02-07 16:18:30,950]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 module: wso2xfer-3.20-SNAPSHOT {super-tenant}
-[2011-02-07 16:18:31,121]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 module: rampart-1.60-wso2v1 {super-tenant}
-[2011-02-07 16:18:31,388]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 module: addressing-3.20-SNAPSHOT {super-tenant}
-[2011-02-07 16:18:31,421]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 module: wso2mex-3.20-SNAPSHOT {super-tenant}
-[2011-02-07 16:18:31,534]  INFO {org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
-[2011-02-07 16:18:31,974]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 service: version {super-tenant}
-[2011-02-07 16:18:32,280]  INFO {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service: Version.aar - file:/home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/deployment/server/axis2services/Version.aar
-[2011-02-07 16:18:32,364]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Completed super-tenant Axis2 ConfigurationContext creation in 2.367 sec
-[2011-02-07 16:18:32,460]  INFO {org.apache.axis2.deployment.ModuleDeployer} -  Deploying module: addressing-SNAPSHOT - file:/home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/deployment/client/modules/addressing-SNAPSHOT.mar
-[2011-02-07 16:18:32,464]  INFO {org.apache.axis2.transport.tcp.TCPTransportSender} -  TCP Sender started
-[2011-02-07 16:18:33,070]  INFO {org.wso2.carbon.core.deployment.DeploymentInterceptor} -  Deploying Axis2 service: TopicManagerAdminService {super-tenant}
-[2011-02-07 16:18:33,550]  INFO {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service: org.wso2.carbon.event.admin - 
-[2011-02-07 16:18:34,926]  INFO {org.apache.axis2.deployment.DeploymentEngine} -  Deploying Web service: org.wso2.carbon.tryit - 
-[2011-02-07 16:18:35,724]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  Repository       : /home/shammi/wso2/checkouts/carbon-trunk/carbon/products/mb/modules/distribution/target/wso2mb-1.0.0/repository/deployment/server/
-[2011-02-07 16:18:35,884]  INFO {org.wso2.carbon.core.internal.permission.update.PermissionUpdater} -  Permission cache updated for tenant 0
-[2011-02-07 16:18:35,884]  INFO {org.wso2.carbon.core.init.CarbonServerManager} -  ConfigurationContextService registered in 160ms
-[2011-02-07 16:18:35,902]  WARN {org.apache.axis2.engine.ListenerManager} -  ConfigurationContext provided for the ListenerManager initialization is null. ListenerManager will not be initialized
-[2011-02-07 16:18:35,902]  INFO {org.wso2.carbon.core.transports.http.HttpsTransportListener} -  HTTPS port       : 9443
-[2011-02-07 16:18:35,902]  INFO {org.wso2.carbon.core.transports.http.HttpTransportListener} -  HTTP port        : 9763
-[2011-02-07 16:18:37,207]  INFO {org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Mgt Console URL  : https://10.100.0.164:9443/carbon/
-[2011-02-07 16:18:37,242]  INFO {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Started Transport Listener Manager
-[2011-02-07 16:18:37,242]  INFO {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  Server           :  WSO2 MB -1.0.0
-[2011-02-07 16:18:37,242]  INFO {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} -  WSO2 Carbon started in 21 sec
-
-
-
-</pre>
-
-<p>To verify that the MB is up and running fire off your Web browser and go to
-https://localhost:9443/carbon. This will take you to the WSO2 MB on-line
-management console. </p>
-<img src="images/Login.png" alt="Log-in" />
-
-<p>You can login to the console using the default user credentials given below.
-</p>
-<ul>
-  <li>Username: admin</li>
-  <li>Password: admin</li>
-</ul>
-
-<p>If you can get that far then the MB is properly installed and running. </p>
-
-<p>WSO2 MB startup scripts stated above accept a few useful arguments. </p>
-
-<p>--cleanRegistry<br />
-  This argument forces the embedded Registry instance to be cleaned before
-starting the MB. Note that this will clean the internal database therefore any
-configurations you saved previously will be permanently lost. </p>
-
-<p>--restart<br />
-   Restart the Carbon Unix daemon.</p>
-
-<p>-debug &lt;port&gt;<br />
-   Enables remote debugging on the MB through the specified port. </p>
-
-<p>-dump<br />
-   Print a thread dump of the Carbon Unix daemon.</p>
-
-
-<p>In addition to the above mentioned arguments the MB startup scripts accept
-the following VM arguments. </p>
-
-<p>-DosgiConsole<br />
-   Starts the OSGi console from which you can directly interact with the
-underlying OSGi runtime. </p>
-
-
-<h4>4.0 WSO2 MB Directory Hierarchy </h4>
-
-<p>When you extract a WSO2 MB binary distribution archive you will find the
-following directories in the top level that is created. </p>
-
-<p>bin -<br />
-Contains all the necessary scripts to interact with the WSO2 MB instance.
-There are shell scripts (with .sh extension) for Unix/Linux users and batch
-files (with .bat extension) for Windows users. In general you will find the
-following scripts in this directory.<br />
-<br />
-<ul>
-  <li>wso2server.sh/wso2server.bat - Launches WSO2 MB </li>
-  <li>wsdl2java.sh/wsdl2java.bat - Launches the Java stub generation tool for
-    Web Services </li>
-  <li>java2wsdl.sh/java2wsdl.bat - Launches the WSDL generation tool for Java
-    Web Services </li>
-  <li>tcpmon.sh/tcpmon.bat - Launches TCPMon, the TCP connection monitor </li>
-  <li>chpasswd.sh/chpasswd.bat -Use this script to change the administrator
-    password without signing in to the server<br />
-  </li>
-  <li>daemon.sh -Start WSO2 MB as a daemon on Unix/Linux systems<br />
-  </li>
-  <li>install.bat - Install WSO2 MB as a background service on Windows<br />
-  </li>
-  <li>repowriter.sh/repowriter.bat </li>
-</ul>
-<br />
-In addition to the above mentioned scripts you will find a sub-directory named
-'native' in the bin directory.<br />
-</p>
-
-<p>repository/deployment -<br />
-This directory houses all the OSGi bundles, service artifacts, modules and
-related resources used by the WSO2 MB instance. The repository/components/plugins 
-directory will contain all the necessary OSGi bundles at server runtime.</p>
-
-<p>repository/conf -<br />
-All the global configuration files (eg: axis2.xml, transports-mgt.xml,
-carbon.xml ) used by the MB are stored in this directory.
-</p>
-
-<p>lib -<br />
-The lib directory houses all the jar files and OSGi bundles required by the
-embedded Tomcat instance. Starting from Carbon 2.0 the log4j.properties file
-used by the MB is also stored here. </p>
-
-<p>resources -<br />
-Contains additional resources required by WSO2 MB. This includes security
-related resources such as keystores. </p>
-
-<p>repository/logs -<br />
-All the server logs created during server runtime will be stored here. </p>
-
-<p>dbscripts -<br />
-Contains a collection of database scripts required to create the Carbon
-database on a variety of database management systems.<br />
-</p>
-
-<h4>5.0 Using the WSO2 MB Management Console </h4>
-
-<p>WSO2 MB management console is a Web based control panel powered by JSP and
-AJAX which enables system administrators to interact with a running MB
-instance, without having to touch any underlying configuration files. The
-management console allows the users to command and control proxy services,
-sequences, transports, local entries, registry, modules, endpoints and much
-more. MB management console is a great way to try things out without having to
-edit the actual configuration files or without having to restart the MB for
-changes to take effect. </p>
-
-<p>We recommend using Mozilla Firefox 3 or Internet Explorer 7 to access the
-WSO2 MB management console. Please note that your browser must be JavaScript
-enabled to take the full advantage of the management console. To access the MB
-management console fire off you Web browser and navigate to https://&lt;Server
-Host&gt;:&lt;Server Port&gt;/&lt;Context&gt;. If you are running the Web
-browser on the same machine as the MB you may use 'localhost' as the server
-host. The default port and the context for the MB management console are
-'9443' and 'carbon' respectively. If you entered the URL correctly you will be
-taken to the management console's login page. </p>
-
-<p>On the login page enter 'admin' as the username and the password to login to
-the system. You can change user credentials and even add new users once you
-login. Controls and wizards in the MB management console are pretty much self
-explanatory. However if you are having trouble finishing your way in the
-management console, click on the 'Help' link at the top right corner of any
-page to access context sensitive help. </p>
-
-<p>Please note that the MB management console makes use of the default HTTPS
-servlet transport which is configured in the MB_HOME/conf/transports.xml file.
-It is important that this transport is always properly configured in the
-mentioned file. Otherwise the management console might be inaccessible to the
-users. </p>
-
-<h4>6.0 User Management </h4>
-
-<p>To access the WSO2 MB user management features, first sign in to the MB
-management console and click on 'User Management' under the 'Configure' menu in
-the left navigation bar. This will take you to the User Management home page
-which contains the controls illustrated below. </p>
-<img src="images/user-mgt.PNG" alt="User Mgt" />
-
-<p>From here you can manage users and roles. A user is associated with zero or
-more roles (generally specified at user creation time) and each role is
-associated with zero or more permissions (generally specified at role creation
-time). Therefore the set of permissions owned by a user is determined by the
-roles assigned to that user. A user owns the union of all the permissions
-associated with the roles assigned to that user. By default MB comes with only
-one role, the 'admin' role. This role is associated with the following set of
-permissions.</p>
-
-<p>By default the admin user is associated with the admin role and hence the
-admin user is entitled to all the  permissions. </p>
-
-<p>To add a new role to the system click on 'Roles' in the User Management home
-page and on the page that appears click the 'Add New Role' link. This will
-start the 'Add Role' wizard. The wizard will guide you though the process of
-creating a role by specifying a unique name for the role and adding the
-relevant permissions to the new role. Similarly to create a new user, click on
-'Users' in the User Management home page. Then from the next page that appears
-select 'Create New User' link. This will launch the 'Add User' wizard which
-will enable you to create a new user account with login credentials and
-associate the account with one or more existing roles. The MB management
-console also enables you to search for and modify existing users and roles. </p>
-
-<p>WSO2 MB can be easily configured to use an external user store in addition
-to the built-in system user store. An external user store is an external
-database which stores user data. It could be as simple as a relational database
-or as sophisticated as an LDAP instance. Most organizations maintain such
-centralized databases and it would be productive from the organization's point
-of view to have the MB pick up user data from the existing centralized user
-database. To connect the MB to an external user store simply click on the 'Add
-External User Store' link on the User Management home page. Then on the page
-that appears select the type of user store that will be plugged into the MB.
-Currently the following types of user stores are supported. </p>
-<ul>
-  <li>JDBC </li>
-  <li>LDAP </li>
-  <li>Active Directory </li>
-</ul>
-
-<p>Having selected the type of the user store you need to provide additional
-information required by the MB to connect to and retrieve user data from the
-external user store. If all the required parameters were specified accurately
-the MB will pick up user data from the external user store and users
-registered on the external store will be able to access the MB as if their
-accounts were created in the built-in system user store. </p>
-
-<h4>7.0 Setting Up Logging </h4>
-
-<p>Logging is one of the most important aspects of a production grade server. A
-properly configured logging system is vital in identifying errors, security
-threats and usage patterns. WSO2 MB uses a log4j based logging mechanism
-through Apache Commons Logging facade library. The log4j.properties file which
-governs how logging is performed by the server can be found in MB_HOME/lib
-directory. However it is recommended not to make any alterations to the default
-log4j.properties file. The recommended way of setting up logging is by using
-the MB management console. Simply login to the management console and click on
-'Logging' under the 'Configure' menu in the left navigation bar. From here you
-can setup various appenders and configure log levels for various loggers. Any
-changes to the logging configuration you make from the management console will
-get priority over what is defined in the actual log4j.properties file. </p>
-
-<p>By default WSO2 MB comes with the following log appenders configured. </p>
-<ul>
-  <li>CARBON_CONSOLE (Logs to the console when the server is running) </li>
-  <li>CARBON_LOGFILE (Writes the logs to MB_HOME/logs/wso2-MB.log) </li>
-  <li>CARBON_MEMORY </li>
-  <li>CARBON_SYS_LOG </li>
-  <li>SERVICE_APPENDER (Writes mediation time audit messages to
-    MB_HOME/logs/wso2-MB-service.log) </li>
-  <li>TRACE_APPENDER (Writes mediation time tracing/debug messages to the
-    MB_HOME/logs/wso2-MB-trace.log for tracing enabled services) </li>
-  <li>TRACE_MEMORYAPPENDER </li>
-</ul>
-
-<p>Tracing can be enabled for individual mediation sequences and proxy services
-from the 'Mediation Sequences' home page and the 'Service Dashboard' page
-respectively. Click on the 'Sequences' link under 'Mediation' in the 'Manage'
-menu of the left navigation bar to access the 'Mediation Sequences' page. This
-page lists all the deployed sequences. Each sequence gives you the options to
-enable/disable tracing. To access the service dashboard for a proxy service go
-to the Services List page and click on the proxy service that you are
-interested in. Once a sequence or a proxy service is tracing enabled you can
-view the generated log messages by visiting the 'Mediation Tracer' page under
-the 'Monitor' menu. The 'Monitor' menu also gives you access to the system logs
-and the SOAP tracer logs all through the Web interface itself. </p>
-<img src="images/logs.PNG" alt="Logs" />
- </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_03.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_03.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_03.xml
deleted file mode 100644
index 2a8c48c..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_03.xml
+++ /dev/null
@@ -1,199 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 03
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external cassandra server and use inbuilt zoo keeper server in ring model with broker nodes</h2>
-      <p>
-          In this model you need to get downloaded following apache products
-      </p>
-
-      <ul>
-          <li><a href="http://cassandra.apache.org/download/">Apache Cassandra</a><p> Version 1.0.*</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_03.png" alt="Cluster Setup Scenario 03" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common cassandra server. Since we are shipping a zoo keeper server with Message broker product we can
-          use that and create a zoo keeper ring in the cluster.</p>
-      <ul>
-          <li>Cassandra Server - 192.168.0.100</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.101</li>
-          <li>MB Server 02 - 192.168.0.102</li>
-          <li>MB Server 03 - 192.168.0.103</li>
-      </ul>
-
-      <p>First we need to configure the HostName in carbon.xml file which is located in "wso2mb-2.0.1/repository/conf/" directory.
-           Specify the ip of the host as follows. <font color="red">You need to configure this for all the three servers.</font></p>
-           <pre>
-               &lt;!--
-                      Host name or IP address of the machine hosting this server
-                      e.g. www.wso2.org, 192.168.1.10
-                      This is will become part of the End Point Reference of the
-                      services deployed on this server instance.
-                   -->
-                   &lt;HostName>192.168.0.101&lt;/HostName>
-
-           </pre>
-
-
-      <p> Then we need to configure cassandra server to listen to all the broker nodes.For that we need to change the following entries
-      in the "Cassandra.yaml" file which is located in the "apache-cassandra-1.0.1/conf/" directory.</p>
-
-      <ul>
-          <li>Change the data storage directories of cassandra. Here by default it will point to the location "/var/lib/". But
-          it will be better, if you can keep the data locally inside the folder where you have the server setup. So change it to "./repository/database" off
-          all three entries as</li>
-          <pre>
-              # directories where Cassandra should store data on disk.
-              data_file_directories:
-                  - ./repository/database/cassandra/data
-
-              # commit log
-              commitlog_directory: ./repository/database/cassandra/commitlog
-
-              # saved caches
-              saved_caches_directory: ./repository/database/cassandra/saved_caches
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server.
-          </li>
-          <pre>
-             listen_address: 192.168.0.100
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. </li>
-           <pre>
-             rpc_address: 192.168.0.100
-          </pre>
-      </ul>
-      <p> Now save the cassandra.yaml file and you can start the cassandra server by executing the script "cassandra" with the
-          option -f.  Eg: "./cassandra -f"
-      </p>
-
-      <p>
-          <b>Configuring Zookeeper Cluster</b>
-      </p>
-      <p> Then we need to configure the Zoo Keeper Servers to create a ring within among all broker nodes. We can do it by
-       adding client port address to the "zoo.cfg" which is located at "wso2mb-2.0.1/repository/conf/etc " . </p>
-
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-           tickTime=2000
-           dataDir=repository/data/zookeeper
-           clientPort=2181
-          <b>start_zk_server=true</b>
-          <b>clientPortAddress=192.168.0.101</b>
-          <b>server.1=192.168.0.100:2888:3888</b>
-          <b>server.2=192.168.0.101:2888:3888</b>
-          <b>server.3=192.168.0.102:2888:3888</b>
-      </pre>
-
-      <p> Above zoo.cfg file is for the server 192.168.0.101. You can copy the same zoo.cfg file to other two servers
-      and change the entry "clientPortAddress" to the ip of that particular server.</p>
-
-      <p> Then you need to create file "myid" in the data directory (repository/data/zookeeper) of each server. In that file
-      you need to specify the id of the server.</p>
-
-      <p>
-          eg: Id of the the server 192.168.0.100 will be "1". You need only to have the number 1 in that myid file.
-      </p>
-
-      <p>You can find more information on this in  <a href="http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup">zookeeper clustering setup guide</a></p>
-
-      <p>
-          <b>You need to do above configuration in each of the message broker servers appropriately.</b>
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server ip of the Zookeeper by adding all zoo keeper server details</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>true&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.101:2181,192.168.0.102:2181,192.168.0.103:2181</b>&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Modify qpid-virtualhosts.xml file which is located at :/repository/conf/advanced directory as bellow</p>
-       <ul>
-          <li>Change the connection string by pointing to the cassandra server</li>
-      </ul>
-      <pre>
-          &lt;store>
-              &lt;class>org.wso2.andes.server.store.CassandraMessageStore&lt;/class>
-              &lt;username>admin&lt;/username>
-              &lt;password>admin&lt;/password>
-              &lt;cluster>ClusterOne&lt;/cluster>
-              &lt;idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator&lt;/idGenerator>
-              &lt;connectionString><b>192.168.0.100</b>:9160&lt;/connectionString>
-          &lt;/store>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_04.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_04.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_04.xml
deleted file mode 100644
index 36b2595..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/cluster_scenario_04.xml
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 04
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Use inbuilt cassandra server and zoo keeper server for all the broker nodes</h2>
-
-      <p> The deployment model of this scenario will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_04.png" alt="Cluster Setup Scenario 04" height="600" width ="950"/>
-      </p>
-      <p> In this model we have two rings, Cassandra ring and ZooKeeper ring. Since we are shipping a cassandra server and zoo keeper server
-          with Message broker product we can use them and create a cassandra ring and a zoo keeper ring in the cluster.</p>
-
-      <p> We have three Message Broker servers in three different hosts as and all of them are having a cassandra server in it</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.100</li>
-          <li>MB Server 02 - 192.168.0.101</li>
-          <li>MB Server 03 - 192.168.0.102</li>
-      </ul>
-
-       <p>First we need to configure the HostName in carbon.xml file which is located in "wso2mb-2.0.1/repository/conf/" directory.
-      Specify the ip of the host as follows. <font color="red">You need to configure this for all the three servers.</font></p>
-      <pre>
-          &lt;!--
-                 Host name or IP address of the machine hosting this server
-                 e.g. www.wso2.org, 192.168.1.10
-                 This is will become part of the End Point Reference of the
-                 services deployed on this server instance.
-              -->
-              &lt;HostName>192.168.0.100&lt;/HostName>
-
-      </pre>
-
-      <p>  Then We need to configure cassandra servers in these MB servers to form a cassandra ring. For that we need to change the following
-          entries in the "Cassandra.yaml" file which is located in the "wso2mb-2.0.1/repository/conf/etc" directory.</p>
-
-      <ul>
-          <li>Change the seeds in the ring. You can get a better idea on setting a cassandra from following <a href="http://www.datastax.com/docs/1.0/install/cluster_init">web page.</a>
-          Here we are configuring two seed nodes. (MB Server 01 and 02)</li>
-
-          <pre>
-              # seeds is actually a comma-delimited list of addresses.
-              # Ex: "&lt;ip1>,&lt;ip2>,&lt;ip3>"
-              - seeds: "192.168.0.101,192.168.0.102"
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the listen address of the each server to it's ip address. Here
-          for the server 192.168.0.102, it will like bellow. </b>
-          </li>
-          <pre>
-             listen_address: 192.168.0.102
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the RPC address of the each server to it's ip address. Here
-          for the server 192.168.0.103, it will like bellow. </b></li>
-           <pre>
-             rpc_address: 192.168.0.103
-          </pre>
-      </ul>
-
-      <p>
-               <b>Configuring Zookeeper Cluster</b>
-           </p>
-           <p> Then we need to configure the Zoo Keeper Servers to create a ring within among all broker nodes. We can do it by
-            adding client port address to the "zoo.cfg" which is located at "wso2mb-2.0.1/repository/conf/etc " . </p>
-
-           <p>After modifying the file , it will look like bellow. </p>
-           <pre>
-                tickTime=2000
-                dataDir=repository/data/zookeeper
-                clientPort=2181
-               <b>start_zk_server=true</b>
-               <b>clientPortAddress=192.168.0.101</b>
-               <b>server.1=192.168.0.100:2888:3888</b>
-               <b>server.2=192.168.0.101:2888:3888</b>
-               <b>server.3=192.168.0.102:2888:3888</b>
-           </pre>
-
-           <p> Above zoo.cfg file is for the server 192.168.0.101. You can copy the same zoo.cfg file to other two servers
-           and change the entry "clientPortAddress" to the ip of that particular server.</p>
-
-           <p> Then you need to create file "myid" in the data directory (repository/data/zookeeper) of each server. In that file
-           you need to specify the id of the server.</p>
-
-           <p>
-               eg: Id of the the server 192.168.0.100 will be "1". You need only to have the number 1 in that myid file.
-           </p>
-
-           <p>You can find more information on this in  <a href="http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup">zookeeper clustering setup guide</a></p>
-
-           <p>
-               <b>You need to do above configuration in each of the message broker servers appropriately.</b>
-           </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>false&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.100:2181,192.168.0.101:2181,192.168.0.102:2181</b>&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/deployment_guide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/deployment_guide.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/deployment_guide.xml
deleted file mode 100644
index f9cf0e5..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/deployment_guide.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB - Deployment Guide
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-    <h1>
-      WSO2 Message Broker Server  (MB) Deployment Guide
-    </h1>
-    <p>Deploying the WSO2 MB correctly on your infrastructure is a vital task for the success
-        of the usage of the MB. You should first analyze the requirement and then select the
-        best matching deployment mode. There are different set of possible deployment modes with
-        different configurations.
-    </p>
-    <h2>
-      Available Deployment options
-    </h2>
-    <p>
-      <a href="installation_guide.html">Standalone Deployment Guide</a> :
-      Describes the default standalone installation and deployment of the MB
-    </p>
-    <p>
-      <a>Clustered Deployment Guide</a> :
-      Contains the information on deploying the Message Broker in a clustered environment, this particular guide
-      explains the available options on a clustered deployment.
-    </p>
-      <h2>Clustered Deployment Guide </h2>
-      <p> In clustered deployment of WSO2 message broker, there are several scenarios which can be implemented. Basically
-      in WSO2 message broker, there are three components.
-      </p>
-      <ul>
-                <li>Broker</li>
-                <li>Cassandra Server</li>
-                <li>Zoo Keeper Server</li>
-      </ul>
-      <p>By default, WSO2 mb is packed with all these three component. In a clustered setup, it is possible to have these
-      three components separately and shared with each other.
-      </p>
-      <p>Here we are describing some of the possible deployment scenarios and it can be customized according to your
-      requirement.</p>
-
-      <h3> Deployment models</h3>
-       <ul>
-                <li><a href="cluster_scenario_01.html">Starting external cassandra server and zoo keeper server and point all broker nodes to them</a> </li>
-                <li><a href="cluster_scenario_02.html">Starting external zoo keeper server and use the inbuilt cassandra server in ring model with broker nodes</a></li>
-                <li><a href="cluster_scenario_03.html">Starting external cassandra server and use inbuilt zoo keeper server in ring model with broker nodes</a></li>
-                <li><a href="cluster_scenario_04.html">Use inbuilt cassandra server and zoo keeper server for all the broker nodes</a></li>
-                <li><a href="cluster_scenario_05.html">Use inbuilt cassandra server and zoo keeper server in a customized manner</a></li>
-      </ul>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/docs_index.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/docs_index.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/docs_index.xml
deleted file mode 100644
index 7b72a82..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/docs_index.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>
-            WSO2 MB - Documentation Index
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-    </head>
-    <body xml:lang="en">
-        <h1>
-            WSO2 Message Broker Server (MB) Documentation Index
-        </h1>
-        <h2>
-            Getting Started
-        </h2>
-        <p>
-            <a href="installation_guide.html">Installation Guide</a>
-            : Gives
-            basic steps on how to download, install, and run WSO2 MB using the binary
-            distribution, and how to build WSO2 MB using the source distribution.
-        </p>
-        <p>
-            <a href="user_guide.html">User Guide</a>
-            : A
-            manual on how to run and configure the WSO2 MB through the management
-            console. The user guide is centered on describing key features such as pub/sub of WSO2
-            MB product.
-        </p>
-
-        <h2>
-            Samples
-        </h2>
-        <p>
-            <a href="samples_index.html">How to Run the WSO2 MB Samples</a>
-            :
-            This document provides you with a set of MB samples demonstrating various capabilities
-            of the MB. 
-        </p>
-        <p>
-            <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-                Library
-            </a>
-            : The Library contains articles, tutorials,
-            presentations, and other knowledge base items published on The Oxygen
-            Tank.
-        </p>
-        <p>
-            <a href="http://wso2.org/wiki/display/mb">Wiki Space</a>
-            :
-            This is the working Wiki for WSO2 MB.
-        </p>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/faq.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/faq.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/faq.xml
deleted file mode 100644
index 0a2325b..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/faq.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>
-            WSO2 MB - Frequently Asked Questions
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-    </head>
-    <body xml:lang="en">
-        [
-        <a href="docs_index.html">Documentation Index</a>
-        ]
-        <h1>WSO2 Business Server (MB) Frequently Asked Questions</h1>
-        <h2>Contents</h2>
-        <div class="toc">
-            <ol>
-                <li>
-                    <a href="#what-features">What are main features of WSO2 MB</a>
-                </li>
-                <li>
-                    <a href="#how-to-monitor">How to monitor queues and topics using MB?</a>
-                </li>
-                <li>
-                    <a href="#what-sqs">What is MessageBox(SQS)?
-                    </a>
-                </li>
-            </ol>
-
-            <h3 id="what-features">
-                1. What are main features of WSO2 MB?
-            </h3>
-            <p>The Message Broker is compliant with the latest WS-Eventing specification. It's
-                easy-to-use
-                Amazon SQS API provides a standard interface for your message queuing requirements.
-            </p>
-            <p>The underlying JMS engine handles WS-Eventing/JMS synchronisation that enables
-                exposing and
-                consuming your events using two different standard API's.
-            </p>
-            <h3 id="how-to-monitor">
-                2. How to monitor queues and topics using MB?
-            </h3>
-            <p>All the topics, subscriptions and queue details can be monitored using MB Management
-                Console
-            </p>
-            <h3 id="what-sqs">
-                3. What is MessageBox(SQS)?
-            </h3>
-            <p>Simple Queue Service(SQS) is a web service interface to do queue related operations.
-                Message box provides this service. Please find more details on how to use SQS in
-                <a href="samples_index.html">WSO2 MB Samples</a>.
-            </p>
-
-        </div>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples/jms_topic_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples/jms_topic_sample.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples/jms_topic_sample.xml
deleted file mode 100644
index d58dba4..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples/jms_topic_sample.xml
+++ /dev/null
@@ -1,252 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, 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.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - JMS Topic Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>]  </p>
-            <h1>WSO2 MB - Samples :JMS Topic Sample</h1>
-
-            <p>This guide demonstrates how topics can be created and used in Message
-                Broker using JMS API.
-            </p>
-
-            <h2>Contents</h2>
-
-            <div class="toc">
-                <ul>
-                    <li>
-                        <a href="#jms_queue_sample">JMS Topic Sample</a>
-                    </li>
-                </ul>
-            </div>
-
-            <h2 id="jms_queue_sample">JMS Topic Sample</h2>
-
-            <p>Following code is used to create a topic, subscribe to it and publish messages. To
-                run this code sample, you need to have dependencies located at
-                $CARBON_HOME/client-lib in class path.
-                To try out following code fragment, Run the Topic Subscriber first and then run
-                Topic Publisher code. You should see, published message in Topic subscriber console.
-
-                You can see created topics in management console as well.
-            </p>
-
-            <p>Topic Publisher: This code is used to publish messages to a given topic.</p>
-
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicPublisher {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicPublisher topicPublisher = new TopicPublisher();
-                        topicPublisher.publishMessage();
-                    }
-
-                    public void publishMessage() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-
-                        // create the message to send
-                        TextMessage textMessage = topicSession.createTextMessage("Test Message");
-
-                        javax.jms.TopicPublisher topicPublisher = topicSession.createPublisher(topic);
-                        topicPublisher.publish(textMessage);
-
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-
-            <p>Topic Subscriber: This code is used to Subscribe for topics.
-                topicSubscriber.receive() will wait till a message is received and exit the main
-                thread.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.Message;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicSubscriber {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicSubscriber topicSubscriber = new TopicSubscriber();
-                        topicSubscriber.subscribe();
-                    }
-
-                    public void subscribe() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-                        javax.jms.TopicSubscriber topicSubscriber = topicSession.createSubscriber(topic);
-                        Message message = topicSubscriber.receive();
-                        if (message instanceof TextMessage) {
-                            TextMessage textMessage = (TextMessage) message;
-                            System.out.println("textMessage.getText() = " + textMessage.getText());
-                        }
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-        <p>Also note that a MessageListener can be set to topicSubscriber to receive messages asynchronously.</p>
-    </body>
-</html>
\ 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/docs/xdoc/samples_index.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples_index.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples_index.xml
deleted file mode 100644
index 4a40608..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/samples_index.xml
+++ /dev/null
@@ -1,79 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>
-            WSO2 MB - Samples Guide Index
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        [
-        <a href="docs_index.html">Documentation Index</a>
-        ]
-        <h1>Running the WSO2 Message Broker Server (MB) Samples</h1>
-
-        <h2>
-            <a name="TOC">Table of Contents</a>
-        </h2>
-
-        <div class="section-content">
-            <ul>
-                <li>
-                    <a href="samples_index.html#Overview">Overview</a>
-                </li>
-                <li>
-                    <a href="samples/jms_queue_sample.html">JMS Queue Sample</a>
-                </li>
-                <li>
-                    <a href="samples/jms_topic_sample.html">JMS Topic Sample</a>
-                </li>
-                <li>
-                    <a href="samples/jms_transport_sample.html">JMS Transport Sample</a>
-                </li>
-                <li>
-                    <a href="samples/web_service_client_sample.html">Web Service Eventing Sample</a>
-                </li>
-            </ul>
-        </div>
-        <h2 id="Overview">Overview</h2>
-        <p>
-            This set of samples demonstrates the features in Message Broker product to use in
-            various situations. We will use JMS APIs with Message Broker to
-            publish,subscribe messages.
-        </p>
-        <p>
-            The source code used in the samples can be found in $CARBON_HOME/samples.
-        </p>
-
-        <p>
-            Please refers the
-            <a href="user_guide.html">User Guide</a>
-            to get familiar with Message Broker product.
-        </p>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/xdoc/setting_java_home.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/setting_java_home.xml b/products/stratos2/cloud_controller/1.0.0/docs/xdoc/setting_java_home.xml
deleted file mode 100644
index e3c073a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/xdoc/setting_java_home.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>How to setup JAVA_HOME environment variable in Windows</title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-    </head>
-    <body>
-        <h2>How to setup JAVA_HOME environment variable in Windows</h2>
-
-        <p>Please follow the instructions to set up JAVA_HOME environment variable in your computer.
-            First find out the installation folder of Java development kit (JDK) in your machine.
-            Let's
-            assume it is installed in the folder "C:/j2sdk1.4.2"
-        </p>
-
-        <ol>
-            <li>Right click on the My Computer icon on your desktop and select properties</li>
-            <li>Click the Advanced Tab</li>
-            <li>Click the Environment Variables button</li>
-            <li>Under System Variable, click New</li>
-            <li>Enter the variable name as JAVA_HOME</li>
-            <li>Enter the variable value as the install path for the Development Kit</li>
-            <li>Click OK</li>
-            <li>Click Apply Changes</li>
-
-        </ol>
-
-        <img src="images/set-java-home.jpg" width="802" height="590" alt=""/>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/bottom.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/bottom.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/bottom.gif
deleted file mode 100644
index 5679266..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/bottom.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/lib/home/images/feature-01-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/feature-01-icon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/feature-01-icon.gif
deleted file mode 100644
index b4ea8cd..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/feature-01-icon.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/lib/home/images/powered-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/powered-logo.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/powered-logo.gif
deleted file mode 100644
index fb478bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/powered-logo.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/lib/home/images/register.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/register.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/register.gif
deleted file mode 100644
index 98c5362..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/register.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/lib/home/images/title-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/title-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/title-bg.gif
deleted file mode 100644
index 2d539a7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/lib/home/images/title-bg.gif and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/index.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/index.xml
deleted file mode 100644
index 2d45fcf..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/index.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
-  <title>Welcome to WSO2 MB v2.0.1</title>
-  <link href="css/mb-docs.css" rel="stylesheet" />
-  <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-  media="all" />
-</head>
-
-<body xml:lang="en" lang="en">
-<h1>Welcome to WSO2 Message Broker v2.0.1</h1>
-
-<p>WSO2 Message Broker (WSO2 MB) is to be your Message Broker System.
- Our ultimate goal is to provide you with the suitable message brokering 
- service. </p>
-
-<p>MB 2.0.1 supports publishing and receiving messages both online
-and on demand with the features Pub/Sub and Queues. Message broker compatible with
-JMS API and it implements AMQP 0.91 protocol.
-<p>WSO2 MB 2.0.1 is developed on top of the revolutionary <a
-href="http://wso2.org/projects/carbon">Carbon platform</a>
-, and is based on the OSGi framework to achieve the better modularity for
-your Service Oriented Architecture (SOA). This also contains a lots of new
-features and many other optional components to customize the behavior of the
-server. Further, if you do not want any of the built in features, you can
-uninstall those features without any trouble. In other words, MB can be
-customized to your SOA needs. </p>
-
-<p>You can download this distribution from <a
-href="http://wso2.org/downloads/message-broker">Project Download Page </a> and give it a
-try. </p>
-
-<h2>Getting Started</h2>
-
-<p>Getting your message broker project off the ground with the WSO2 MB is
-fairly simple.</p>
-<ol>
-  <li><a href="http://wso2.org/downloads/message-broker">Download</a> the WSO2 MB
-  2.0.1</li>
-  <li>Read through the <a href="docs_index.html">Documentation Index</a></li>
-  <li>Visit our <a href="http://wso2.com/products/message-broker/">Official Web
-    site</a></li>
-  <li>Look at the <a href="release-notes.html">Release Notes</a> for the high
-    level features, or the <a
-    href="http://wso2.com/products/message-broker/#tabs">WSO2 MB Data
-  Sheet</a></li>
-</ol>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/installation_guide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/installation_guide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/installation_guide.xml
deleted file mode 100644
index 8da1f52..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/installation_guide.xml
+++ /dev/null
@@ -1,413 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>
-            WSO2 MB - Installation Guide
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-    </head>
-    <body xml:lang="en">
-        [ <a href="docs_index.html"> Documentation Index </a> ]
-        <h1>
-            WSO2 Message Broker (MB) Installation Guide
-        </h1>
-        <p/>
-
-        <p>This installation guide provides information on,</p>
-        <ol>
-            <li>the prerequisites for WSO2 MB</li>
-            <li>installation instructions</li>
-            <li>starting up WSO2 MB, and</li>
-            <li>accessing the management console</li>
-        </ol>
-
-        <p>
-            This document describes the distribution packages available in WSO2 MB -
-            the binary distribution and the source distribution for more advanced
-            users. It is followed by simple instructions on how to install and run
-            WSO2 MB using the binary distribution and how to build WSO2 MB using the
-            source distribution.
-        </p>
-
-        <h2>Contents</h2>
-        <div class="toc">
-            <ul>
-                <li>
-                    <a href="#Distribution">Distribution Packages</a>
-                </li>
-                <li>
-                    <a href="#Installing">Installing and Running WSO2 MB using the
-                        Binary Distribution
-                    </a>
-                    <ul>
-                        <li>
-                            <a href="#Prerequisites">Prerequisites</a>
-                        </li>
-                        <li>
-                            <a href="#Installing2">Installing on Linux</a>                            
-                        </li>
-                        <li>
-                            <a href="#Installing1">Installing on MS Windows</a>
-                        </li>
-                    </ul>
-                </li>
-                <li>
-                    <a href="#Building">Building WSO2 MB Using the Source Distribution</a>
-                    <ul>
-                        <li>
-                            <a href="#Prerequisites">Prerequisites</a>
-                        </li>
-                        <li>
-                            <a href="#Setting">Setting Up the Environment and Tools</a>
-                        </li>
-                        <li>
-                            <a href="#Building1">Building WSO2 MB</a>
-                        </li>
-                    </ul>
-                </li>
-            </ul>
-        </div>
-        <h2 id="Distribution">
-            Distribution Packages
-        </h2>
-        <p>
-            The following distribution packages are available for <a
-                href="http://wso2.org/downloads/message-broker/">download</a>.
-        </p>
-        <p>
-            1. Binary Distribution : Includes binary files for both MS Windows and
-            Linux operating systems, compressed into a single a zip file. Recommended
-            for normal users.
-        </p>
-        <p>
-            2. Source Distribution : Includes the source code for both MS Windows and Linux
-            operating systems, compressed into a single zip file which can be used to build the binary files.
-            Recommended for more advanced users.
-        </p>
-        <h2 id="Installing">
-            Installing and Running WSO2 MB using the Binary Distribution
-        </h2>
-        <h3 id="Prerequisites">
-            Prerequisites
-        </h3>
-        <p/>
-        <table border="2">
-            <tbody>
-                <tr>
-                    <td>
-                        <a href="http://java.sun.com/javase/downloads/index.jsp">Java SE
-                            Development Kit
-                        </a>
-                    </td>
-                    <td>
-                        1.6.x (For instructions on setting up the JDK on different operating
-                        systems, visit <a href="http://java.sun.com">http://java.sun.com</a>)
-                        <p/>
-                        <p>
-                            To build WSO2 MB from the Source distribution, it is necessary
-                            that you have JDK 1.6.x version and Maven 2.1.0 or later
-                        </p>
-                    </td>
-                </tr>
-
-                
-                <tr>
-                    <td>
-                        <a href="http://maven.apache.org/">Apache Maven</a>- To
-                        build MB from Source
-                    </td>
-                    <td>
-                        To build the WSO2 MB from its source distribution, you will need
-                        Maven 2.1.0 or later
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        Web browser- To start the MB Management Console
-                    </td>
-                    <td>
-                        Mozilla Firefox 3.0 at a resolution of 1024x768 is recommended. MS
-                        Internet Explorer 7 may be used as well, with some minor limitations. Once
-                        the WSO2 MB is started point the browser to
-                        https://localhost:9443/carbon in order to access your Management Console.
-                        See the
-                        <a href="user_guide.html">WSO2 MB User Guide</a>
-                        for more details.
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        Memory
-                    </td>
-                    <td>
-                        No minimum requirement - A heap size of 256~512MB is generally
-                        sufficient to process typical SOAP messages. Requirements may vary
-                        with larger message size and on the number of messages processed
-                        concurrently
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        Disk
-                    </td>
-                    <td>
-                        No minimum requirement. The installation will require ~125 MB
-                        excluding space allocated for log files and Databases.
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        Operating System
-                    </td>
-                    <td>
-                        Linux, Solaris, MS Windows - XP/ Vista (Not fully tested on Windows
-                        Vista). Since WSO2 MB is a Java application, it will generally be
-                        possible to run it on other operating systems with a JDK 1.6.x
-                        runtime.
-                    </td>
-                </tr>
-            </tbody>
-        </table>
-        <p/>
-
-        <h2 id="Installing2">Installing on Linux/Unix</h2>
-        <p>
-            The following steps will take you through the binary distribution
-            installation on Unix/Linux systems.
-        </p>
-        <ol>
-            <li>
-                <a href="http://wso2.org/downloads/message-broker/">Download</a>
-                the WSO2 MB binary distribution.
-            </li>
-            <li>
-                Extract the zip archive where you want the WSO2 MB installed (e.g. into
-                /opt)
-            </li>
-            <li>
-                Set the <a href="setting_java_home.html">JAVA_HOME</a>
-                environment variable to your Java home using the
-                export command or by editing /etc/profile, and add the Java /bin
-                directory to your PATH
-            </li>
-            <li>
-                Execute the WSO2 MB start script or the daemon script from the bin
-                directory. e.g. ./wso2server.sh OR ./daemon.sh start OR
-                ./wso2server.sh --console
-            </li>
-            <li>
-                Check your WSO2 MB instance using the URL https://localhost:9443/carbon
-                which will take you to the WSO2 MB Management Console. (Note that server
-                start up may take time)
-            </li>
-            <li>
-                Login as "admin" using the default password "admin"
-            </li>
-        </ol>
-
-        <h2 id="Installing1">
-            <strong>Installing on MS Windows</strong>
-        </h2>
-        <p>
-            The following steps will take you through the installation for the MS
-            Windows operating system.
-        </p>
-        <ol>
-            <li>
-                <a href="http://wso2.org/downloads/message-broker/">Download</a>
-                the WSO2 MB binary distribution.
-            </li>
-            <li>
-                Extract the zip archive where you want the WSO2 MB installed
-            </li>
-            <li>
-                Set the
-                <a href="setting_java_home.html">JAVA_HOME</a>
-                environment variable to your Java installation, and the PATH environment
-                variable to the Java /bin directory.
-            </li>
-            <li>
-                Execute the WSO2 MB start script from the bin folder. e.g. wso2server.bat
-            </li>
-            <li>
-                If you would like to install the WSO2 MB as a Windows service, use the
-                install.bat script
-            </li>
-            <li>
-                Check your WSO2 MB instance using the URL https://localhost:9443/carbon
-                which will take you to the WSO2 MB Management Console.
-            </li>
-            <li>
-                Login as "admin" using the default password "admin"
-            </li>
-        </ol>
-        <h2 id="Building">
-            Building WSO2 MB Using the Source Distribution
-        </h2>
-        <h3 id="Prerequisi1">
-            Prerequisites
-        </h3>
-        <p/>
-        <table border="2">
-            <tbody>
-                <tr>
-                    <td>
-                        <a href="http://java.sun.com/javase/downloads/index.jsp">Java SE
-                            Development Kit
-                        </a>
-                    </td>
-                    <td>
-                        1.6.x (For instructions on setting up the JDK in different operating
-                        systems, visit <a href="http://java.sun.com">http://java.sun.com</a>)
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        <a href="http://maven.apache.org/">Apache Maven</a>- To
-                        build MB from Source
-                    </td>
-                    <td>
-                        To build the WSO2 MB from its source distribution, you will need
-                        Maven 2.1.0 or later
-                    </td>
-                </tr>
-                <tr>
-                    <td>
-                        Operating System
-                    </td>
-                    <td>
-                        Linux, Solaris, MS Windows - XP/ Vista (Not fully tested on Windows
-                        Vista)
-                    </td>
-                </tr>
-            </tbody>
-        </table>
-        <p/>
-        <h3 id="Setting">
-            Setting up the Environment and Tools
-        </h3>
-        <p/>
-        <p>
-            <strong>Maven:</strong>
-        </p>
-        <p>
-            The WSO2 MB build is based on <a href="http://maven.apache.org/">Apache
-            Maven 2</a>. Hence, it is a prerequisite to have Maven (version 2.1.0 or later)
-            and JDK (version 1.6.x) installed in order to build WSO2 MB from the
-            source distribution. Extensive instructions on using Maven 2 are available
-            on the Maven website.
-        </p>
-        <p>
-            Please refer to the
-            <a
-                    href="http://maven.apache.org/guides/getting-started/index.html">Maven
-                Getting Started Guide
-            </a>
-            for more information on Maven
-        </p>
-        <ul>
-            <li>
-                Unix based OS (e.g., Linux)
-            </li>
-        </ul>
-        <ol>
-            <li>
-                Download Apache Maven tar ball or the zip archive.
-            </li>
-            <li>
-                Expand it to a directory of choice.
-            </li>
-            <li>
-                Set the environment variable M2_HOME and add M2_HOME/bin to the
-                path as well.
-            </li>
-            <li>
-                Run mvn --version to verify that it is correctly installed.
-            </li>
-        </ol>
-        <ul>
-            <li>
-                MS Windows
-            </li>
-        </ul>
-        <ol>
-            <li>
-                Download and run the Apache Maven Windows installer package.
-            </li>
-            <li>
-                Set the 'Environment Variables' (create the system variable M2_HOME
-                and edit the path. e.g., "C:\Program Files\Apache Software
-                Foundation\maven-2.0.6"; path %M2_HOME%\bin)
-            </li>
-            <li>
-                Make sure that the system variable
-                <a href="setting_java_home.html">JAVA_HOME</a>
-                is set to the location of your JDK, e.g., C:\Program Files\Java\jdk1.5
-            </li>
-            <li>
-                Run mvn --version to verify that it is correctly installed.
-            </li>
-        </ol>
-        <p>
-            Once Maven is properly installed, you can start building the WSO2 MB.
-        </p>
-        <h3 id="Building1">
-            Building WSO2 MB
-        </h3>
-        <ol>
-            <li>
-                <a href="http://wso2.org/downloads/message-broker/">Download</a>
-                the source distribution, which is available as a zip archive.
-            </li>
-            <li>
-                Expand the source archive to a directory of your choice.
-            </li>
-            <li>
-                All the necessary build scripts are included with the source
-                distribution.
-            </li>
-            <li>
-                You can run the following command inside that directory to build the
-                WSO2 MB. Note that you will require a connection to the Internet for the Maven build
-                to download dependencies required for the build.
-                <br/>
-                <p>
-                    Command: <strong>mvn clean install</strong>
-                </p>
-            </li>
-        </ol>
-        <p>
-            This will create the complete release artifacts including the binary and
-            source distributions in the modules/distribution/target/ directory which can be installed using
-            the above instructions.
-        </p>
-        <p>
-            Note: The first time you run Maven it will automatically download the
-            dependent .jar files. Therefore, the first run will take more time.
-        </p>
-    </body>
-</html>                                                 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/docs/images/add_resource.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/docs/images/add_resource.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/docs/images/add_resource.png
deleted file mode 100644
index cb077f2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/docs/images/add_resource.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/java2wsdl/images/java2wsdl.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/images/java2wsdl.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/images/java2wsdl.gif
deleted file mode 100644
index 857512a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/java2wsdl/images/java2wsdl.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/xdoc/keystoremgt/docs/images/keystoremanagement.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/images/keystoremanagement.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/images/keystoremanagement.JPG
deleted file mode 100644
index c3077a2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/images/keystoremanagement.JPG 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/keystoremgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/userguide.xml
deleted file mode 100644
index 9327bc2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/docs/userguide.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>KeyStore Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-<body>
-<h1>Key Store Management</h1>
-
-
-
-<p>Keystore management manages the keys that are stored in a database. A
-Keystore must contain a key pair with a certificate signed by a trusted
-Certification Authority (CA). The WSO2 Carbon
-uses the JKS type private key called WSO2 Carbon. </p>
-
-<p><img alt="" src="images/keystoremanagement.JPG" height="128" width="617"/></p>
-
-<p>Figure 1: Keystore Management</p>
-
-<h2>Adding a New Keystore</h2>
-
-<p>WSO2 Carbon keystore management provides the facility to manage multiple keystores. It supports
-two types of Keystores.</p>
-<ul>
-  <li>JKS (Java Key Store)
-    It can read and store key entries and certificate entries. However,
-    the key entries can store only private keys.
-  </li>
-  <li>PKCS12 (Public Key Cryptography Standards)
-    You can read a keystore in this format and can export the information
-    from that keystore, but you cannot modify the keystore. This is used to
-    import the certificates from different browsers into your Java
-    keystore.
-  </li>
-</ul>
-<ol>
-  
-  <li>In the navigator, under Configure, click <strong> Keystore</strong>.</li><li>Click on <strong>Add New Keystore. </strong>The <em><strong>Add New Keystore</strong></em> page appears.</li>
-  <li>Click <strong>Browse</strong> to locate the Keystore file you want to
-    add.</li>
-  <li>Provide the Password, Provider and the Keystore Type.</li>
-  <li>Click <strong>Next.</strong></li>
-  <li><span>You will be asked to provide <strong>Private key
-    Password</strong>.</span> </li>
-  
-  <li>Click <strong>Finish</strong>. 
-    <strong>Key Store Management</strong> table.</li>
-</ol>
-
-<p><strong>Note</strong>: Keystore management does not let you import an
-existing private key for which you already have a certificate. </p>
-
-<p></p>
-
-<p><img alt="" src="images/adding-keystore.JPG" height="201" width="586"/></p>
-
-<p>Figure 2: Adding a new keystore</p>
-
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/add.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/xdoc/keystoremgt/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/delete.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/xdoc/keystoremgt/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/edit.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/xdoc/keystoremgt/images/import-cert.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/import-cert.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/import-cert.png
deleted file mode 100644
index a3d7537..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/import-cert.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/keystoremgt/images/view-keystore.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/view-keystore.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/view-keystore.png
deleted file mode 100644
index 9e66f45..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/keystoremgt/images/view-keystore.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/log-view/docs/images/logview.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/docs/images/logview.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/docs/images/logview.jpg
deleted file mode 100644
index bc9dc75..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/docs/images/logview.jpg 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/log-view/images/fatal.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/fatal.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/fatal.png
deleted file mode 100644
index 9a09966..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/fatal.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/log-view/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/minus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/minus.gif
deleted file mode 100644
index 8ff04bc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/minus.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/xdoc/log-view/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/plus.gif
deleted file mode 100644
index 1a0e2c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/plus.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/xdoc/log-view/images/script_gear.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/script_gear.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/script_gear.gif
deleted file mode 100644
index dc4174a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/script_gear.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/xdoc/log-view/images/search.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/search.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/search.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/search.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/xdoc/log-view/images/trace.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/trace.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/trace.png
deleted file mode 100644
index 64e7412..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/trace.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/log-view/images/view.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/view.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/view.gif
deleted file mode 100644
index 9a1c6e2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/log-view/images/view.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/xdoc/mediation/images/mediation-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/mediation/images/mediation-icon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/mediation/images/mediation-icon.gif
deleted file mode 100644
index 2432293..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/mediation/images/mediation-icon.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/xdoc/menugeneral/images/chart_organisation.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/chart_organisation.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/chart_organisation.gif
deleted file mode 100644
index 626648f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/chart_organisation.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/xdoc/menugeneral/images/magnifier.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.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/xdoc/modulemgt/docs/images/global-after.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png
deleted file mode 100644
index d0c24cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.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/modulemgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml
deleted file mode 100644
index 8108fb2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml
+++ /dev/null
@@ -1,138 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  
-  <title>Global Modules - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-
-<body>
-
-<h1>Global Module Configurations</h1>
-
-<p>The WSO2 SOA platform has the capabilities of Axis2 to add modules to
-extend its capabilities. The global modules will affect all the services
-deployed within the server. If you want to globally engage a particular
-module, click Manage > Modules > <strong>List. </strong>On the <strong>Deployed
-Modules</strong> page, you can globally engage any listed module.</p>
-
-<h2>Deploying Module Archives (.mar) </h2>
-
-<p>A module is an archive file that bundles a set of classes, related
-libraries and third party library dependencies. The WSO2 Carbon provides a user
-friendly interface to engage, disengage and configure these modules. You can
-learn more about Axis2 modules from the Axis2 manuals at: <a href="http://ws.apache.org/axis2/1_5_1/modules.html">http://ws.apache.org/axis2/1_5_1/modules.html</a>
-</p>
-
-<p>To upload your module archive, all the class files and the module.xml
-descriptor file have to be available in the archive. </p>
-
-<p>The folder structure of the module archive file will look as follows.</p>
-
-<pre>
-    Test.mar
-        - META-INF
-            - module.xml
-    TestModule.class
-    TestHandler.class
-</pre>
-
-<p><img alt="Adding modules" src="images/addmodule.png" height="209" width="1020"/></p>
-
-<p style="font-style: italic;"><strong>Figure 1:</strong> Uploading module archive files. </p>
-
-<ol>
-  <li>In the navigator under Manage > Modules, click <strong>Add</strong>. The
-    <strong>Add a Module</strong> page appears.</li>
-  <li>Click <strong>Browse</strong> to select the module archive file (.mar)
-    you want to upload. Multiple (.mar) archives can be uploaded by clicking on the "+" button.</li>
-  <li>Click <strong>Upload</strong>. 
-    If the file was uploaded successfully, a message will appear prompting
-    you to restart the server to activate the module.</li><li>Click
-    <strong>OK</strong>. 
-  </li>
-</ol>
-
-<p>
-Once the server has been restarted, the module will be active and displayed
-on the <strong>Deployed Modules</strong> page. You can engage, disengage or
-delete the module as required.</p>
-
-<h2>Listing of Globally Engaged Modules</h2>
-
-<p>The WSO2 Carbon management console provides you with an interface to engage,
-disengage, configure or delete available modules. </p>
-
-<p>The module list contains the following entries for each module. </p>
-<ul>
-  <li>Name </li>
-  <li>Version </li>
-  <li>Description </li>
-  <li>Actions </li>
-</ul>
-<ol>
-</ol>
-
-<p>You can perform the following actions on engaged modules </p>
-<ul>
-  <li>Disengage: If the module is already engaged, you can disengage the
-    module. </li>
-  <li>Configure: Some modules can be configured. Use this option to access
-    the configuration page of these modules. </li>
-  <li>Engage: If the module is not already engaged, use this option to engage
-    the module. </li>
-  <li>Delete: Delete the module </li>
-</ul>
-
-<h3>Global Modules UI before engaging any module</h3>
-
-<p><img alt="Global UI before engaging any thing" src="images/global-before.png" height="521" width="1020"/></p>
-
-<p style="font-style: italic;"><strong>Figure 2:</strong> Available modules</p>
-
-<p>All the available modules are shown above the currently engaged modules.
-The WS-Addressing module is always globally engaged. This list will be
-updated when you engage other available modules.</p>
-
-<p>For example, the Throttle module is available to be configured globally.
-Once you click the Configure icon, a new page appears with the configuring
-options available for that module. </p>
-
-<h3>Throttle Global Configuration UI</h3>
-
-<p><img alt="Globally engaging throttling" src="images/global-throttling.png" height="348" width="1021"/></p>
-
-<p style="font-style: italic;"><strong>Figure 3:</strong> Throttle Configuration</p>
-
-<p>After you have engaged a module (for example, throttling), the
-<strong>Global Configurations</strong> page will be updated.
-(Figure: 4)</p>
-
-<p>There are some modules (for example, savan), doesn't have a global configuration
-page. But those can be globally engaged, just by clicking on the <strong>Engage</strong>
-action and can be disengaged by clicking on the <strong>Disengage</strong> action.</p>
-
-<h3>Global Configuration UI after engaging modules</h3>
-
-<p><img alt="Global UI after engaging modules" src="images/global-after.png" height="573" width="1014"/></p>
-
-<p style="font-style: italic;"><strong>Figure 4:</strong> After Engaging Modules</p>
-
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/add.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/xdoc/modulemgt/images/bricks.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/bricks.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/bricks.gif
deleted file mode 100644
index 1d235bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/bricks.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/xdoc/modulemgt/images/disengage.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/disengage.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/disengage.gif
deleted file mode 100644
index 46c2b6d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/disengage.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/xdoc/modulemgt/images/engage.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif
deleted file mode 100644
index 1b86800..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/engage.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/xdoc/modulemgt/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/list.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/list.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/xdoc/modulemgt/images/policies.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/policies.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/policies.gif
deleted file mode 100644
index f07a520..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/modulemgt/images/policies.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/xdoc/operation/images/caching.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/caching.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/caching.gif
deleted file mode 100644
index 2857a2a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/caching.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/xdoc/operation/images/service.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/service.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/service.gif
deleted file mode 100644
index 4923271..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/operation/images/service.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/xdoc/policyeditor/docs/images/policy-editor-source-view.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/policy-editor-source-view.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/policy-editor-source-view.png
deleted file mode 100644
index 769a1f4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/policy-editor-source-view.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/policyeditor/docs/images/select-service-policies.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/select-service-policies.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/select-service-policies.png
deleted file mode 100644
index b59ee3f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/policyeditor/docs/images/select-service-policies.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/queues/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
deleted file mode 100644
index 4344a0a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html>
-	<head>
-		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-		<title> Message Broker Queues and Queue Subscriptions- User Guide</title>
-        <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-	</head>
-    <body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-    <h1>Message Broker Queues</h1>
-
-    <p>Queues is a feature provided with WSO2 Message Broker which enables users to publish messages and receive them in
-       the order that they are sent.These queues are natively persistent, which indicates even after shutting down the
-       server or a sudden crash messages will be remain in the queue ready to be delivered.</p>
-
-    <p>Operations available for queues are:</p>
-
-    <ul>
-        <li>Add a queue</li>
-        <li>Browse queue information</li>
-        <li>Delete a queue</li>
-    </ul>
-
-    <h2>Add a queue</h2>
-
-    <p><img alt="" src="../images/queue_add.png"/></p>
-    <p align="middle">Figure 1: Add Queue</p>
-
-    <p>Using this operation users can add queues to the system. They get created in message broker server, ready for
-       message receiving from and sending to client applications. When creating the queue a meaningful name should be
-       given without any "/" literals included. This will be the identifier for the queue you have created.</p>
-
-    <p><img alt="" src="../images/queue_add_success.png"/></p>
-    <p align="middle">Figure 2: Add Queue Success</p>
-
-    <p>Note that external applications can create queues programatically as well. </p>
-    <p>Once a queue is added user will be redirected to queue information browsing page.</p>
-
-    <h2>Browse queue information</h2>
-
-    <p>The table shows all the queues available in message broker server. It also shows message count for each queue,
-       number of messages in persistent state not delivered to the consuming client. </p>
-    <p>Queues created by external client applications will be listed here with message count in the same way. But in
-        order to view them you should be in "Super Tenant" (default) mode.</p>
-
-    <p><img alt="" src="../images/queue_browse.png"/></p>
-    <p align="middle">Figure 3: Available Queues</p>
-
-    <h2>Delete a Queue</h2>
-    <p>Users can remove one or more queues from the server. All the messages persisted with that queue will be lost on
-       queue deletion. A Success message will pop-up on successful queue deletion, and can be verified by looking at
-       the available queue list. </p>
-
-    <p><img alt="" src="../images/queue_delete_success.png"/></p>
-    <p align="middle">Figure 4: Deleting Queues</p>
-
-    <h2>Tenant-specific Queue Creation</h2>
-    <p>If you are in some tenant domain other than "Super Tenant" for example "a.com", when you create a queue in above
-       mentioned way (eg:myQueue) the queue created in browser will be "a-com/myQueue". You will notice this when you
-       are directed to queue browsing page. If the user intend to send to and consume from the queue using an external
-       client application, the physical queue name (i.e "a-com/myQueue") should be used.</p>
-    <p><img alt="" src="../images/queue_from_tenant.png"/></p>
-    <p align="middle">Figure 5: Queues Added By Tenants</p>
-
-    <h2>Distributed Queues in Clustered Mode</h2>
-    <p>When you are running a few instances of WSO2 Message Broker, queues are always distributed. At a particular moment
-       a queue is owned by some node in a cluster. When some node fails in the cluster, if client applications are
-       configured to use "fail-over", it will be able to send and consume messages from the cluster without any failures
-       or any message loses. Clustering operations and synchronizing messages across the cluster is fully transparent to
-       the user.</p>
-    <h2>Advanced Tuning of Queue Properties and Performance</h2>
-    <p>There is a lot of configurations can be done while configuring an instance of WSO2 MB to improve performance and
-       functionality. Please refer Wikis for more detail.</p>
-
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/move.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/move.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/move.gif
deleted file mode 100644
index a24a49f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/move.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/xdoc/queues/images/nodata.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/nodata.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/nodata.gif
deleted file mode 100644
index 4ba3388..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/nodata.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/xdoc/queues/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/plus.gif
deleted file mode 100644
index 1a0e2c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/plus.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/xdoc/queues/images/queue_add.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add.png
deleted file mode 100644
index d2b4a3d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add.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/queues/images/queue_add_success.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add_success.png
deleted file mode 100644
index b9001a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_add_success.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/queues/images/queue_browse.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_browse.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_browse.png
deleted file mode 100644
index a57d40b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_browse.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/queues/images/queue_from_tenant.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_from_tenant.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_from_tenant.png
deleted file mode 100644
index 7d66549..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_from_tenant.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/queues/images/queue_type_sqs.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_type_sqs.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_type_sqs.gif
deleted file mode 100644
index 9301627..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queue_type_sqs.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/xdoc/queues/images/queues.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queues.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queues.gif
deleted file mode 100644
index ed6eda7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/queues.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/xdoc/queues/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/secure.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/secure.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/xdoc/queues/images/treetop.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/treetop.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/treetop.jpg
deleted file mode 100644
index bdf3a39..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/images/treetop.jpg 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/queues/styles/dsxmleditor.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/styles/dsxmleditor.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/styles/dsxmleditor.css
deleted file mode 100644
index eb9de58..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/queues/styles/dsxmleditor.css
+++ /dev/null
@@ -1,82 +0,0 @@
-.treeControl div.title{
-    font-size:14px;
-    font-weight:bold;
-    color:#788cb3;
-}
-.topicData{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-td.tree-top{
-   background-image:url(../images/treetop.jpg);
-   background-repeat:repeat-x;
-    height:21px;
-}
-td.tree-top h3{
-    padding-left:10px !important;
-    padding-right:0px !important;
-    padding-top:3px !important;
-    padding-bottom:0px !important;
-    margin:0px !important;
-    font-size:12px !important;
-    font-weight:bold !important;
-    color:#414141;
-    
-}
-.leftBox{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-.treeControl{
-margin-bottom:10px;
-}
-.selected{
-    background-color:#a0afcd;
-    color:#fff !important;
-    padding:3px;
-}
-.secure{
-    color: #009966 !important;
-    text-decoration:underline;
-    background-image:url(../images/secure.gif);
-    background-repeat:no-repeat;
-    background-position:right center;
-    padding-right:15px;
-}
-div#eprInput {
-    margin: 0px 0px 0px 0px;
-    display: block;
-}
-
-div#scriptInput {
-    margin: 0px 20px 0px 20px;
-    display: none;
-}
-
-.initE {
-    border: solid 1px #e8e7e7;
-    text-align: left;
-    font-style: italic;
-    color: #adadad;
-}
-
-.normalE {
-    border: solid 1px #bfbebe;
-    text-align: left;
-}
-.importantArea {
-background-color:#DDDDDD;
-border:1px solid #949494;
-padding:5px;
-}
-#permissionsDiv h4 {
-color:#999999;
-font-size:12px !important;
-font-weight:bold !important;
-}
-.perRow td {
-background-color:#C6C7C8;
-border-right:1px solid #DFDFDF !important;
-font-weight:bold;
-text-align:center;
-}
\ 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/resources/css/registry-ie7.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css
deleted file mode 100644
index d283ccb..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry-ie7.css
+++ /dev/null
@@ -1,7 +0,0 @@
-#pointA {
-	position:absolute;
-	}
-#pointA span{
-	margin-left:2px !important;
-    	margin-top:-20px !important;
-}
\ 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/resources/css/registry.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry.css
deleted file mode 100644
index 311f77f..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/css/registry.css
+++ /dev/null
@@ -1,842 +0,0 @@
-.box1-head{
-background-image:url(../images/table_header.gif);
-background-repeat:repeat-x;
-background-position:0px 0px;
-border:solid 1px #cccccc;
-border-bottom:none;
-padding-right:5px;
-padding-left:5px;
-height:25px !important;
-}
-.box1-head a {
-color:#000000 !important;
-text-decoration:none;
-}
-.box1-head-right{
-text-align:right;
-width:14px;
-}
-.box1-head h2 {
-color:#000000 !important;
-font-size:11px !important;
-font-weight:bold !important;
-line-height:20px !important;
-border:none !important;
-margin:0px !important;
-padding:0px !important;
-height:0px !important;
-}
-.box1-head h2.sub-headding-entries {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-prop {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-permisions {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-comments {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-dependencies {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-associations {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-search {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-ratings {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-head h2.sub-headding-lifecycle {
-*padding-top:1px !important;
-*line-height:17px !important;
-}
-.box1-mid {
-background-color:#FFFFFF;
-border:1px solid #cccccc;
-margin-bottom:20px;
-min-height:20px;
-padding:6px 5px 5px 5px;
-}
-.box1-mid-fill{
-background-color:#FFFFFF;
-margin-bottom:20px;
-height:20px;
-}
-.box1-mid table{
-*width:99% !important;
-}
-a {
-cursor:pointer;
-color:#386698;
-}
-.box2-mid {
-background-color:#FFFFFF;
-border:1px solid #6E6E6E;
-margin-bottom:20px;
-padding:6px 5px 5px 6px;
-}
-.sub-headding-comments {
-line-height:25px;
-}
-.sub-headding-tags {
-line-height:25px;
-}
-.sub-headding-ratings{
-line-height:25px;
-}
-.sub-headding-dependencies {
-line-height:25px;
-}
-.sub-headding-associations {
-line-height:25px;
-}
-.sub-headding-prop {
-line-height:25px;
-}
-.sub-headding-ratings {
-line-height:25px;
-}
-.thead-right{
-}
-.universal-add{
-background-image:url(../images/universal-add.gif);
-background-position:0px 0px;
-background-repeat:no-repeat;
-display:block;
-width:13px;
-height:13px;
-margin-top:3px;
-}
-.importantArea {
-background-color:#DDDDDD;
-border:1px solid #949494;
-padding:5px;
-}
-.simple-data-table th {
-color:#565656;
-font-weight:bold;
-padding-left:3px;
-padding-top:7px;
-text-align:left;
-font-size:11px;
-}
-.toolBarTable {
-display:inline;
-width:120px;
-}
-.toolBarTable td {
-padding-left:5px;
-}
-.contraction-spacer{
-width:3px;
-}
-.resource-right{
-width:30%;
-}
-.required{
-color:red;
-}
-.top-toolbar-back{
-    margin-top:3px;
-}
-.top-toolbar-back td a{
-line-height:18px;
-}
-.top-toolbar-back td{
-color:#386698;
-font-size:15px;
-}
-.perRow td{
-    background-color:#c6c7c8;
-    font-weight:bold;
-    text-align:center;
-    border-right:1px solid #DFDFDF !important;
-}
-#resourceTree {
-background-color:#FFFFFF;
-border:4px solid #CCCCCC;
-height:auto;
-left:150px;
-min-height:500px;
-position:absolute;
-right:10px;
-top:60px;
-z-index:100;
-}
-.close-button-position{
-display:none;
-}
-.headding-tree{
-font-size:11px;
-font-weight:bold;
-text-indent:10px;
-border-bottom:solid 1px #202020;
-}
-.headding-tree-back{
-background-color:#d1d1d1;
-}
-.father-object {
-border-bottom:1px solid #EDEDD1;
-border-left:1px solid #EDEDD1;
-border-top:1px solid #EDEDD1;
-height:25px;
-padding-left:5px;
-padding-top:3px;
-}
-.child-objects {
-margin-left:10px;
-}
-.resource-tree-headding {
-background-color:#ededed;
-color:black;
-font-weight:bold;
-height:30px;
-padding-left:10px;
-padding-top:10px;
-}
-.registry-breadcrumb{
-font-size:15px;
-}
-.resource-path{
-margin-bottom:10px;
-}
-.horizontalList{
-padding:0px;
-margin:0px;
-}
-.horizontalList li{
-float:left;
-padding-right:5px;
-}
-#perMinimized{
-border:none;
-margin-bottom:0px;
-}
-.icon-link-ouside{
-height:25px;
-margin-left:-10px;
-*margin-left:0px;
-position:relative;
-}
-a.checkpoint-icon-link {
-background-repeat: no-repeat;
-background-position: left top;
-padding-left: 20px;
-line-height: 17px;
-height: 17px;
-float: left;
-position: relative;
-margin-left: 0px;
-margin-top: 5px;
-margin-bottom: 3px;
-white-space: nowrap;
-cursor:pointer;
-}
-a.view-icon-link {    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;
-}
-a.edit-icon-link {    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;
-}
-.summeryStyle{
-color:#aaaaaa;
-line-height:25px;
-}
-.summeryLink{
-color:#aaaaaa !important;
-}
-.expanIconCell{
-width:10px;
-}
-.expanIconCell img{
-margin-top:3px;
-}
-.pagingRow{
-height:30px;
-text-align:center !important;
-}
-.pagingRow ul{
-list-style-type:none;
-}
-.pagingRow ul li{
-float:right;
-}
-.disableLink{
- color:#aaaaaa;
-}
-.pageLinks{
-    background:#FFFFFF none repeat scroll 0%;
-border:1px solid #DDDDDD;
-padding:2px 3px;
-text-decoration:none;
-margin:0px;
-margin-left:2px;
-margin-right:2px;
-}
-.pageLinks-selected{
-    background:#e8e9ae none repeat scroll 0%;
-border:1px solid #DDDDDD;
-padding:2px 3px;
-text-decoration:none;
-margin:0px;
-margin-left:2px;
-margin-right:2px;
-}
-.popup-main{
-position:absolute;
-left:0px;
-top:0px;
-height:200%;
-width:100%;
-background-image:url(../images/popback.png);
-background-repeat:repeat;
-background-position:0px 0px;
-background-color:#cccccc;
-opacity:0.5;
-
-*background-color:transparent;
-z-index:10;
-}
-.ui-dialog-content{
-padding:0px;
-overflow-y:auto;
-overflow-x:hidden;
-}
-div#messagebox{
-padding:10px;
-}
-.tree-row-object{
-    list-style-type:none;
-    margin:0px;
-    padding:0px;
-    width:100%;
-}
-.tree-row-object li{
-    float:left;
-}
-.first{
-width:60%;
-}
-.second{
-    width:20%;
-}
-.third{
-    width:20%;
-}
-#permissionsDiv h3{
-font-size:12px !important;
-font-weight:bold !important;
-}
-#permissionsDiv h4{
-font-size:12px !important;
-font-weight:bold !important;
-color:#999999;
-}
-#tagList a{
-background-color:#ffffff;
-line-height:30px;
-}
-
-/* Tag cloude styles */
-.cloude-text{
-color:#3c260c;
-}
-.cloude-text a{
-background-color:#ffffa4;
-margin-right:5px;
-padding:2px;
-}
-.cloud-x1{
-font-size:11px;
-}
-.cloud-x2{
-font-size:14px;
-}
-.cloud-x3{
-font-size:18px;
-}
-.cloud-x4{
-font-size:22px;
-}
-.cloud-x5{
-font-size:26px;
-}
-.cloude-text a:hover{
-color:#000000;
-font-weight:bold;
-}
-a.add-resource-icon-link{
-    background-image: url( ../../admin/images/add-resource.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-link-icon-link{
-    background-image: url( ../../admin/images/add-link.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-collection-icon-link{
-    background-image: url( ../../admin/images/add-collection.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.resource-icon-link{
-    background-image: url( ../images/resource.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.resource-icon-link-x{
-    background-image: url( ../images/resource-extn.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.resource-icon-link-y{
-    background-image: url( ../images/resource-extn-mounted.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.download-icon-link{
-    background-image: url( ../images/icon-download.jpg);    
-    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.save-icon-link{
-    background-image: url( ../images/save-button.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.cancel-save-icon-link{
-    background-image: url( ../../admin/images/cancel.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.folder-small-icon-link{
-    background-image: url( ../images/icon-folder-small.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px !important;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.folder-small-icon-link-x{
-    background-image: url( ../images/collection-extn.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px !important;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.folder-small-icon-link-y{
-    background-image: url( ../images/collection-extn-mounted.gif);    
-    background-repeat: no-repeat;
-    background-position: left top;
-    padding-left: 20px;
-    line-height: 17px;
-    height: 17px;
-    float: left;
-    position: relative;
-    margin-left: 0px !important;
-    margin-top: 5px;
-    margin-bottom: 3px;
-    white-space: nowrap;  
-}
-a.details-icon-link{
-    background-image: url( ../images/icon-details.jpg);    
-    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.restore-icon-link{
-    background-image: url( ../images/icon-restore.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.gif);
-    background-position: left top;
-    background-repeat: no-repeat;
-    float: left;
-    height: 17px;
-    line-height: 17px;
-    margin-bottom: 3px;
-    margin-left: 10px;
-    margin-top: 5px;
-    padding-left: 20px;
-    position: relative;
-    white-space: nowrap;
-}
-a.rate-icon-link{
-    background-image: url(../images/r44.gif);
-    background-position: left top;
-    background-repeat: no-repeat;
-    float: left;
-    height: 17px;
-    line-height: 17px;
-    margin-bottom: 3px;
-    margin-left: 10px;
-    margin-top: 5px;
-    padding-left: 20px;
-    position: relative;
-    white-space: nowrap;
-}
-.resource-tree-box{
-height:365px;
-overflow-y:auto;
-}
-select{
-*font-size:13px !important;
-}
-.resource-actions a {
-float:right;
-}
-.info-emp{
-    font-weight:bold;
-}
-.action-pane{
-background-color:#f3f3f3;
-border-bottom:none !important;
-border-left:solid 1px #717171;
-border-right:solid 1px #717171;
-border-top:none !important;
-}
-.action-pane-helper{
-padding-left:0px !important;
-margin-left:0px !important;
-}
-.actionSelected{
-border-bottom:none !important;
-background-color:#f3f3f3;
-}
-.entryName-right{
-text-align:right !important;
-border:none !important;
-padding:0px !important;
-margin:0px !important;
-margin-top:5px;
-}
-.entryName-left{
-border:none !important;
-padding:0px !important;
-margin:0px !important;
-text-align:left !important;
-}
-.entryName-contracted{
-    background-image: url( ../images/arrow-right.gif);    
-    background-repeat: no-repeat;
-    background-position: 3px top;
-    display:block;
-    height:16px;
-float:left;
-line-height:17px;
-margin-left:0 !important;
-margin-top:5px;
-padding-left:20px;
-position:relative;
-white-space:nowrap;
-}
-.entryName-expanded{
-    background-image: url( ../images/arrow-up.gif);    
-    background-repeat: no-repeat;
-    background-position: 3px top;
-    display:block;
-    height:16px;
-float:left;
-line-height:17px;
-margin-left:0 !important;
-margin-top:5px;
-padding-left:20px;
-position:relative;
-white-space:nowrap;
-
-}
-.closeButton {
-/*color:red;*/
-/*font-weight:bold;*/
-margin-top:-2px;
-position:absolute;
-/*font-size:16px;*/
-}
-
-.slidingIconCont{
-width:15px;
-}
-.slidingIconCont a{
-background-image:url(../images/viewIcons.png);
-background-repeat:no-report;
-display:block;
-cursor:pointer;
-margin-bottom:5px;
-}
-.pointLeft{
-background-position:0 0;
-height:28px;
-}
-.pointRight{
-background-position:15px 0;
-height:28px;
-}
-.stdView-Selected{
-    border-radius: 5px 5px 0px 0px;
-    -moz-border-radius: 5px 5px 0px 0px;
-    color:#fff;
-    padding:5px 13px 3px 30px;
-    background:#A4A4A4 url(../images/icon-detail-view.png) no-repeat 10px 5px;
-    border:solid 1px #140800;
-}
-.stdView-notSelected{
-    border-radius: 5px 5px 0px 0px;
-    -moz-border-radius: 5px 5px 0px 0px;
-    color:#373737;  
-    padding:3px 13px 3px 30px;
-    background:#CCCCCC url(../images/icon-detail-view.png) no-repeat 10px 5px;
-    border:solid 1px #726b6b;
-    font-size:10px;
-}
-.treeView-Selected{
-    border-radius: 5px 5px 0px 0px;
-    -moz-border-radius: 5px 5px 0px 0px;
-    color:#fff;
-    padding:5px 13px 3px 30px;
-    background:#A4A4A4 url(../images/icon-tree.png) no-repeat 10px 5px;
-    border:solid 1px #140800;
-    
-}
-.treeView-notSelected{
-    border-radius: 5px 5px 0px 0px;
-    -moz-border-radius: 5px 5px 0px 0px;
-    color:#373737;
-    padding:3px 13px 3px 30px;
-    background:#CCCCCC url(../images/icon-tree.png) no-repeat 10px 5px;
-    border:solid 1px #726b6b;
-    font-size:10px;
-}
-.tabview{
-    height:17px;
-    vertical-align:bottom;
-}
-.tabview a:hover{
-    color:#fff;   
-}
-#viewPanel{
-    /*background:transparent url(../images/registry-tab-view-back.png) repeat-x left top;*/
-    padding-top:10px;
-    border-top:solid 3px #666666;
-}
-
-#pointTds{
-vertical-align:top;
-margin:0 !important;
-padding:0 !important;
-vertical-align:top;
-width:0 !important;
-}
-
-#pointA{
-    width:17px;
-    cursor:pointer;
-    
-
-	/* For IE 8 */
-	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
-	/* For IE 5.5 - 7 */
-	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
-
-    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-top:0px;
-    height:40px;
-    padding-top:50px;
-    
-
-}
-#pointA span{
-    display:block;
-    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-    -webkit-transform: rotate(90deg);
-    -moz-transform: rotate(90deg);
-    -o-transform: rotate(90deg);
-
-    display:block;
-    background-color:transparent;
-    width:130px;
-    *margin-left:2px;
-    margin-left:-60px;
-    *margin-top:0px;
-    margin-top:40px;
-   
-    padding-right:5px;
-    padding-left:5px;
-}
-#pointA span.ie{
-    margin-left:0px;
-    margin-top:0px;
-}
-#workArea div.showToHidden{
-    background:#CCCCCC url(../../admin/images/leftRightSlider-dark.png) no-repeat -1px 5px;
-    
-}
-#workArea div.hiddenToShow{
-    background:#A4A4A4 url(../../admin/images/leftRightSlider-dark.png) no-repeat -19px 5px;
-}
-#workArea div.showToHidden span{
-    color:#000;
-}
-#workArea div.hiddenToShow span{
-    color:#fff;
-}
-#commentsTable div, #tagList, #add-subscription-div, #add-subscription-outer-div, #tagAddTable div{
-white-space:normal;
-}
-.resource-content{
-    width:100%;
-    height:100px;
-}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.png
deleted file mode 100644
index 2d40423..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/HierSubscriptions.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/resources/docs/images/addResource.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/addResource.png
deleted file mode 100644
index 6d94713..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/addResource.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/resources/docs/images/add_subscription.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.png
deleted file mode 100644
index 617b708..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/add_subscription.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/resources/docs/images/associations.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/associations.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/associations.png
deleted file mode 100644
index ea5e0b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/associations.png and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user_guide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user_guide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user_guide.xml
deleted file mode 100644
index ae3e733..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user_guide.xml
+++ /dev/null
@@ -1,416 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, 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.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB - User Guide</title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="docs_index.html">Documentation Index</a>]
-        </p>
-        <h1>WSO2 Message Broker(MB) User Guide</h1>
-
-        <p>The goal of this guide is to provide guidelines to be followed
-            in order to get familiar with WSO2 Message Broker and the procedure
-            of using the features provided by the product.
-        </p>
-
-        <h2>Contents</h2>
-
-        <div class="toc">
-            <ul>
-                <li>
-                    <a href="#Introduction">Introduction to Message Broker</a>
-                </li>
-                <!--li><a href="#Sample">Stock Quote Sample</a> </li-->
-                <li>
-                    <a href="#References">References</a>
-                </li>
-            </ul>
-        </div>
-
-        <h2 id="Introduction">Introduction to Message Broker</h2>
-        <p>This gives a brief introduction of how message broker can be used
-            in publishing and receiving messages.
-        </p>
-
-        <p>
-            WSO2 Message Broker is basically consist of two major features.They are:
-        </p>
-        <ul>
-            <li>Pub/ Sub Feature</li>
-            <li>Message Broker Clustering feature</li>
-        </ul>
-
-        <h3>
-            Pub/Sub Feature
-        </h3>
-
-        <p>This feature of the WSO2 Message Broker provides the facility for users to route messages
-            to the required users. If we are explaining deeply,
-            there is a concept called 'Topic' and message routing is done on the base of that
-            topic. When a particular user want to publish
-            a message to a particular sector , he creates a topic with a name related to the
-            messages that he is going to pulish. As an example, if a particular
-            user want to publish messages related with sports news, he can create a topic with the
-            name 'SportsNews' and publish the messages to that topic.
-        </p>
-
-        <p>
-            When another particular user is interested on any topic in the topic tree, he can
-            subscribe to that topic and receive messages which are published
-            to that topic by the publisher. As in the above example, when a particular user is
-            interested on sports, he can subscribed to the topic 'SportsNews'
-            and get messages published to that topic.
-        </p>
-
-        <p>
-            <img src="images/MessageFlowDiagram.jpg"
-                 alt="Pub/Sub Message Flow"/>
-        </p>
-        <h3>How to use Pub/Sub Feature</h3>
-
-        <p>In WSO2 Message Broker , Pub/Sub feature is one of the two major features. Inorder to use
-            this feature , it is needed to create a Topic and subscribe to it.
-        </p>
-        <ul>
-            <li>Step 01</li>
-
-            <p>Login to the server</p>
-
-            <li>Step 02</li>
-
-            <p>Click on the 'Add' menu item under the 'Topics' menu to create a topic. To create a
-                topic , the only thing needed to be provided is the name of the topic.
-            </p>
-
-            <p>
-                <img src="images/topic_add.png"
-                     alt="Add Topic"/>
-            </p>
-
-            <li>Step 03</li>
-
-            <p>When you add a topic using the 'add' button , you will be directed to the 'Topic
-                Browser' page and you will see the topic tree.
-            </p>
-            <p>
-                <img src="images/topic_browser.png"
-                     alt="Topic Browser"/>
-            </p>
-
-            <p>Once you click on a topic in the topic tree , it will display all the available
-                operations on a topic.
-                Once you click on the 'Help' link on that page you will find the information on all
-                the operations available on the topic
-            </p>
-
-            <p>If you click on details link , you will find following page.</p>
-
-            <p>
-                <img src="images/topic_details.png"
-                     alt="Topic Details"/>
-            </p>
-
-            <li>Step 04</li>
-
-            <p>Once you click on the topic , you will get the following page.</p>
-            <p>
-                <img src="images/topic_browser_clicked.png"
-                     alt="Topic Details"/>
-            </p>
-
-
-            <p>Once you click on 'Subscribe' link on the above page, you will be directed to Add
-                subscriptions page.
-            </p>
-
-            <p>
-                <img src="images/topic_addSubscription.png"
-                     alt="Subscribe to topics"/>
-            </p>
-
-            <p>You can create a subscription to the topic by provide the information on subscription
-            </p>
-            <li>Topic</li>
-            <p>User does not need to specify the topic here , since its automatically sets up.</p>
-
-            <li>Subscription Mode</li>
-
-            <p>This is the mode of the subscription and there are three modes.</p>
-
-            <p>The default mode for the subscription is "Topic Only". With this mode , user creates
-                the
-                subscription only to the topic. In this mode subscribers only receive events which
-                are published only to the that topic.
-            </p>
-
-            <p>Next mode of subscription is "Topic and Immediate child". In this mode subscribers of
-                the topic
-                receives events published not only the specified topic but also to the immediate
-                child of that topic.
-            </p>
-
-            <p>Last mode of subscription is "Topic and Children". In this mode subscribers of the
-                specified
-                topic will receive events published to the specified topic and all its children
-            </p>
-
-            <li>Event Sink URL</li>
-            <p>This is the URL which the subscriber should provide to receive events published. When
-                events are
-                published to the topic, they are sent to the specified URL here.
-            </p>
-
-            <li>Expiration Time</li>
-            <p>Here user can specify the expiration time of the subscription. This is not a required
-                parameter and
-                if user leave it alone, subscription will never be expired.
-            </p>
-
-            <p>Note : You can create a simple axis2service and use it's URL as the EventSinkURL .
-                Inorder to create an axis2service ,
-            </p>
-            <ul>
-                <li>Browse the location : /wso2mb-1.0.0/samples/services/EventSinkService
-                </li>
-                <li>Type the command : ant</li>
-
-                <P>(This ant task will create a simple axis2service 'EventSinkService' and deploy it
-                    in the location :
-                    /wso2mb-1.0.0/repository/deployment/server/axis2services/ )
-                </P>
-            </ul>
-
-            <p>Now you can create a subscription by providing the Event Sink URL :
-                https://localhost:9443/services/EventSinkService/getOMElement
-            </p>
-
-            <p>Click on the button 'Subscribe' and it will create the subscription and list it in
-                the subscription table of that topic in topic details page.
-            </p>
-
-
-            <p>
-                <img src="images/topic_subscriptionDetails.png"
-                     alt="Topic subscription details"/>
-            </p>
-
-
-            <li>Step 05</li>
-
-            <p>At the end of the subscribing process , you can test whether the topic and the
-                subscriptions created are working fine.
-                In order to do that what you have to do is type a XML message in the provided text
-                box and under the 'Publish' section
-                of Topic Details page and click on 'Publish button'
-            </p>
-
-            <p>Then check the command line and you will be able to see the XML Message that you
-                types in the provided space.
-            </p>
-            <h3>Clustering support of WSO2 Message Broker</h3>
-            <p>
-            	WSO2 MB  is now supporting clustering. That means high availability and failover support
-            	is there. You can setup several Message Broker nodes and configure them up to work as a cluster 
-            	so that if one node is down message routing and handling will be taken over by other nodes in the cluster.
-            	At the same time overhead of routing messages is distributed among the Message Broker cluster nodes so
-            	that overall performance of Message Brokering goes up. Thus, having a lot of publishers and subscribers will
-            	not be a problem anymore as there is no significant performance degrade with the number of publishers, 
-            	subscribers and exchanges. Scalability is beyond you with WSO2 MB with combined resources you have. 
-            	Fault tolerance brings you great benefits in deployment apart from the performance gain. 
-            </p>
-
-            <p>
-                There are several cluster deployment models supported by WSO2 Message Broker. Read on them at <a href="deployment_guide.html">
-                Deployment guide
-                </a>
-                and choose the suitable deployment pattern for your use-case and enable clustering as described there.
-            </p>
-
-            <li>   Sample Scenario - This sample is based on Clustering Scenario 1, <a href="cluster_scenario_01.html">'Starting external cassandra server
-                   and zoo keeper server and point all broker nodes to them'</a>:
-                <ul>
-                    <li>
-                        In your local machine setup two WSO2 MB instances running with external Cassandra server and Zookeeper server
-                        (note that you can setup Cassandra and Zookeeper to run on the same machine). In order to do that in the second WSO2 MB
-                        instance define a port offset changing &lt;MB Home&gt;/repository/conf/carbon.xml (eg: set port offset to 1).
-                    </li>
-                    <li>
-                        We will call first broker instance MB1 (runs on port 5672) and the other MB2 (runs on port 5673).
-                    </li>
-                    <li>
-                        Using following JMS client make subscriptions to a queue "myQueue" at MB1.
-                        <pre xml:space="preserve">
-
-                        import javax.jms.*;
-                        import javax.naming.InitialContext;
-                        import javax.naming.NamingException;
-                        import java.util.Properties;
-
-                        public class ConsumeClient {
-                            public void consumeMessage() {
-
-                                Properties initialContextProperties = new Properties();
-                                initialContextProperties.put("java.naming.factory.initial",
-                                        "org.wso2.andes.jndi.PropertiesFileInitialContextFactory");
-                                String connectionString = "amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5672'";
-                                initialContextProperties.put("connectionfactory.qpidConnectionfactory", connectionString);
-                                initialContextProperties.put("queue.myQueue", "myQueue");
-
-                                try {
-                                    InitialContext initialContext = new InitialContext(initialContextProperties);
-                                    QueueConnectionFactory queueConnectionFactory
-                                            = (QueueConnectionFactory) initialContext.lookup("qpidConnectionfactory");
-                                    QueueConnection queueConnection = queueConnectionFactory.createQueueConnection();
-                                    queueConnection.start();
-
-                                    QueueSession queueSession = queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-                                    Destination destination = (Destination) initialContext.lookup("myQueue");
-
-                                    MessageConsumer messageConsumer = queueSession.createConsumer(destination);
-
-                                    TextMessage textMessage = (TextMessage) messageConsumer.receive();
-                                    System.out.println("Got message ==> " + textMessage.getText());
-
-                                    try {
-                                        Thread.sleep(9000);
-                                    } catch (Exception e) {
-                                        System.out.println(e);
-                                    }
-
-                                    messageConsumer.close();
-
-                                    queueSession.close();
-                                    queueConnection.stop();
-                                    queueConnection.close();
-
-                                } catch (NamingException e) {
-                                    e.printStackTrace();
-                                } catch (JMSException e) {
-                                    e.printStackTrace();
-                                }
-
-
-                            }
-
-                            public static void main(String[] args) {
-                                ConsumeClient sendConsumeClient = new ConsumeClient();
-                                sendConsumeClient.consumeMessage();
-                            }
-                        }
-
-                        </pre>
-
-                    </li>
-                    <li>
-                        Now using Message Sender described below, send a message to "myQueue" at MB2.
-
-                        <pre xml:space="preserve">
-
-                        import javax.jms.*;
-                        import javax.naming.InitialContext;
-                        import javax.naming.NamingException;
-                        import java.util.Properties;
-
-                        public class SendClient {
-                            public static void main(String[] args) {
-                                SendClient sendClient = new SendClient();
-                                sendClient.sendMessage();
-                            }
-
-                            public void sendMessage() {
-
-                                Properties initialContextProperties = new Properties();
-                                initialContextProperties.put("java.naming.factory.initial",
-                                        "org.wso2.andes.jndi.PropertiesFileInitialContextFactory");
-                                String connectionString = "amqp://admin:admin@clientID/carbon?brokerlist='tcp://localhost:5673'";
-                                initialContextProperties.put("connectionfactory.qpidConnectionfactory", connectionString);
-                                initialContextProperties.put("queue.myQueue", "myQueue");
-
-
-                                try {
-                                    InitialContext initialContext = new InitialContext(initialContextProperties);
-                                    QueueConnectionFactory queueConnectionFactory
-                                            = (QueueConnectionFactory) initialContext.lookup("qpidConnectionfactory");
-
-                                    QueueConnection queueConnection = queueConnectionFactory.createQueueConnection();
-                                    queueConnection.start();
-
-                                    QueueSession queueSession = queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                                    TextMessage textMessage = queueSession.createTextMessage();
-                                    textMessage.setText("Test message");
-                                    System.out.println("Sending Message : " + textMessage.getText().length());
-
-                                    // Send message
-                                    Queue queue = (Queue) initialContext.lookup("myQueue");
-
-                                    QueueSender queueSender = queueSession.createSender(queue);
-                                    queueSender.send(textMessage);
-
-                                    // Housekeeping
-                                    queueSender.close();
-                                    queueSession.close();
-                                    queueConnection.stop();
-                                    queueConnection.close();
-
-                                } catch (NamingException e) {
-                                    e.printStackTrace();
-                                } catch (JMSException e) {
-                                    e.printStackTrace();
-                                }
-
-                            }
-                        }
-                        </pre>
-                    </li>
-                    <li>
-                        Now you can run the consumer to receive messages from MB1. You will notice that the message you have
-                        sent to MB2 can be received by MB1. Even if MB2 instance was destroyed message will be consumed to the consumer.
-                    </li>
-                </ul>
-            </li>
-            <li>
-                <p>Following is a typical deployment diagram for a Message Broker cluster setup.</p>
-
-                <img src="images/Deployment_Diagram.jpg"
-                     alt="A typical cluster deployment"/>
-            </li>
-        </ul>
-        <h2 id="References">References</h2>
-        <ul>
-            <li>
-                <a href="http://zookeeper.apache.org/">Apache Zookeeper
-                </a>
-            </li>
-            <li>
-                <a href="http://cassandra.apache.org/">Apache Cassandra
-                </a>
-            </li>
-        </ul>
-
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/add.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/xdoc/userstore/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/delete.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/xdoc/userstore/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/edit.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/xdoc/userstore/images/user-chpass.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-chpass.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-chpass.png
deleted file mode 100644
index 0a42e1a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-chpass.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/userstore/images/user-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif
deleted file mode 100644
index 8d76864..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/user-roles.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/xdoc/userstore/images/users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/users.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/users.gif
deleted file mode 100644
index 702ae1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/userstore/images/users.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/xdoc/viewflows/docs/images/handlers.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/docs/images/handlers.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/docs/images/handlers.png
deleted file mode 100644
index a61d810..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/docs/images/handlers.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/viewflows/extensions/core/images/handlerChain_leftmost.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif
deleted file mode 100644
index e80298b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.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/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif
deleted file mode 100644
index 5c13c0b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.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/xdoc/viewflows/extensions/core/images/handlerChain_rightmost.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost.gif
deleted file mode 100644
index 52c8a39..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost.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/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif
deleted file mode 100644
index bae4a4f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.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/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif
deleted file mode 100644
index bb4e1d6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.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/xdoc/viewflows/extensions/core/images/handler_01_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif
deleted file mode 100644
index 88d8c20..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.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/xdoc/viewflows/extensions/core/images/handler_flow.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.gif
deleted file mode 100644
index b4268be..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_flow.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/xdoc/viewflows/extensions/core/images/handlers.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg
deleted file mode 100644
index b61add0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlers.jpg 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/wsdl_validator/docs/images/result.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png
deleted file mode 100644
index 4488a01..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/wsdl_validator/docs/images/result.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/LICENSE.txt
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/LICENSE.txt b/products/stratos2/cloud_controller/1.0.1/LICENSE.txt
deleted file mode 100644
index 2dd41d8..0000000
--- a/products/stratos2/cloud_controller/1.0.1/LICENSE.txt
+++ /dev/null
@@ -1,512 +0,0 @@
-
-This product is licensed by WSO2 Inc. under Apache License 2.0. The license
-can be downloaded from the following locations:
-	http://www.apache.org/licenses/LICENSE-2.0.html
-	http://www.apache.org/licenses/LICENSE-2.0.txt
-
-This product also contains software under different licenses. This table below
-all the contained libraries (jar files) and the license under which they are 
-provided to you.
-
-At the bottom of this file is a table that shows what each license indicated
-below is and where the actual text of the license can be found.
-
-Name                                                                            Type           License   
----------------------------------------------------------------------------------------------------------
-abdera_1.0.0.wso2v3.jar                                                         bundle         apache2   
-addressing-1.6.1-wso2v9.mar                                                     bundle         apache2   
-ajaxtags_1.3.0.beta-rc7-wso2v1.jar                                              bundle         apache2   
-andes-client-0.13.wso2v6.jar                                                    bundle         apache2   
-andes_0.13.0.wso2v6.jar                                                         bundle         apache2   
-annogen_0.1.0.wso2v1.jar                                                        bundle         apache2   
-antlr-runtime_3.2.0.wso2v1.jar                                                  bundle         bsd       
-antlr_3.2.0.wso2v1.jar                                                          bundle         bsd       
-ant_1.7.0.wso2v1.jar                                                            bundle         apache2   
-apache-cassandra_1.1.3.wso2v2.jar                                               bundle         apache2   
-apache-zookeeper_3.3.6.wso2v1.jar                                               bundle         apache2   
-apache-zookeeper_3.4.4.wso2v1.jar                                               bundle         apache2   
-authenticator_0.7.0.wso2v1.jar                                                  bundle         apache2   
-avro_1.4.0.fixeswso2v1.jar                                                      bundle         apache2   
-aws-common_1.5.0.beta_5.jar                                                     bundle         apache2   
-aws-ec2_1.5.0.beta5wso2v1.jar                                                   bundle         apache2   
-axiom_1.2.11.wso2v4.jar                                                         bundle         apache2   
-axis2-json_1.6.1.wso2v9.jar                                                     bundle         apache2   
-axis2-transport-jms_1.1.0.wso2v7.jar                                            bundle         apache2   
-axis2_1.6.1.wso2v9.jar                                                          bundle         apache2   
-backport-util-concurrent_3.1.0.wso2v1.jar                                       bundle         public    
-bcprov-jdk15-132.jar                                                            jarinbundle    bouncy    
-bcprov-jdk16_1.45.0.wso2v1.jar                                                  bundle         apache2   
-bsf-all_3.0.0.wso2v2.jar                                                        bundle         apache2   
-caja-r3950.jar                                                                  jarinbundle    unknown   
-com.google.gson_2.1.0.jar                                                       bundle         apache2   
-com.google.gson_2.2.0.jar                                                       bundle         apache2   
-com.googlecode.concurrentlinkedhashmap.lru_1.3.0.jar                            bundle         apache2   
-com.ning.compress-lzf_0.8.4.jar                                                 bundle         apache2   
-com.sun.jersey.jersey-core_1.12.0.jar                                           bundle         apache2   
-commons-beanutils-1.7.0.jar                                                     jarinbundle    apache2   
-commons-beanutils-1.8.0.jar                                                     jarinbundle    apache2   
-commons-beanutils_1.8.0.wso2v1.jar                                              bundle         apache2   
-commons-betwixt-0.8.jar                                                         jarinbundle    unknown   
-commons-cli_1.2.0.wso2v1.jar                                                    bundle         apache2   
-commons-codec_1.4.0.wso2v1.jar                                                  bundle         apache2   
-commons-collections-3.2.0.wso2v1.jar                                            bundle         apache2   
-commons-collections_3.2.0.wso2v1.jar                                            bundle         apache2   
-commons-configuration_1.6.0.wso2v1.jar                                          bundle         apache2   
-commons-dbcp_1.4.0.wso2v1.jar                                                   bundle         apache2   
-commons-digester-1.8.1.jar                                                      jarinbundle    apache2   
-commons-digester-1.8.jar                                                        jarinbundle    apache2   
-commons-digester_1.8.1.wso2v1.jar                                               bundle         apache2   
-commons-discovery-0.2.jar                                                       jarinbundle    apache2   
-commons-fileupload_1.2.2.wso2v1.jar                                             bundle         apache2   
-commons-httpclient_3.1.0.wso2v2.jar                                             bundle         apache2   
-commons-io_2.0.0.wso2v1.jar                                                     bundle         apache2   
-commons-io_2.0.0.wso2v2.jar                                                     bundle         apache2   
-commons-lang-2.6.0.wso2v1.jar                                                   bundle         apache2   
-commons-lang_2.6.0.wso2v1.jar                                                   bundle         apache2   
-commons-pool_1.5.6.wso2v1.jar                                                   bundle         apache2   
-compass_2.0.1.wso2v2.jar                                                        bundle         apache2   
-derby-10.4.2.0.jar                                                              jarinbundle    apache2   
-dnsjava_2.1.1.wso2v1.jar                                                        bundle         apache2   
-ec2_1.5.0.beta5.jar                                                             bundle         apache2   
-ec2_1.5.0.beta5wso2v1.jar                                                       bundle         apache2   
-ehcache_1.5.0.wso2v3.jar                                                        bundle         apache2   
-el-impl_2.2.0.wso2v1.jar                                                        bundle         cddl1     
-ezmorph-1.0.4.jar                                                               jarinbundle    unknown   
-geronimo-jms_1.1_spec-1.1.0.wso2v1.jar                                          bundle         apache2   
-geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar                                         bundle         apache2   
-geronimo-stax-api_1.0_spec-1.0.1.wso2v2.jar                                     bundle         apache2   
-google-collect_1.0.0.wso2v2.jar                                                 bundle         apache2   
-guava_12.0.0.wso2v1.jar                                                         bundle         apache2   
-guice-assistedinject_3.0.0.wso2v1.jar                                           bundle         apache2   
-guice_3.0.0.wso2v1.jar                                                          bundle         apache2   
-h2-1.2.140-wso2v3.jar                                                           bundle         epl1      
-h2-database-engine_1.2.140.wso2v3.jar                                           bundle         epl1      
-hadoop-core_0.20.203.wso2v2.jar                                                 bundle         apache2   
-hector-core_1.1.0.wso2v1.jar                                                    bundle         mit       
-high-scale-lib_1.1.2.wso2v1.jar                                                 bundle         public    
-htmlunit-2.5.jar                                                                jarinbundle    unknown   
-httpclient-4.0.1.jar                                                            jarinbundle    unknown   
-httpclient_4.1.1.wso2v1.jar                                                     bundle         apache2   
-httpcore-nio_4.2.3.wso2v1.jar                                                   bundle         apache2   
-httpcore_4.1.0.wso2v1.jar                                                       bundle         apache2   
-httpcore_4.2.3.wso2v1.jar                                                       bundle         apache2   
-icu4j-3.8.jar                                                                   jarinbundle    ICU       
-infinispan-core_5.1.2.wso2v1.jar                                                bundle         lgpl2     
-jackson-core-asl_1.9.2.jar                                                      bundle         apache2   
-jackson-mapper-asl_1.9.2.jar                                                    bundle         apache2   
-jamm_0.2.5.wso2v2.jar                                                           bundle         apache2   
-java-xmlbuilder_0.4.0.wso2v1.jar                                                bundle         apache2   
-javasysmon_0.3.3.wso2v1.jar                                                     bundle         jsmon     
-javax.el_2.2.0.v201108011116.jar                                                bundle         cddl1     
-javax.servlet.jsp_2.2.0.v201112011158.jar                                       bundle         cddl1     
-javax.servlet_3.0.0.v201112011016.jar                                           bundle         cddl1     
-jaxb-api-2.2.6.jar                                                              jar            cddl+gpl  
-jaxb_2.2.5.wso2v1.jar                                                           bundle         cddl1     
-jboss-logging_3.1.0.wso2v1.jar                                                  bundle         lgpl2     
-jboss-transaction-api_1.1_spec-1.0.0.Final.jar                                  jar            lgpl2     
-jclouds-bouncycastle_1.5.0.beta_5.jar                                           bundle         apache2   
-jclouds-compute_1.5.0.beta_5.jar                                                bundle         apache2   
-jclouds-core_1.5.0.beta_5.jar                                                   bundle         apache2   
-jclouds-enterprise_1.5.0.beta_5.jar                                             bundle         apache2   
-jclouds-joda_1.5.0.beta_5.jar                                                   bundle         apache2   
-jclouds-log4j_1.5.0.beta_5.jar                                                  bundle         apache2   
-jclouds-netty_1.5.0.beta_5.jar                                                  bundle         apache2   
-jclouds-scriptbuilder_1.5.0.beta_5.jar                                          bundle         apache2   
-jclouds-slf4j_1.5.0.beta_5.jar                                                  bundle         apache2   
-jclouds-sshj_1.5.0.beta_5.jar                                                   bundle         apache2   
-jdbc-pool_7.0.34.wso2v1.jar                                                     bundle         apache2   
-jdom_1.0.0.wso2v1.jar                                                           bundle         jdom      
-jericho-html-2.4.jar                                                            jarinbundle    epl1      
-jettison_1.1.0.wso2v1.jar                                                       bundle         apache2   
-jetty-6.1.15.jar                                                                jarinbundle    unknown   
-jgroups_3.0.6.wso2v1.jar                                                        bundle         lgpl2     
-js-1.6R7.jar                                                                    jarinbundle    mpl11     
-jsecurity-0.9.0.jar                                                             jarinbundle    unknown   
-json-simple-1.1.jar                                                             jarinbundle    unknown   
-json-simple_1.1.0.wso2v1.jar                                                    bundle         apache2   
-json_1.0.0.wso2v1.jar                                                           bundle         json      
-json_2.0.0.wso2v1.jar                                                           bundle         json      
-jsr107cache_1.1.0.wso2v3.jar                                                    bundle         apache2   
-jstl-1.2.jar                                                                    jarinbundle    unknown   
-jstl_1.2.1.wso2v1.jar                                                           bundle         cddl1     
-juel-api-2.1.2.jar                                                              jarinbundle    unknown   
-juel-impl-2.1.2.jar                                                             jarinbundle    unknown   
-jug_2.0.0.wso2v1.jar                                                            bundle         apache2   
-jzlib_1.0.7.wso2v1.jar                                                          bundle         apache2   
-kaptcha_2.3.0.wso2v1.jar                                                        bundle         apache2   
-libthrift_0.7.0.wso2v2.jar                                                      bundle         apache2   
-log4j-1.2.17.jar                                                                bundle         apache2   
-marshalling_1.3.6.wso2v1.jar                                                    bundle         lgpl2     
-metrics-core_2.0.3.wso2v1.jar                                                   bundle         apache2   
-mina-core-1.1.7.jar                                                             jarinbundle    apache2   
-neethi_2.0.4.wso2v4.jar                                                         bundle         apache2   
-nekohtml-1.9.13.jar                                                             jarinbundle    unknown   
-net.schmizz.sshj_0.8.0.jar                                                      bundle         apache2   
-oauth-20090531.jar                                                              jarinbundle    unknown   
-oauth-provider-20090531.jar                                                     jarinbundle    unknown   
-opencsv-1.8.jar                                                                 jarinbundle    apache2   
-opencsv_1.8.0.wso2v1.jar                                                        bundle         apache2   
-opensaml-1.1.406.jar                                                            jarinbundle    apache2   
-opensaml-2.4.1.jar                                                              jarinbundle    apache2   
-opensaml2_2.4.1.wso2v1.jar                                                      bundle         apache2   
-openstack-common_1.5.0.beta_5.jar                                               bundle         apache2   
-openstack-keystone_1.5.0.beta5wso2v1.jar                                        bundle         apache2   
-openstack-nova_1.5.0.beta5wso2v1.jar                                            bundle         apache2   
-openws-1.4.1.jar                                                                jarinbundle    apache2   
-org.apache.felix.gogo.command_0.8.0.v201108120515.jar                           bundle         apache2   
-org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar                           bundle         apache2   
-org.apache.felix.gogo.shell_0.8.0.v201110170705.jar                             bundle         apache2   
-org.apache.jasper.glassfish_2.2.2.v201205150955.jar                             bundle         apache2   
-org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar                         bundle         epl1      
-org.eclipse.core.expressions_3.4.401.v20120627-124442.jar                       bundle         epl1      
-org.eclipse.core.jobs_3.5.300.v20120622-204750.jar                              bundle         epl1      
-org.eclipse.core.runtime_3.8.0.v20120521-2346.jar                               bundle         epl1      
-org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar                           bundle         epl1      
-org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar                             bundle         epl1      
-org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar     bundle         epl1      
-org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar                  bundle         epl1      
-org.eclipse.ecf_3.1.300.v20110531-2218.jar                                      bundle         epl1      
-org.eclipse.equinox.app_1.3.100.v20120522-1841.jar                              bundle         epl1      
-org.eclipse.equinox.common_3.6.100.v20120522-1841.jar                           bundle         epl1      
-org.eclipse.equinox.concurrent_1.0.300.v20120522-2049.jar                       bundle         epl1      
-org.eclipse.equinox.console_1.0.0.v20120522-1841.jar                            bundle         epl1      
-org.eclipse.equinox.ds_1.4.0.v20120522-1841.jar                                 bundle         epl1      
-org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120428-0117.jar           bundle         epl1      
-org.eclipse.equinox.frameworkadmin_2.0.100.v20120606-175127.jar                 bundle         epl1      
-org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar                                bundle         epl1      
-org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar                     bundle         epl1      
-org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar                       bundle         epl1      
-org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar                           bundle         epl1      
-org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar                bundle         epl1      
-org.eclipse.equinox.p2.console_1.0.300.v20110502-1955.jar                       bundle         epl1      
-org.eclipse.equinox.p2.core_2.1.0.v20110502-1955.jar                            bundle         epl1      
-org.eclipse.equinox.p2.director.app_1.0.300.v20110505.jar                       bundle         epl1      
-org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110502-1955.jar              bundle         epl1      
-org.eclipse.equinox.p2.director_2.1.0.v20110504-1715.jar                        bundle         epl1      
-org.eclipse.equinox.p2.engine_2.1.0.v20110511.jar                               bundle         epl1      
-org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110510.jar                  bundle         epl1      
-org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110510.jar                   bundle         epl1      
-org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110502-1955.jar                  bundle         epl1      
-org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110511-1359.jar             bundle         epl1      
-org.eclipse.equinox.p2.metadata_2.1.0.v20110510.jar                             bundle         epl1      
-org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar                            bundle         epl1      
-org.eclipse.equinox.p2.repository.tools_2.0.100.v20110512-1320.jar              bundle         epl1      
-org.eclipse.equinox.p2.repository_2.1.0.v20110601.jar                           bundle         epl1      
-org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar            bundle         epl1      
-org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110502-1955.jar            bundle         epl1      
-org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar                 bundle         epl1      
-org.eclipse.equinox.p2.updatechecker_1.1.200.v20110502-1955.jar                 bundle         epl1      
-org.eclipse.equinox.p2.updatesite_1.0.300.v20110510.jar                         bundle         epl1      
-org.eclipse.equinox.preferences_3.5.0.v20120522-1841.jar                        bundle         epl1      
-org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar                         bundle         epl1      
-org.eclipse.equinox.security_1.1.100.v20120522-1841.jar                         bundle         epl1      
-org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar     bundle         epl1      
-org.eclipse.equinox.simpleconfigurator_1.0.301.v20120828-033635.jar             bundle         epl1      
-org.eclipse.equinox.util_1.0.400.v20120522-2049.jar                             bundle         epl1      
-org.eclipse.osgi.services_3.3.100.v20120522-1822.jar                            bundle         epl1      
-org.eclipse.osgi_3.8.1.v20120830-144521.jar                                     bundle         epl1      
-org.jboss.netty_3.3.0.Final.jar                                                 bundle         apache2   
-org.sat4j.core_2.3.0.v20110329.jar                                              bundle         epl1      
-org.sat4j.pb_2.3.0.v20110329.jar                                                bundle         epl1      
-org.wso2.carbon.activation_2.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.addressing_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.andes.admin_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.andes.authentication_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.andes.authorization_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.andes.cluster.mgt.ui_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.andes.cluster.mgt_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.andes.commons_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.andes.core_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.andes.stub_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.andes.ui_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.andes_4.1.0.jar                                                 bundle         apache2   
-org.wso2.carbon.apache.jasper.fragment_4.1.0.jar                                bundle         apache2   
-org.wso2.carbon.application.deployer_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.application.upload_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.authenticator.proxy_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.authenticator.stub_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.base_4.1.0.jar                                                  bundle         apache2   
-org.wso2.carbon.bootstrap-4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.bridge-4.1.0.jar                                                bundle         apache2   
-org.wso2.carbon.caching.core_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.caching_4.1.0.jar                                               bundle         apache2   
-org.wso2.carbon.captcha.mgt_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.cartridge.messages_2.1.1.jar                                    bundle         apache2   
-org.wso2.carbon.cassandra.server_4.1.1.jar                                      bundle         apache2   
-org.wso2.carbon.cassandra.sharedkey_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.cluster.mgt.core_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.coordination.common_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.coordination.core_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.coordination.server_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.core.bootup.validator_4.1.0.jar                                 bundle         apache2   
-org.wso2.carbon.core.commons.stub_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.core.common_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.core.services_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.core_4.1.0.jar                                                  bundle         apache2   
-org.wso2.carbon.databridge.agent.thrift_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.databridge.commons.thrift_4.1.0.jar                             bundle         apache2   
-org.wso2.carbon.databridge.commons_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.datasource_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.ec2-client_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.endpoint_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.event.admin_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.event.client-4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.event.client.stub-4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.event.client.stub_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.event.client_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.event.common_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.event.core_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.event.ws_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.feature.mgt.core_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.feature.mgt.services_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.feature.mgt.stub_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.feature.mgt.ui_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.framework.exporter_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.google.analytics.ui_2.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.http.bridge-4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.i18n_4.1.0.jar                                                  bundle         apache2   
-org.wso2.carbon.identity.authentication_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.identity.authenticator.saml2.sso.common_4.1.0.jar               bundle         apache2   
-org.wso2.carbon.identity.authenticator.saml2.sso.stub_4.1.0.jar                 bundle         apache2   
-org.wso2.carbon.identity.authenticator.saml2.sso.ui_4.1.0.jar                   bundle         apache2   
-org.wso2.carbon.identity.authenticator.saml2.sso_4.1.0.jar                      bundle         apache2   
-org.wso2.carbon.identity.sso.saml.stub_4.1.0.jar                                bundle         apache2   
-org.wso2.carbon.jasper.patch_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.java2wsdl.ui_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.java2wsdl_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.keystore.mgt_2.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.lb.common_4.1.3.jar                                             bundle         apache2   
-org.wso2.carbon.load.balance.agent_2.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.logging-4.1.0.jar                                               bundle         apache2   
-org.wso2.carbon.logging.admin.stub_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.logging.admin.ui_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.logging.service_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.logging.view.stub_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.logging.view.ui_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.logging_4.1.0.jar                                               bundle         apache2   
-org.wso2.carbon.mediation.dependency.mgt_4.1.0.jar                              bundle         apache2   
-org.wso2.carbon.mediation.initializer.ui_4.1.0.jar                              bundle         apache2   
-org.wso2.carbon.mediation.initializer_4.1.0.jar                                 bundle         apache2   
-org.wso2.carbon.mediation.registry_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.mediator.clazz.services_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.mediator.command.services_4.1.0.jar                             bundle         apache2   
-org.wso2.carbon.mediator.event_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.mediator.fastXSLT_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.mediator.router.impl_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.mex_4.1.0.jar                                                   bundle         apache2   
-org.wso2.carbon.module.mgt_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.ndatasource.common_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.ndatasource.core_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.ndatasource.rdbms_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.ntask.common_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.ntask.core_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.ntask.solutions_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.operation.mgt_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.osgi.security_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.qpid.stub_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.queuing_4.1.0.jar                                               bundle         apache2   
-org.wso2.carbon.redirector.servlet.stub_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.redirector.servlet.ui_2.1.0.jar                                 bundle         apache2   
-org.wso2.carbon.redirector.servlet_2.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.registry.admin.api_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.registry.api_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.registry.common.ui_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.registry.common_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.registry.core_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.registry.properties.stub_4.1.0.jar                              bundle         apache2   
-org.wso2.carbon.registry.properties.ui_4.1.0.jar                                bundle         apache2   
-org.wso2.carbon.registry.properties_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.registry.resource.stub_4.1.0.jar                                bundle         apache2   
-org.wso2.carbon.registry.resource.ui_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.registry.resource_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.registry.search.stub_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.registry.search.ui_4.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.registry.search_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.registry.server_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.registry.servlet_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.relay.mediators.builder_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.relay.module_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.relay_4.1.0.jar                                                 bundle         apache2   
-org.wso2.carbon.remote-tasks.stub_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.rm_4.1.0.jar                                                    bundle         apache2   
-org.wso2.carbon.roles.mgt.stub_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.roles.mgt.ui_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.roles.mgt_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.sample.installer_2.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.securevault_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.security.mgt_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.sequences.common_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.sequences_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.server-4.1.0.jar                                                bundle         apache2   
-org.wso2.carbon.server.admin.common_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.server.admin.stub_4.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.server.admin.ui_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.server.admin_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.service.mgt_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.servletbridge-4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.sso.redirector.ui_2.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.startup_4.1.0.jar                                               bundle         apache2   
-org.wso2.carbon.statistics.stub_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.statistics.transport.stub_4.1.0.jar                             bundle         apache2   
-org.wso2.carbon.statistics.transport.ui_4.1.0.jar                               bundle         apache2   
-org.wso2.carbon.statistics.transport_4.1.0.jar                                  bundle         apache2   
-org.wso2.carbon.statistics.ui_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.statistics_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.stratos.cloud.controller_2.1.3.jar                              bundle         apache2   
-org.wso2.carbon.stratos.common.stub_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.stratos.common_2.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.stratos.deployment_2.1.0.jar                                    bundle         apache2   
-org.wso2.carbon.stratos.landing.page.deployer_2.1.0.jar                         bundle         apache2   
-org.wso2.carbon.task.services_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.task_4.1.0.jar                                                  bundle         apache2   
-org.wso2.carbon.tenant.dispatcher_2.1.0.jar                                     bundle         apache2   
-org.wso2.carbon.tenant.mgt.core_2.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.tenant.mgt.stub_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.tenant.mgt.ui_2.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.tenant.mgt_2.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.theme.mgt_2.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.throttle_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.throttling.agent.stub_4.1.0.jar                                 bundle         apache2   
-org.wso2.carbon.throttling.agent_2.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.tomcat.ext_4.1.0.jar                                            bundle         apache2   
-org.wso2.carbon.tomcat.fragment.dummy_4.1.0.jar                                 bundle         apache2   
-org.wso2.carbon.tomcat.patch_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.tomcat_4.1.0.jar                                                bundle         apache2   
-org.wso2.carbon.tools.wsdlvalidator.ui_4.1.0.jar                                bundle         apache2   
-org.wso2.carbon.tools.wsdlvalidator_4.1.0.jar                                   bundle         apache2   
-org.wso2.carbon.tracer.stub_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.tracer.ui_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.tracer_4.1.0.jar                                                bundle         apache2   
-org.wso2.carbon.transport.https_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.transport.http_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.transport.local_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.transport.mgt_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.transport.nhttp_4.1.1.jar                                       bundle         apache2   
-org.wso2.carbon.transports.passthru_1.0.2.jar                                   bundle         apache2   
-org.wso2.carbon.tryit.ui_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.tryit_4.1.0.jar                                                 bundle         apache2   
-org.wso2.carbon.ui.menu.general_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.ui.menu.registry_4.1.0.jar                                      bundle         apache2   
-org.wso2.carbon.ui.menu.tools_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.ui_4.1.0.jar                                                    bundle         apache2   
-org.wso2.carbon.um.ws.service_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.usage.agent_2.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.user.api_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.user.core_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.user.mgt.common_4.1.0.jar                                       bundle         apache2   
-org.wso2.carbon.user.mgt.stub_4.1.0.jar                                         bundle         apache2   
-org.wso2.carbon.user.mgt.ui_4.1.0.jar                                           bundle         apache2   
-org.wso2.carbon.user.mgt_4.1.0.jar                                              bundle         apache2   
-org.wso2.carbon.utils_4.1.0.jar                                                 bundle         apache2   
-org.wso2.carbon.viewflows.stub_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.viewflows.ui_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.viewflows_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.wsdl2code.stub_4.1.0.jar                                        bundle         apache2   
-org.wso2.carbon.wsdl2code.ui_4.1.0.jar                                          bundle         apache2   
-org.wso2.carbon.wsdl2code_4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.wsdl2form-4.1.0.jar                                             bundle         apache2   
-org.wso2.carbon.xfer_4.1.0.jar                                                  bundle         apache2   
-org.wso2.ciphertool-1.0.0-wso2v2.jar                                            bundle         apache2   
-org.wso2.securevault_1.0.0.wso2v2.jar                                           bundle         apache2   
-pdepublishing-ant.jar                                                           jar            epl1      
-pdepublishing.jar                                                               jar            epl1      
-perf4j_0.9.12.wso2v1.jar                                                        bundle         apache2   
-poi-ooxml_3.5.0.wso2v1.jar                                                      bundle         apache2   
-poi-scratchpad_3.5.0.wso2v1.jar                                                 bundle         apache2   
-poi_3.5.0.wso2v1.jar                                                            bundle         apache2   
-quartz_2.1.1.wso2v1.jar                                                         bundle         apache2   
-rampart-1.6.1-wso2v4.mar                                                        bundle         apache2   
-rampart-core_1.6.1.wso2v8.jar                                                   bundle         apache2   
-rampart-policy_1.6.1.wso2v8.jar                                                 bundle         apache2   
-rampart-trust_1.6.1.wso2v8.jar                                                  bundle         apache2   
-rocoto_6.1.0.wso2v1.jar                                                         bundle         apache2   
-rome-1.0.jar                                                                    jarinbundle    unknown   
-sanselan-0.97-incubator.jar                                                     jarinbundle    unknown   
-saxon_8.9.0.wso2v1.jar                                                          bundle         mpl10     
-shindig-common-r910768-wso2v5.jar                                               jarinbundle    apache2   
-shindig-features-r910768-wso2v5.jar                                             jarinbundle    apache2   
-shindig-gadgets-r910768-wso2v5.jar                                              jarinbundle    apache2   
-shindig-social-api-r910768-wso2v5.jar                                           jarinbundle    apache2   
-shindig_1.1.0.wso2v6.jar                                                        bundle         apache2   
-slf4j-1.5.10.wso2v1.jar                                                         bundle         apache2   
-slf4j.api_1.6.4.jar                                                             bundle         mit       
-slf4j.log4j12_1.6.4.jar                                                         bundle         mit       
-snakeyaml_1.6.0.wso2v1.jar                                                      bundle         apache2   
-snappy-java_1.0.4.1_wso2v1.jar                                                  bundle         apache2   
-snaptree_0.1.0.wso2v1.jar                                                       bundle         snaptree  
-spring.framework_3.1.0.wso2v1.jar                                               bundle         apache2   
-synapse-commons_2.1.1.wso2v4.jar                                                bundle         apache2   
-synapse-core_2.1.1.wso2v4.jar                                                   bundle         apache2   
-synapse-extensions_2.1.1.wso2v4.jar                                             bundle         apache2   
-synapse-nhttp-transport_2.1.1.wso2v4.jar                                        bundle         apache2   
-synapse-samples_2.1.1.wso2v4.jar                                                bundle         apache2   
-synapse-tasks_2.1.1.wso2v4.jar                                                  bundle         apache2   
-tcpmon-1.0.jar                                                                  jar            apache2   
-tiles-jsp_2.0.5.wso2v1.jar                                                      bundle         apache2   
-tomcat-ha_7.0.34.wso2v1.jar                                                     bundle         apache2   
-tomcat-juli-7.0.34.jar                                                          jar            apache2   
-tomcat_7.0.34.wso2v1.jar                                                        bundle         apache2   
-tribes_7.0.28.wso2v1.jar                                                        bundle         apache2   
-uddi4j-1.0.1.jar                                                                jarinbundle    ibmpl     
-vcloud_1.6.0.wso2v1.jar                                                         bundle         apache2   
-woden_1.0.0.M8-wso2v1.jar                                                       bundle         apache2   
-wsdl-validator_1.2.0.wso2v1.jar                                                 bundle         apache2   
-wsdl4j_1.6.2.wso2v4.jar                                                         bundle         cpl1      
-wss4j_1.5.11.wso2v5.jar                                                         bundle         apache2   
-wstx-1.0.7.jar                                                                  jarinbundle    unknown   
-xalan-2.7.1.wso2v1.jar                                                          bundle         apache2   
-xercesImpl-2.8.1.wso2v2.jar                                                     bundle         apache2   
-xercesImpl-2.9.1.jar                                                            jarinbundle    unknown   
-xkms_2.4.0.wso2v1.jar                                                           bundle         apache2   
-xml-apis-1.3.04.jar                                                             jarinbundle    unknown   
-xml-apis-1.3.04.wso2v2.jar                                                      bundle         apache2   
-xmlbeans-2.3.0.jar                                                              jarinbundle    apache2   
-xmlbeans_2.3.0.wso2v1.jar                                                       bundle         apache2   
-xmlParserAPIs-2.6.2.jar                                                         jarinbundle    unknown   
-XmlSchema_1.4.7.wso2v2.jar                                                      bundle         apache2   
-xmltooling-1.3.1.jar                                                            jarinbundle    apache2   
-xpp3_min-1.1.4c.jar                                                             jarinbundle    unknown   
-xstream-1.3.1.jar                                                               jarinbundle    unknown   
-
-
-
-The license types used by the above libraries and their information is given below:
-
-epl1           Eclipse Public License
-               http://www.eclipse.org/legal/epl-v10.html
-ibmpl          IBM Public License 1.0
-               http://www.ibm.com/developerworks/library/os-ipl.html
-lgpl2          Lesser GPL v2.1
-               http://www.opensource.org/licenses/lgpl-2.1.php
-mpl11          Mozilla Public License 1.1
-               http://www.mozilla.org/MPL/MPL-1.1.html
-mpl10          Mozilla Public License 1.0
-               http://www.mozilla.org/MPL/
-mit            MIT License
-               http://www.opensource.org/licenses/mit-license.php
-unknown        
-               unknown
-cddl1          Common Development and Distribution License
-               http://www.opensource.org/licenses/cddl1.php
-cddl+gpl       CDDL + GPLv2
-               https://glassfish.dev.java.net/public/CDDL+GPL.html
-cpl1           Common Public License 1.0
-               http://www.eclipse.org/legal/cpl-v10.html
-json           JSON.org License
-               null
-jsmon          ThoughtWorks Javasysmon License
-               https://github.com/jezhumble/javasysmon/blob/master/LICENSE
-jdom           JDOM License - Apache Styled
-               null
-apache2        Apache License Version 2.0
-               http://www.apache.org/licenses/LICENSE-2.0.html
-icu            ICU License
-               http://source.icu-project.org/repos/icu/icu/trunk/license.html
-bsd            Berkeley License
-               http://www.opensource.org/licenses/bsd-license.php
-bouncy         Bouncy Castle License
-               http://www.bouncycastle.org/licence.html
-public         Public Domain
-               http://creativecommons.org/licenses/publicdomain/
-snaptree       Snaptree License
-               https://raw.github.com/nbronson/snaptree/b198f84b0c927f6b5cdef080552fc26aa004d3ee/doc/LICENSE

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/css/mb-docs.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/css/mb-docs.css b/products/stratos2/cloud_controller/1.0.1/docs/resources/css/mb-docs.css
deleted file mode 100644
index ef45164..0000000
--- a/products/stratos2/cloud_controller/1.0.1/docs/resources/css/mb-docs.css
+++ /dev/null
@@ -1,173 +0,0 @@
-body {
-    color: #000;
-    font-size: 11px;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    background-image: url( ../images/mb-docs-bg.gif );
-    background-repeat: repeat-x;
-    background-attachment: scroll;
-    background-position: left top;
-    text-decoration: none;
-    text-align: left;
-    padding: 0px;
-    list-style-type: square;
-    list-style-position: outside;
-}
-
-div#banner {
-	background-image: url(../images/mb-docs-header.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-	height: 38px;
-	padding-top: 30px;
-	padding-left: 265px;
-	border-bottom: 0px;
-}
-
-div#banner	span#bannerLeft {
-	font-size: 180%;
-	color: #A80063;
-}
-
-div#breadcrumbs {
-	background-color: transparent;
-	border-top: solid 0px;
-	border-bottom: solid 0px;
-	height: 23px;
-	padding-top: 5px;
-	padding-left: 20px;
-	padding-right: 20px;
-}
-
-div#leftColumn {
-	margin-left: 0px;
-	margin-top: 0px;
-	border-top: 0px;
-	background-color: #F7F7F7;
-	border-left: solid 0px;
-	border-right: solid 1px #A80063;
-	border-bottom: solid 1px #A80063;
-}
-
-div#leftColumn div#navcolumn {
-	padding-left: 20px;
-	padding-right: 20px;
-	padding-top: 15px;
-	background-color: #F7F7F7;
-}
-
-
-div#contentBox {
-	margin-top: 10px;
-	margin-bottom: 15px;
-	font-size: 12px;
-}
-
-div#navcolumn h5 {
-	margin-bottom: 2px;
-	padding-bottom: 2px;
-	border-bottom: solid 1px #A80063;
-	font-size: 110%;
-}
-
-#navcolumn li {
-	padding-top: 2px;
-	padding-bottom: 2px;
-}
-
-p {
-}
-
-td {
-    background-color: #f8f8f8;
-    padding: 3px 5px;
-    outline-color: gray;
-    outline-width: 0;
-}
-
-a:link {
-    color: #36c;
-}
-
-a:visited {
-}
-
-a:hover {
-    color: #7f7f7f;
-}
-
-a:active {
-}
-
-body, td, select, input, li  {
-	line-height: 18px;
-}
-
-h1 {
-    color: #333;
-    font-size: 18px;
-    font-weight: bold;
-    font-style: normal;
-    line-height: normal;
-    background-image: none;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    background-position: left top;
-    text-decoration: none;
-    height: 30px;
-    padding-bottom: 2px;
-    border-bottom: 1px solid #A80063;
-}
-
-h2 {
-    color: black;
-    font-size: 15px;
-    font-weight: bold;
-    line-height: 24px;
-    border-bottom: 0px;
-    border-left: solid 1px #ccc;
-    border-right: solid 1px #ccc;
-    border-top: 0px;
-    background-color: #B5B5B5;
-    padding-left: 5px;
-    padding-top: 0px;
-    padding-bottom: 0px; 
-    color: #fff;
-}
-
-h3 {
-    color: #3a3a3a;
-    font-size: 12px;
-    font-weight: bold;
-    padding-top: 10px;
-    padding-bottom: 4px;
-    padding-left: 10px;
-    border-left: 0px;
-    border-right: 0px;
-    border-top: 0px;
-    border-bottom: 1px solid #ccc;
-    background-image: url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat: repeat-x;
-    background-color: transparent;
-}
-
-table {
-    background-color: #cbcbcb;
-    margin: 0;
-    padding: 1px;
-    border-style: solid;
-    border-width: 0;
-}
-
-th {
-    padding-left: 5px;
-}
-
-img {
-    background-color: gray;
-    padding: 1px;
-}
-div#footer {
-	background-color: #ccc;
-	padding-right: 20px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/Login.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/Login.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/Login.png
deleted file mode 100644
index 4cc00c2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/Login.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/addMessage.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/addMessage.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/addMessage.png
deleted file mode 100644
index 1697d67..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/addMessage.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/cluster_scenario_05.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/cluster_scenario_05.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/cluster_scenario_05.png
deleted file mode 100644
index cdd84ca..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/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.1/docs/resources/images/mb-docs-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/mb-docs-bg.gif b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/mb-docs-bg.gif
deleted file mode 100644
index 9dee07b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/mb-docs-bg.gif and /dev/null differ

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


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/about.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/about.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/about.xml
deleted file mode 100644
index 5ac25eb..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/about.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html><head><title>WSO2 Carbon - About</title>
-
-<link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-<body>
-<h1>Version 4.0.1</h1>
-<h2>About WSO2 Carbon </h2>
-<p>WSO2 Carbon is a component based Enterprise SOA platform. The
-design of
-WSO2 Carbon focuses on separating the key functionality of the SOA
-platform
-into separate pluggable Carbon components that can be mixed and
-matched, like
-customizable building blocks. This allows you to add only the
-functionality
-you need to start up, and continue to add product capabilities
-as your
-requirements grow. This helps a business to quickly adapt to
-changes.</p>
-<p>OSGi is used as the underlying core modularization technology
-within the
-Carbon platform. The Carbon framework is shipped with Eclipse Equinox
-by
-default, but can be supported on Spring dm Server, Felix or Knoplerfish
-if
-required. The OSGi technology even allows you to write your business
-functionality as an OSGi component and deploy it in the existing Carbon
-platform. </p>
-<p> For a quick start on using the WSO2 Carbon
-platform, the Carbon components are pre-assembled into the following
-products: </p>
-<ul id="CarbonProducts">
-    <li><a href="http://wso2.com/products/api-manager/">WSO2
-        API Manager</a></li>
-    <li><a href="http://wso2.com/products/application-server/">WSO2
-        Application Server</a></li>
-    <li><a href="http://wso2.com/products/business-activity-monitor/">WSO2
-        Business Activity Monitor</a></li>
-    <li><a href="http://wso2.com/products/business-process-server/">WSO2
-        Business Process Server</a></li>
-    <li><a href="http://wso2.com/products/business-rules-server/">WSO2
-        Business Rules Server</a></li>
-    <li><a href="http://wso2.com/products/complex-event-processing-server/">WSO2
-        Complex Event Processing Server</a></li>
-    <li><a href="http://wso2.com/products/data-services-server">WSO2
-        Data Services Server</a></li>
-    <li><a href="http://wso2.com/products/elastic-load-balancer/">WSO2
-        Elastic Load Balancer</a></li>
-    <li><a href="http://wso2.com/products/enterprise-service-bus/">WSO2
-        Enterprise Service Bus</a></li>
-    <li><a href="http://wso2.com/products/gadget-server/">WSO2
-        Gadget Server</a></li>
-    <li><a href="http://wso2.com/products/governance-registry/">WSO2
-        Governance Registry</a></li>
-    <li><a href="http://wso2.com/products/identity-server/">WSO2
-        Identity Server</a></li>
-    <li><a href="http://wso2.com/products/mashup-server/">WSO2
-        Mashup Server</a></li>
-    <li><a href="http://wso2.com/products/message-broker/">WSO2
-        Message Broker</a></li>
-</ul>
-<p>You can assemble your own products by combining
-components and
-deploying them in a preferred architecture. WSO2 Carbon offers P2 based provisioning support as well. Please visit the <a href="http://wso2.com/products/carbon/">Carbon product page</a> for more information. </p>
-<p>The WSO2 Carbon platform gives maximum flexibility to adapt
-the middleware
-to your enterprise architecture, rather than adapt your architecture to
-the
-middleware. </p>
-
-<h2>About WSO2</h2>
-<p>WSO2 is a Open Source technology company building Open Source
-middleware
-platforms for Web services and SOA. WSO2 delivers integrated middleware
-stacks, offering industry leading
-performance and convenience for customers. </p>
-<p>Founded in August 2005 by pioneers in Web services and Open
-Source, WSO2
-engineers contribute heavily to many key Apache Web services and other open source projects. </p>
-
-<h3>Have you tried...</h3>
-<p><a href="http://wso2.com/products/api-manager/"><img src="../admin/images/am_logo_h23.gif" alt="API Manager"/></a></p>
-<p><a href="http://wso2.com/products/application-server/"><img src="../admin/images/appserver_logo_h23.gif" alt="Application Server"/></a></p>
-<p><a href="http://wso2.com/products/business-activity-monitor/"><img src="../admin/images/bam_logo_h23.gif" alt="Business Activity Monitor"/></a></p>
-<p><a href="http://wso2.com/products/business-process-server/"><img src="../admin/images/bps_logo_h23.gif" alt="Business Process Server"/></a></p>
-<p><a href="http://wso2.com/products/business-rules-server"><img src="../admin/images/brs_logo_h23.gif" alt="Business Rules Server"/></a></p>
-<p><a href="http://wso2.com/products/complex-event-processing-server/"><img src="../admin/images/cep_logo_h23.gif" alt="Complex Event Processing Server"/></a></p>
-<p><a href="http://wso2.com/products/data-services-server"><img src="../admin/images/ds_logo_h23.gif" alt="Data Services Server"/></a></p>
-<p><a href="http://wso2.com/products/elastic-load-balancer/"><img src="../admin/images/elb_logo_h23.gif" alt="Elastic Load Balancer"/></a></p>
-<p><a href="http://wso2.com/products/enterprise-service-bus/"><img src="../admin/images/esb_logo_h23.gif" alt="Enterprise Service Bus"/></a></p>
-<p><a href="http://wso2.com/products/gadget-server/"><img src="../admin/images/gadgetserver_logo_h23.gif" alt="Gadget Server"/></a></p>
-<p><a href="http://wso2.com/products/governance-registry/"><img src="../admin/images/registry_logo_h23.gif" alt="Governance Registry"/></a></p>
-<p><a href="http://wso2.com/products/identity-server/"><img src="../admin/images/identity_logo_h23.gif" alt="Identity Server"/></a></p>
-<p><a href="http://wso2.com/products/mashup-server/"><img src="../admin/images/mashup_logo_h23.gif" alt="Mashup Server"/></a></p>
-<p><a href="http://wso2.com/products/message-broker/"><img src="../admin/images/mb_logo_h23.gif" alt="Message Broker"/></a></p>
-<h3>Stay connected </h3>
-<p><a href="http://wso2.org/newsletter/subscriptions">Subscribe</a>
-to the WSO2 newsletter - project updates, events, articles, SOA news
-and much
-more.</p>
-<h3>Need more help?</h3>
-<ul>
-<li><a href="http://wso2.org/library">Read articles</a></li>
-<li><a href="http://wso2.com/support/">Get commercial
-support</a></li>
-</ul>
-</body></html>

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/signin_userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
deleted file mode 100644
index e7b2ba8..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/docs/signin_userguide.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-  <title>Sign-in</title>
-  <link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<h1>Sign-In</h1>
-
-<p>In the Sign-In panel, provide the user name and the password of your
-account and the server you want to sign in. Your user name and password will be
-authenticated, and you will authorized to perform functions according to your
-role. </p>
-
-<p><img src="images/login.png" alt="Sign-In Panel"/> </p>
-
-<p>Figure 1: Sign-In Panel. </p>
-If you are sign in on for the first time after the installation, use the
-following credentials.<br/>
-<br/>
-Username: <strong>admin<br/>
-</strong>Password: <strong>admin <br/>
-</strong>
-
-<p>You can sign in to a remote server by specifying its URL in the 'Server URL' field.
-This field defaults to the value "https://localhost:9443/services/". </p>
-
-<p>Enabling 'Remember Me' option makes it possible to sign-in to the management console in subsequent
-    attempts without entering user credentials.</p>
-
-<p>Please note that due to the inherited behaviour of default user store - which is embedded-ldap, 
-user names are case insensitive in 3.2.0 based carbon products.</p>
-
-<p>Please make sure you change the password for the�admin account as the first
-task after you log on. You can change the password from the User management
-panel.</p>
-
-<p>Note that you cannot delete the�admin account.</p>
-
-<p>If you are not the administrator, please contact your administrator to
-create an account for you.</p>
-
-<p>User accounts and�user roles can be added and managed from the
-<em><strong>User Management</strong></em> page. Click <strong>Help</strong>
-on the <em><strong>User Management</strong></em> page for more information on
-adding and managing users.</p>
-
-<p>To access this page, in the navigator, under Configure, click <strong>Users
-and Roles</strong>. </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/css/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/css/tree-styles.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/css/tree-styles.css
deleted file mode 100644
index fc5bc03..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/css/tree-styles.css
+++ /dev/null
@@ -1,36 +0,0 @@
-.treeControl ul{
-    padding:0px;
-    margin:0px;
-}
-
-.treeControl ul li{
-    list-style:none;
-    padding-left:15px;
-    padding-top:5px;
-    white-space:nowrap;
-}
-.treeControl ul li a.plus{
-    background-image:url(../images/plus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.minus{
-    background-image:url(../images/minus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.nodata{
-    background-image:url(../images/nodata.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.treeNode{
-    cursor:pointer;
-    color:#4c99c3;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/hide.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/hide.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/hide.gif
deleted file mode 100644
index 8b7c7c6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/hide.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/minus.gif
deleted file mode 100644
index 8ff04bc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/plus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/plus.gif
deleted file mode 100644
index 1a0e2c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/plus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/refresh.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/refresh.gif
deleted file mode 100644
index 8904c30..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/refresh.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/secure.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/eventing/images/secure.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif
deleted file mode 100644
index 9f95efa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_up.gif
deleted file mode 100644
index 28169eb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_up.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index 136e626..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_minus.gif
deleted file mode 100644
index 25b3e17..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_left.gif
deleted file mode 100644
index cf01ff3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_left.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_right.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_right.gif
deleted file mode 100644
index 3190e7a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_7x7_arrow_right.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif
deleted file mode 100644
index c10451f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif
deleted file mode 100644
index 326d015..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_doc.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_doc.gif
deleted file mode 100644
index 7d1b5cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_doc.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif
deleted file mode 100644
index 777c328..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_down.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_down.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_down.gif
deleted file mode 100644
index c91731d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_down.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_left.gif
deleted file mode 100644
index d6c523b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_left.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_right.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_right.gif
deleted file mode 100644
index d65b2ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_right.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif
deleted file mode 100644
index 165666a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/buttonRow-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/buttonRow-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/buttonRow-bg.gif
deleted file mode 100644
index c6bf2b0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/css/images/buttonRow-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/find-features.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/find-features.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/find-features.png
deleted file mode 100644
index 7488e82..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/find-features.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/manage-repositories.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/manage-repositories.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/manage-repositories.png
deleted file mode 100644
index a692ca3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/manage-repositories.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/review-installation.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/review-installation.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/review-installation.png
deleted file mode 100644
index bad63c1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/images/review-installation.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/userguide.xml
deleted file mode 100644
index d98af65..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/docs/userguide.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- ~ 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.
- -->
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-<title>Feature Management - User Guide</title>
-<link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-
-<body>
-    <h1>Feature Management</h1>
-    <h2>1) Introduction</h2>
-    <p>Provisioning software is considered as the act of placing an individual software application or complete software
-        stack onto a target system. Here what we mean by Provisioning WSO2 Carbon is installing/updating/uninstalling
-        features to/from Carbon. The manual way of provisioning Carbon is dropping bundles and configuration files
-        belongs to a feature. This method is not recommended, since it can cause errors. Finding the exact set of
-        components and configuration files is a difficult task. Components have inter dependencies with other
-        components. Some components depends on specific versions of other components. In order to overcome these issues,
-        we recently integrated Equinox P2 with Carbon.</p>
-    <p>Equinox P2 is known as a framework for provisioning Eclipse-based applications. But this definition is getting
-        blurred now. Basically P2 can be used as a provisioning platform for any OSGi based application. P2 has been
-        integrated with WSO2 Carbon platform to enable provisioning capabilities. With the previous release of WSO2
-        Carbon(version 2.0.0), it has this P2 based provisioning support. P2 integration takes WSO2 Carbon to an another
-        level in terms of user friendliness in building customized SOA products. This enables users to download WSO2
-        Carbon framework or any other SOA products and extend them by installing various features.</p>
-    <p>Feature Manager provides a convenient user interface to perform provisioning operations such as installing,
-        uninstalling, updating features.  </p>
-
-    <h2>2) Available Features</h2>
-    <p>This tab allows you to install new features or upgrade existing features. Features are available in repositories.
-        If you haven't added any repository, please click the Add Repository link.  
-        The task of installing features is performed in four steps.</p>
-    <ol>
-        <li>Search for available features in added repositories.</li>
-        <li>Select the features you wish to install.</li>
-        <li>Review the installation.</li>
-        <li>Accept the terms of the license agreements.</li>
-    </ol>
-    
-    <h3>2.1) Search for features in added repositories</h3>
-    <p><img alt="" src="images/find-features.png"/></p>
-    <p>Figure : Find features</p>
-    <p>This section allows you to search for available features in repositories. You can select the exact repository or
-        all available repositories. Some repositories contains multiple versions of features. 
-        With "Group features by category" option enabled by default, you can view available features in the repository grouped under feature categories.
-        A feature category is a logical grouping of the features which constitute a particular Carbon-based product.
-        For example, the features required to install WSO2 Application Server is grouped under the 'Application Server' feature category.
-        If you require to install all the features of Application Server at once, you can simply select the  'Application Server' feature category as below.
-        If you are only interested in latest versions, you can use the "Show only the latest versions" option.</p>
-    <p><img alt="" src="images/select-a-category-to-install.png"/></p>
-    <p>Figure : Feature category</p>  
-    <p>If you disable the "Group features by category" option and find features, you can view all available features in the repository in an uncategorized flat structure.</p>  
-    <p>If the selected repository contains features which are already installed in the system, they will not be shown
-        under the available features list. And also previous versions of installed features will not be shown.</p>
-
-    <h3>2.2) Select the features you wish to install</h3>
-    <p><img alt="" src="images/available-features-uncategorized.png"/></p>
-    <p>Figure : Available feature list</p>
-    <p>Once you click the "Find Features" button, you will be able to see a list of available features that match the
-        criteria you have specified. Now you can select features you wish to install. Click "Install" to proceed to
-        the next step.</p>
-
-    <h3>2.3) Review the installation.</h3>
-    <p><img alt="" src="images/review-installation.png"/></p>
-    <p>Figure : Review of the installation</p>
-    <p>This step allows you to review the selected features to be installed. This page displays the size of the
-        installation in kbs. In certain instances size of the installation can be 0 kb. Equinox P2 does not delete OSGi
-        bundles, when you uninstall features. Therefore when you try to install previously uninstalled features,
-        there is no need to download OSGi bundles from the repository. They are already available in your local plugins
-        folders. Hence size of the installation can be 0 kb.</p>
-    <p>Some features depend on other features. For an example, Service Hosting feature depends on Service Management
-        feature. In order to install Service Hosting feature, either Service Mgt feature should be already installed
-        in your system or it should be available in one of the added repositories. Otherwise Equinox P2 complains that
-        installation of Service Hosting feature cannot be performed due to a missing dependency. All these information
-        will be displayed in this page under the "Summary" section.</p>
-
-    <h3>2.4) Accept the terms of the license agreements.</h3>
-    <p><img alt="" src="images/licence-agreement.png"/></p>
-    <p>Figure : License Agreement</p>
-    <p>Once you accept the license agreements, click "Next >" button to install the feature. This process might take a
-        while to complete. If the installation is successful, you should get the following message. Now restart the
-        server and check whether the features are correctly installed.</p>
-
-    <p><img alt="" src="images/installation-complete-message.png"/></p>
-    <p>Figure : Installation Complete Message</p>
-
-    <h2>3) Installed Features</h2>
-    <p>This tab allows you to view all the installed features in the system. And also it allows you to uninstall
-        features from the system.</p>
-    <p><img alt="" src="images/installed-features.png"/></p>
-    <p>Figure : Installed features list</p>
-
-    <h3>3.1) Uninstalling Features</h3>
-    <p>Select the features you wish to uninstall and click "Uninstall". Then you will be presented a page which
-        contains a review of features to uninstalled. Some features cannot be uninstalled from the system, because
-        other features depend on them. All these information will be displayed in this page under the "Summary"
-        section.</p>
-
-    <h3>3.2) Back-end/front-end separation</h3>
-    <p>Carbon supports the concept of back-end, front-end separation where you can manage multiple back-end servers
-        using a single front-end server. You can convert a given product either to a back-end server or to a front-end
-        server. This conversion can be performed using the Feature Manager UI.</p>
-    <p><img alt="" src="images/back-end-front-end.png"/></p>
-    <p>Figure : back-end/front-end separation page</p>
-
-    <p>If you want to get only a  back-end server, you have to uninstall all the front-end features.To do, go to the installed feature tab and select
-        the Front-End from the drop down menu.This will present you with all the front-end features that are currently installed in the system. Pressing "Uninstall"
-        will uninstall all the front-end features in the current installation. The steps are similar if you want to convert your product in to a front-end server.
-        features that the system</p>
-
-    <h2>4) Installation History</h2>
-    <p>This page lists the history of provisioning operations performed on the system. Here previous configurations can
-        be identified as previous states of the system. A state/configuration can be simply identified by the set of
-        installed features. When you perform a provisioning operation such as installing/uninstalling of features,
-        system state/configuration change occurs.</p>
-
-    <p><img alt="" src="images/installation-history.png"/></p>
-    <p>Figure : Installation History</p>
-    <p>You can revert the current configuration to a previous configuration. In this process some feature might get
-        installed and some might get uninstalled. When you click on a previous configuration, you will be able to see
-        these information.</p>
-
-    <p><img alt="" src="images/configuration-details.png"/></p>
-    <p>Figure : Previous configuration details</p>
-
-    <h2>5) Repository Management</h2>
-    <p>This tab allows you to view or modify repository management settings.</p>
-    <!--<p><img alt="" src="images/settings.png"/></p>-->
-    <!--<p>Figure : Setting page</p>-->
-
-    <h3>5.1) Managing Repositories</h3>
-    <p>Once you click "Manage Repositories" link, you will get a page which allows you to perform several operations
-        on repositories, such add/remove/modify/enable/disable. </p>
-    <p><img alt="" src="images/manage-repositories.png"/></p>
-    <p>Figure : Manage repository page</p>
-
-    <h4>5.1.1) Adding a new repository</h4>
-    <p>Click "Add Repository" link in the Manage Repositories page. Provide a convenient name and a url of the
-        repository. If you have a downloaded repository to your computer, add the file path of directory.</p>
-    <p><img alt="" src="images/add-repositories.png"/></p>
-    <p>Figure : Add repository</p>
-
-    <h4>5.1.2) Editing a repository</h4>
-    <p>This page allows you to change the repository name. But if you want to change the repository URL, you need to
-        remove the old repository and add the new one.</p>
-    <p><img alt="" src="images/edit-repositories.png"/></p>
-    <p>Figure : Edit repository</p>
-
-    <h4>5.1.3) Enabling/Disabling repositories</h4>
-    <p>By default all the repositories are enabled. When you perform a provisioning operation, metadata and artifacts
-        are searched from all the enabled repositories. Once you disable a repository, Equinox P2 does not search for
-        metadata and artifacts from it.</p>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/add.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/deactivate.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/deactivate.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/deactivate.gif
deleted file mode 100644
index a66d49e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/deactivate.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/install-feature.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/install-feature.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/install-feature.png
deleted file mode 100644
index 29f5fbb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/install-feature.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/magnifier.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/magnifier.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/magnifier.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/magnifier.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/uninstall-feature.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/uninstall-feature.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/uninstall-feature.png
deleted file mode 100644
index 030bc11..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/feature-mgt/images/uninstall-feature.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/highlighter/js/clipboard.swf
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/highlighter/js/clipboard.swf b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/highlighter/js/clipboard.swf
deleted file mode 100644
index 2cfe371..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/highlighter/js/clipboard.swf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/keystores2.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/keystores2.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/keystores2.jpg
deleted file mode 100644
index d567896..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/keystores2.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/users.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/users.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/users.jpg
deleted file mode 100644
index 113eaef..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/images/users.jpg and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/java2wsdl/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/java2wsdl/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/java2wsdl/docs/userguide.xml
deleted file mode 100644
index 4b05ee7..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/java2wsdl/docs/userguide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  
-  <title>Java2WSDL Tool - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-<body>
-
-<h1>Java2WSDL Tool</h1>
-
-<p>Java2WSDL allows you to generate the WSDL for Java code that is already
-written to provide a Web service. This tool helps you to develop Web services
-in the code first approach, where the development starts with the code and
-thereafter you derive the WSDL from the source. </p>
-
-<h2>Using the Java2WSDL User Interface</h2>
-<ol>
-  <li>In the navigator, under Tools, click <strong>Java2WSDL.
-    </strong>The <strong>Java2WSDL</strong> page appears.</li>
-  <li>Click <strong>Browse</strong> to locate the file you want to add. If
-    you want to add more than one file, click the plus sign (+) button.</li>
-    <br/>   
-
-  <img alt="" src="images/add_resource.png" height="159" width="1014"/>
-
-  <p>Figure 1: Add Resources</p>
-
-  <br/>
-  <li>Enter values as required.</li>
-  <li>Click <strong>Generate.</strong></li>
-</ol>
-
-<p><strong>Note</strong>: Each field is described in the user interface.</p>
-<img src="images/java2wsdl.png" alt="java2wsdl" height="746" width="1408"/>
-
-<p>Figure 2: Java2wsdl User Interface</p>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/docs/images/adding-keystore.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/docs/images/adding-keystore.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/docs/images/adding-keystore.JPG
deleted file mode 100644
index 18ad58c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/docs/images/adding-keystore.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/close.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/close.gif
deleted file mode 100644
index d83bac1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/close.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/delete.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/keystore.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/keystore.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/keystore.gif
deleted file mode 100644
index c57d3bd..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/keystoremgt/images/keystore.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/config log4j loggers.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/config log4j loggers.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/config log4j loggers.JPG
deleted file mode 100644
index d4b96b1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/config log4j loggers.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/configSyslog.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/configSyslog.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/configSyslog.JPG
deleted file mode 100644
index 9a4f400..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/images/configSyslog.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/userguide.xml
deleted file mode 100644
index 82dc53f..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/docs/userguide.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- ~ 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.
- -->
-<html xmlns="http://www.w3.org/1999/xhtml"><head>
-<title>Logging Management - User Guide</title>
-<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /><title>Logging Management</title>
-<link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-
-<body>
-<div id="middle">
-<h1>Configure Logging</h1>
-<p>
-    This page shows the existing Log4j configuration. And it also allows you to modify existing configuration. You can
-    either modify the global Log4j configuration, an Appender or a Logger. If you select
-    <span style="font-weight: bold;">Persist all Configurations Changes</span> check box, all the modifications will be
-    persited and they will be available even after a server restart.
-</p>
-
-<h2>Configuring Log4J Loggers</h2>
-<p>Configuring properties related to Log4J loggers.<span style="color: red;"></span></p>
-		<ol>
-			<li>In the <span style="font-weight: bold;">View</span> list,
-				select the category of logs you want to view. The available
-				categories are,</li>
-			<p style="margin-left: 40px;">INFO - Information messages WARN -
-				Warning messages ERROR - Error messages DEBUG - Debug messages TRACE
-				- Trace messages FATAL - Fatal error messages</p>
-
-			<li>Select a Log Level (only the messages at that level and
-				below will be logged).
-				<ul>
-					<li>For example, if you select Log Level ERROR, then all ERROR
-						and FATAL messages will be logged or rather passed on to the
-						Appender.</li>
-					<li>Switching on Additivity allows to inherit all the
-						Appenders of the parent Logger.</li>
-				</ul></li>
-			<p>
-				<img alt="" src="images/config%20log4j%20loggers.JPG" />
-			</p>
-			<p style="text-align: center;">Figure 1: Monitor Logs</p>
-
-			<h2>Configuring Log4J Appenders</h2>
-			<p>Log4J Appenders consist of the appender name, log level, known
-				as the Threshold, log pattern and log file.</p>
-			<p>
-				The Threshold list is the same as the Log Level in Loggers, in name
-				and function. You can use Log Pattern to edit the format or the
-				layout in which the logs are created. You can refer to the <a
-					href="http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html">log4j
-					PatternLayout</a> page for descriptins of the values that are used in
-				the log pattern. Finally you can change the location of the log file
-				with the Log File option.
-			</p>
-			<ol>
-				<li>Select the Name of the appender you wish to modify.</li>
-				<li>Specify the desired log pattern.</li>
-				<li>Select the logging threshold.</li>
-				<li>Click <strong>Update</strong>.</li>
-			</ol>
-			<p>
-				<img alt="" src="images/config%20log%20appenders.JPG" />
-			</p>
-			<p style="text-align: center;">Figure 2: Configure Log4J
-				Appenders</p>
-			<p></p>
-			<h2 style="color: rgb(24, 0, 0);">Configuring Global Log4J
-				Loggers</h2>
-			<p>By using the Global Log4J configuration feature, you can set
-				the,</p>
-			<ul>
-				<li>Log Level</li>
-				<li>Log Pattern of Log4J Appenders</li>
-				<li>Loggers to the same value at the same time.</li>
-			</ul>
-			<p>
-				Modify the values for the above settings as required and click <span
-					style="font-weight: bold;">Update</span>.
-			</p>
-			<p>
-				<img alt="" src="images/global%20log4j%20config.JPG" />
-			</p>
-			<p style="text-align: center;">Figure 3: Global Log4J
-				Configuration</p>
-		</ol>
-		<p>
-There are two ways of configuring Log4j in WSO2 Carbon. Either by manually editing the log4j.properties file
-or through the management console. Changes you made to Log4j configuration through the management console are persisted in
-WSO2 Registry, therefore those changes will be available after server restarts. There is also an option to restore the
-original Log4j configuration from the log4j.properties file using the management console. But if you modify the
-log4j.properties file and restart the server, you will see the changes you've made. That means the earlier log4j
-configuration persisted in the registry is overwritten. 
-</p>
-</div>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/images/log.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/images/log.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/images/log.gif
deleted file mode 100644
index f5e9cba..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-admin/images/log.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/images/logIndex.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/images/logIndex.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/images/logIndex.jpg
deleted file mode 100644
index 4741e7d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/images/logIndex.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/userguide.xml
deleted file mode 100644
index 8b754fc..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/docs/userguide.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ 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.
- -->
-<html>
-<head>
-  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Monitor Logs - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head> 
- 
-<body>
-<h1>Monitor Logs</h1>
-
-<p>Logs can be displayed as System logs or application logs.System Logs shows the log events of the system logs depending on the product. Application logs filter logs by the application, it can be services or web applications. There are two ways to configure system logs, 1) through Memory Appender where logs will be taken from the memory, 2) BAMLogEventAppender where logs will be published to bam and log events will be taken from BAM storages. Only the latest daily logs messages will be displayed in the UI where the logs events can be filtered accordingly. Log events are archived daily per tenant per product per date and can be downloaded for further analysis.
-</p>
-<p>The log messages, displayed in this page are obtained from a memory appender. Hence, the severity(log level) of the
-    displayed log messages are equal or higher than the threshold of the memory appender. For more information on
-    appenders, loggers and their log levels, please visit <a href="http://logging.apache.org/log4j/">here</a>. </p>
-
-<h3><strong>Log files on disk</strong></h3>
-<p>The location of the log files on disk is specified in the log4j.configuration file.</p>
-
-<h2>View Logs</h2>
-
-<p>This log events are displayed from bottom-up manner. You can also search for a
-particular log by a keyword using the <span style="font-weight: bold;">Search Logs</span>
-feature. <span style="color: red;"></span></p>
-<ol>
-  <li>In the navigator, under Monitor, click <span
-    style="font-weight: bold;">Logs</span>. The <span
-    style="font-style: italic; font-weight: bold;">System Logs/Application Logs</span> page
-    appears.�</li>
-
-  <li>In the <span style="font-weight: bold;">View</span> list, select the
-    category of logs you want to view. The available categories are,  </li>
-</ol>
-
-<div style="margin-left: 40px;">
-INFO �- Information messages
-WARN �- Warning messages
-ERROR �- Error messages
-DEBUG �- Debug messages 
-TRACE �- Trace messages
-FATAL -�Fatal error messages </div>
-<ol>
-</ol>
-
-<p><img alt="" src="images/logview.jpg" /></p>
-
-<p style="text-align:left;">Figure 1: Monitor Logs</p>
-
-<p><img alt="" src="images/logIndex.jpg" /></p>
-<p style="text-align:left;">Figure 2: Archived Logs</p>
-
-<p>To filter out application specific logs, go to Monitor -> Application Logs. This will display application specific logs.</p>
-
-
-<p><img alt="" src="images/application.jpg" /></p>
-<p style="text-align:left;">Figure 3: Application Logs</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/cancel.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/cancel.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/cancel.gif
deleted file mode 100644
index f74130e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/cancel.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/debug.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/debug.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/debug.png
deleted file mode 100644
index 273fd49..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/debug.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/error.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/error.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/error.png
deleted file mode 100644
index 59558a5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/error.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/information.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/information.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/information.gif
deleted file mode 100644
index a9c63b1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/information.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/magnifier.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/magnifier.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/magnifier.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/magnifier.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/plus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/plus.gif
deleted file mode 100644
index 1a0e2c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/log-view/images/plus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/menugeneral/images/magnifier.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png
deleted file mode 100644
index d0c24cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-after.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-before.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-before.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-before.png
deleted file mode 100644
index 19ad45d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-before.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-throttling.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-throttling.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-throttling.png
deleted file mode 100644
index c19f75d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/images/global-throttling.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml
deleted file mode 100644
index 8108fb2..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/docs/userguide.xml
+++ /dev/null
@@ -1,138 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  
-  <title>Global Modules - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-
-<body>
-
-<h1>Global Module Configurations</h1>
-
-<p>The WSO2 SOA platform has the capabilities of Axis2 to add modules to
-extend its capabilities. The global modules will affect all the services
-deployed within the server. If you want to globally engage a particular
-module, click Manage > Modules > <strong>List. </strong>On the <strong>Deployed
-Modules</strong> page, you can globally engage any listed module.</p>
-
-<h2>Deploying Module Archives (.mar) </h2>
-
-<p>A module is an archive file that bundles a set of classes, related
-libraries and third party library dependencies. The WSO2 Carbon provides a user
-friendly interface to engage, disengage and configure these modules. You can
-learn more about Axis2 modules from the Axis2 manuals at: <a href="http://ws.apache.org/axis2/1_5_1/modules.html">http://ws.apache.org/axis2/1_5_1/modules.html</a>
-</p>
-
-<p>To upload your module archive, all the class files and the module.xml
-descriptor file have to be available in the archive. </p>
-
-<p>The folder structure of the module archive file will look as follows.</p>
-
-<pre>
-    Test.mar
-        - META-INF
-            - module.xml
-    TestModule.class
-    TestHandler.class
-</pre>
-
-<p><img alt="Adding modules" src="images/addmodule.png" height="209" width="1020"/></p>
-
-<p style="font-style: italic;"><strong>Figure 1:</strong> Uploading module archive files. </p>
-
-<ol>
-  <li>In the navigator under Manage > Modules, click <strong>Add</strong>. The
-    <strong>Add a Module</strong> page appears.</li>
-  <li>Click <strong>Browse</strong> to select the module archive file (.mar)
-    you want to upload. Multiple (.mar) archives can be uploaded by clicking on the "+" button.</li>
-  <li>Click <strong>Upload</strong>. 
-    If the file was uploaded successfully, a message will appear prompting
-    you to restart the server to activate the module.</li><li>Click
-    <strong>OK</strong>. 
-  </li>
-</ol>
-
-<p>
-Once the server has been restarted, the module will be active and displayed
-on the <strong>Deployed Modules</strong> page. You can engage, disengage or
-delete the module as required.</p>
-
-<h2>Listing of Globally Engaged Modules</h2>
-
-<p>The WSO2 Carbon management console provides you with an interface to engage,
-disengage, configure or delete available modules. </p>
-
-<p>The module list contains the following entries for each module. </p>
-<ul>
-  <li>Name </li>
-  <li>Version </li>
-  <li>Description </li>
-  <li>Actions </li>
-</ul>
-<ol>
-</ol>
-
-<p>You can perform the following actions on engaged modules </p>
-<ul>
-  <li>Disengage: If the module is already engaged, you can disengage the
-    module. </li>
-  <li>Configure: Some modules can be configured. Use this option to access
-    the configuration page of these modules. </li>
-  <li>Engage: If the module is not already engaged, use this option to engage
-    the module. </li>
-  <li>Delete: Delete the module </li>
-</ul>
-
-<h3>Global Modules UI before engaging any module</h3>
-
-<p><img alt="Global UI before engaging any thing" src="images/global-before.png" height="521" width="1020"/></p>
-
-<p style="font-style: italic;"><strong>Figure 2:</strong> Available modules</p>
-
-<p>All the available modules are shown above the currently engaged modules.
-The WS-Addressing module is always globally engaged. This list will be
-updated when you engage other available modules.</p>
-
-<p>For example, the Throttle module is available to be configured globally.
-Once you click the Configure icon, a new page appears with the configuring
-options available for that module. </p>
-
-<h3>Throttle Global Configuration UI</h3>
-
-<p><img alt="Globally engaging throttling" src="images/global-throttling.png" height="348" width="1021"/></p>
-
-<p style="font-style: italic;"><strong>Figure 3:</strong> Throttle Configuration</p>
-
-<p>After you have engaged a module (for example, throttling), the
-<strong>Global Configurations</strong> page will be updated.
-(Figure: 4)</p>
-
-<p>There are some modules (for example, savan), doesn't have a global configuration
-page. But those can be globally engaged, just by clicking on the <strong>Engage</strong>
-action and can be disengaged by clicking on the <strong>Disengage</strong> action.</p>
-
-<h3>Global Configuration UI after engaging modules</h3>
-
-<p><img alt="Global UI after engaging modules" src="images/global-after.png" height="573" width="1014"/></p>
-
-<p style="font-style: italic;"><strong>Figure 4:</strong> After Engaging Modules</p>
-
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/configure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/configure.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/configure.gif
deleted file mode 100644
index d40a7a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/configure.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/edit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/edit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif
deleted file mode 100644
index 1b86800..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/modulemgt/images/engage.gif and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/docs/userguide.xml
deleted file mode 100644
index ed7ae0b..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/docs/userguide.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"></meta>
-  <title>Operation Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<h1>Operation Management</h1>
-This feature is used to manage service operations. A service contains one or
-more operations, and these service operations appear in the Published
-Operations section on the <em><strong>Operations of Service</strong></em>
-page.The following quality of service configuration options are available for
-the operations: response caching, access throttling, flows, modules,
-parameters. 
-
-For example, you will get the following screen , when you click the Hello
-Service that contains a single operation called <em>greet</em>.
-
-
-<p><img src="images/published-operations.jpg" alt=" "/>
-Figure1. Operations list </p>
-
-<h2>Managing Operations</h2>
-<ol>
-  <li>In the navigator, under Manage/Services, click <strong>List</strong>.
-    The <em><strong>Deployed Services</strong></em> page appears. </li>
-  <li>Click the service name for which you want to configure the operations.
-    The <em><strong>Service Dashboard</strong></em> page appears. </li>
-  <li>Click <strong>Operations</strong> in the Quality of Service
-    Configuration panel. The <em><strong>Operation of Service</strong></em>
-    page appears.
-
-    <ul>
-      <li>You can click on the available actions for the service, or </li>
-      <li>Click the service name to view the <em><strong>Operation
-        Dashboard</strong></em> page. Actions for the operation will be
-        available in the Quality of Service Configuration panel. </li>
-    </ul>
-    <ul>
-      <p><img src="images/operation-dashboard.jpg" alt=" "/>
-      Figure2 . Operation Dashboard</p>
-    </ul>
-  </li>
-</ol>
-
-<h2><strong>Field Descriptions</strong>           </h2>
-
-<div>
-
-<table style="text-align: left; width: 712px; height: 155px;" border="1" cellpadding="2" cellspacing="2">
-  <tbody>
-    <tr>
-      <td colspan="2" rowspan="1"><strong>Operations Dashboard</strong></td>
-    </tr>
-    <tr>
-      <td><strong>Field Name</strong></td>
-      <td><strong>Description</strong></td>
-    </tr>
-    <tr>
-      <td>Response Caching</td>
-      <td>Use this option to configure response caching</td>
-    </tr>
-    <tr>
-      <td style="height: 25px;">Access Throttling</td>
-      <td style="height: 25px;">Use this option to configure access
-        throttling for the selected operation</td>
-    </tr>
-    <tr>
-      <td>MTOM</td>
-      <td>Enables/disables MTOM</td>
-    </tr>
-    <tr>
-      <td style="height: 25px;">Flows</td>
-      <td style="height: 25px;">View the configured flows graphically</td>
-    </tr>
-    <tr>
-      <td>Modules</td>
-      <td>Engages modules for the selected operation</td>
-    </tr>
-    <tr>
-      <td style="height: 25px;">Parameters</td>
-      <td style="height: 25px;">Edits/deletes operation parameters.</td>
-    </tr>
-  </tbody>
-</table>
-</div>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/caching.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/caching.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/caching.gif
deleted file mode 100644
index 2857a2a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/caching.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/flows.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/flows.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/flows.gif
deleted file mode 100644
index b4268be..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/flows.gif and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/comments.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/comments.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/comments.png
deleted file mode 100644
index 9aad777..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/comments.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/resources/docs/images/content.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/content.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/content.png
deleted file mode 100644
index 57cf2ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/content.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/resources/docs/images/lifeCycles.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.png
deleted file mode 100644
index 0b647a7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/lifeCycles.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/resources/docs/images/symlink.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/symlink.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/symlink.png
deleted file mode 100644
index e8fef5a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/symlink.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/resources/docs/images/tagSearch.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.png
deleted file mode 100644
index 88a92fc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/tagSearch.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/resources/docs/images/version_view.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/version_view.png
deleted file mode 100644
index ff86984..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/docs/images/version_view.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/resources/images/TrainingTitleBack.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/TrainingTitleBack.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/TrainingTitleBack.jpg
deleted file mode 100644
index 8b8efc0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/TrainingTitleBack.jpg 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/resources/images/ajax-loader.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/ajax-loader.gif
deleted file mode 100644
index f2a1bc0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/ajax-loader.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/xdoc/resources/images/collection-extn-mounted.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.gif
deleted file mode 100644
index dafc3d0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn-mounted.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/xdoc/resources/images/collection-extn.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn.gif
deleted file mode 100644
index 337fa50..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/collection-extn.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/xdoc/resources/images/icon-add-folder.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.gif
deleted file mode 100644
index b5b64e9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-folder.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/xdoc/resources/images/icon-add-resource.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.gif
deleted file mode 100644
index de45602..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-add-resource.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/xdoc/resources/images/icon-copy.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg
deleted file mode 100644
index 0909f8f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg 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/resources/images/icon-download.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg
deleted file mode 100644
index f6d12d9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-download.jpg 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/resources/images/icon-move.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-move.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-move.jpg
deleted file mode 100644
index 32b157b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-move.jpg 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/resources/images/icon-restore.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-restore.gif
deleted file mode 100644
index dafc8b3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-restore.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/xdoc/resources/images/icon-search.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-search.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-search.gif
deleted file mode 100644
index d55989d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-search.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/xdoc/resources/images/icon-tree-minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif
deleted file mode 100644
index ef2203b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.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/xdoc/resources/images/icon-tree.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree.png
deleted file mode 100644
index e862345..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-tree.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/resources/images/icon-upload.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg
deleted file mode 100644
index 2d25fd2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg 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/resources/images/menu-back.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg
deleted file mode 100644
index 584ad9f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg 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/resources/images/page-back-repeat.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back-repeat.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back-repeat.jpg
deleted file mode 100644
index 3f0bf57..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back-repeat.jpg 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/resources/images/page-back.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back.jpg
deleted file mode 100644
index dc7f814..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-back.jpg 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/resources/images/page-left-top.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif
deleted file mode 100644
index 5de8140..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/page-left-top.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/xdoc/resources/images/point-left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-left.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-left.gif
deleted file mode 100644
index 0b29456..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-left.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/xdoc/resources/images/point-right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-right.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-right.gif
deleted file mode 100644
index 7f626b0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/point-right.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/xdoc/resources/images/promotionBackground.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg
deleted file mode 100644
index 4aacf70..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/promotionBackground.jpg 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/resources/images/r02.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r02.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r02.gif
deleted file mode 100644
index e64f6f6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r02.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/xdoc/resources/images/r03.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r03.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r03.gif
deleted file mode 100644
index e85ccd2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r03.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/xdoc/resources/images/r4x.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r4x.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r4x.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/r4x.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/xdoc/resources/images/resource-extn-mounted.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.gif
deleted file mode 100644
index eabe987..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource-extn-mounted.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/xdoc/resources/images/resource.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource.gif
deleted file mode 100644
index bd4f965..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resource.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/xdoc/resources/images/resources.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resources.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resources.gif
deleted file mode 100644
index 92d1e4e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/resources.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/xdoc/resources/images/save-button.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/save-button.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/save-button.gif
deleted file mode 100644
index a90f593..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/save-button.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/xdoc/resources/images/seperator.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/seperator.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/seperator.gif
deleted file mode 100644
index b4cee46..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/seperator.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/xdoc/resources/images/spacer.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/spacer.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/spacer.jpg
deleted file mode 100644
index 4c8e81a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/spacer.jpg 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/resources/images/sqr.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/sqr.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/sqr.gif
deleted file mode 100644
index 6e787c6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/sqr.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/xdoc/resources/images/submain-title-back.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg
deleted file mode 100644
index 3b9a759..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/submain-title-back.jpg 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/resources/images/to-root.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/to-root.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/to-root.gif
deleted file mode 100644
index ca5ae02..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/to-root.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/xdoc/resources/images/universal-add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/universal-add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/universal-add.gif
deleted file mode 100644
index 4503f13..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/images/universal-add.gif and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
deleted file mode 100644
index 4a02c1a..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>Reliable messaging - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-
-<body>
-<h1>Reliable Messaging</h1>
-
-<p>The goal of Reliable Messaging in Web services is to allow applications to
-send and receive messages in an efficient, and reliable manner
-amidst application, platform, or network failure. The WS-Reliable Messaging
-specification (WS-RM), defines a protocol and a set of mechanisms that ensure
-that messages are delivered reliably between two endpoints.</p>
-
-<p>The WSO2 Web Services Application Server (WSAS) provides a Reliable
-Messaging tool that is used to enable WS-RM to services at global level and service level. If
-you activate reliable messaging for a particular service, your configurations
-will be applied to that particular service. WS-Reliable Messaging handles and
-solves both simple and complex scenarios arising in message transmission.</p>
-
-<p></p>
-
-<h2>Enabling Reliable Messaging</h2>
-<p><strong>Service Level</strong></p>
-<ol>
-  <li>In the navigator, under Manage/Services, click <strong>List</strong>.
-    The <em><strong>Deployed Services</strong></em> page appears. </li>
-  <li>Click the service for which you want to activate reliable messaging.
-    The <em><strong>Service Dashboard</strong></em> page appears. </li>
-  <li>Click <strong>Reliable Messaging</strong> in the Quality of Service
-    Configuration panel. The <em><strong>Enable Reliable
-    Messaging</strong></em> page appears.</li>
-  <li>In the <strong>Enable Reliable Messaging</strong> list, click
-    <strong>Yes</strong>.
-    The current reliable messaging configuration appears.</li>
-  <li>Modify the configuration if required.</li>
-  <li>Click <strong>Finish</strong>.
-    Reliable messaging will be activated for that particular service.</li>
-</ol>
-
-<p><a href="#Sequence">Field Descriptions</a></p>
-
-<p><img alt="" src="./images/rm.jpg" height="462" width="713"/></p>
-
-<p>Figure 1: Enabling Reliable Messaging</p>
-
-<p><strong>Global Level</strong></p>
-
-<p>In the navigator, under Manage/Modules, click click <strong>List</strong>.
-    This will show you all the deployed modules. Then click <strong>Configure</strong> link
-    in front of sandesha2 module. Then you can configure reliable meassaging in the same
-    way as explained above.</p>
-
-<h2><a name="Sequence" id="Sequence">RM Sequence Configuration
-Parameters</a></h2>
-
-<p>WS-RM defines a one way sequence. The sender (source) is called the RMS
-(reliable messaging source) and the receiver (destination) is called the RMD
-(reliable messaging destination). Therefore for in-out operations, the RM
-uses two sequences. For request messages, the server acts as the RMD and for
-response messages, the server act as the RMS.</p>
-
-<table style="width: 100%;" border="1">
-  <tbody>
-    <tr>
-      <td><strong>Inactivity Timeout Interval </strong></td>
-      <td>The maximum inactive time for any RM session. After the sequence
-        timeout, the RM session is terminated.</td>
-    </tr>
-    <tr>
-      <td>I<strong>nactivity Timeout Measure</strong></td>
-      <td>The unit in which the inactivity timeout interval is specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Interval</strong></td>
-      <td>If the sequence is inactive during this time period, the sequence
-        is removed from the storage.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Measure </strong></td>
-      <td>The unit in which the sequence removal timeout interval is
-        specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Acknowledgment Interval</strong></td>
-      <td>The time interval that the RMD uses to send the acknowledgments</td>
-    </tr>
-    <tr>
-      <td><strong>Retransmission Interval</strong></td>
-      <td>The time interval after which the RMS retransmits the message if it
-        does not get an acknowledgment </td>
-    </tr>
-    <tr>
-      <td><strong>ExponentialBackoff</strong></td>
-      <td>Whether RMS exponentially increases the retransmission time or
-      not</td>
-    </tr>
-    <tr>
-      <td><strong>Maximum Retransmission Count</strong></td>
-      <td>The maximum number of retransmits the RMS sends</td>
-    </tr>
-  </tbody>
-</table>
-
-<p></p>
-
-<h2>Permanent Storage Parameters</h2>
-
-<table style="width: 100%;" border="1">
-  <caption></caption>
-  <tbody>
-    <tr>
-      <td><strong>Storage Manager</strong></td>
-      <td>The type of storage manager to use.</td>
-    </tr>
-    <tr>
-      <td><strong>Connection String</strong></td>
-      <td>The JDBC connection string to the database.</td>
-    </tr>
-    <tr>
-      <td><strong>Driver Name</strong></td>
-      <td>The driver name to use for this connection.</td>
-    </tr>
-    <tr>
-      <td><strong>User Name</strong></td>
-      <td>The database user name.</td>
-    </tr>
-    <tr>
-      <td><strong>Password</strong></td>
-      <td>The database user password.</td>
-    </tr>
-  </tbody>
-</table>
-
-<p>
-</p>
-
-<p></p>
-</body></html>

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role2.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role2.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role2.png
deleted file mode 100644
index 1cde4d7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/add-role2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/delete.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/expandall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/expandall.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/expandall.gif
deleted file mode 100644
index 333180d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/expandall.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif
deleted file mode 100644
index 2786b04..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/external-users.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/test.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/test.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/test.gif
deleted file mode 100644
index e5f63d0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/test.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/user-store.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/user-store.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/user-store.gif
deleted file mode 100644
index ccf18a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/role/images/user-store.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
deleted file mode 100644
index 2528d2c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
deleted file mode 100644
index cd9a7a5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg
deleted file mode 100644
index db1411f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/roles-mgt/images/landingpage.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
deleted file mode 100644
index 33c563e..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/samples/web_service_client_sample.xml
+++ /dev/null
@@ -1,232 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, 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.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - Web Service Client Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>]  </p>
-        <h1>Web Service Client Sample</h1>
-        <p> <a href="http://www.w3.org/Submission/WS-Eventing/">Web Service Eventing Specification </a>  defines how Web
-            Services Eventing supports the simplest levels of Web
-            services interfaces for notification producers and consumers for a distributed event management system. It
-            is a baseline set of operations that allow Web services to provide asynchronous notifications to interested
-            parties. WS-Eventing defines the simplest level of Web services interfaces for notification producers and
-            notification consumers including standard message exchanges to be implemented by service providers that wish
-            to act in these roles, along with operational requirements expected of them. It has a set of functions
-            supporting publish/subscribe required by robust, scalable enterprise applications including message brokering
-            and topic based subscription management.</p>
-        <p>WSO2 MB 2.0.1 supports WS-eventing. This sample shows you how to register a Web Service as an event receiver
-            and subscribe it to the message brokering server, together with how to publish messages to that subscription
-            you have made.</p>
-        <h2>Defining Web Service</h2>
-        <pre xml:space="preserve">
-
-            /*
-            *  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.
-            */
-
-
-            public class EventSinkService {
-                public void receive(String message){
-                    System.out.println("Got  the message ==> " + message);
-                }
-            }
-        </pre>
-        <h2>Host The Service And Start A Broker Client With Service URL</h2>
-        <p>Then this service has to be hosted in a server, and a broker client should be defined with that service url.</p>
-        <pre xml:space="preserve">
-
-            private AxisServer axisServer;
-            private BrokerClient brokerClient;
-            public void start() {
-                try {
-                    System.setProperty("javax.net.ssl.trustStore", "../../repository/resources/security/wso2carbon.jks");
-                    System.setProperty("javax.net.ssl.trustStorePassword", "wso2carbon");
-                    this.axisServer = new AxisServer();
-                    this.axisServer.deployService(EventSinkService.class.getName());
-                    this.brokerClient = new BrokerClient("https://localhost:9443/services/EventBrokerService", "admin", "admin");
-                    // give time to start the simple http server
-                    try {
-                    Thread.sleep(2000);
-                    } catch (InterruptedException e) {
-                    }
-                } catch (AxisFault axisFault) {
-                    System.out.println("Can not start the server");
-                } catch (AuthenticationExceptionException e) {
-                    e.printStackTrace();
-                }
-            }
-        </pre>
-        <h2>Subscribe The Service To Receive Events</h2>
-        <p>Now we have to subscribe the above service to the broker to receive events. For that we use a "topic". Broker
-            client implementation allows you to subscribe a service to a topic in Message Broker. Here a topic named
-            "foo/bar" is used.</p>
-        <pre xml:space="preserve">
-
-            public String subscribe() {
-                // set the properties for ssl
-                try {
-                    return this.brokerClient.subscribe("foo/bar" , "http://localhost:6060/axis2/services/EventSinkService/receive");
-                } catch (BrokerClientException e) {
-                    e.printStackTrace();
-                }
-                return null;
-            }
-        </pre>
-        <h2>Publish Messages </h2>
-        <p>When messages or events are published to the topic in message broker, it will be received by the web service.</p>
-        <pre xml:space="preserve">
-
-            public void publish(){
-                try {
-                    this.brokerClient.publish("foo/bar", getOMElementToSend());
-                } catch (AxisFault axisFault) {
-                    axisFault.printStackTrace();
-                }
-            }
-        </pre>
-        <p>As the service only doing flusing the message to the console, you should see the message getting printed in the console.</p>
-        <p>The full sample code will be like following.</p>
-        <pre xml:space="preserve">
-
-/*
-*  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.
-*/
-
-import org.apache.axiom.om.OMAbstractFactory;
-import org.apache.axiom.om.OMElement;
-import org.apache.axiom.om.OMFactory;
-import org.apache.axiom.om.OMNamespace;
-import org.apache.axis2.AxisFault;
-import org.apache.axis2.engine.AxisServer;
-import org.wso2.carbon.event.client.broker.BrokerClient;
-import org.wso2.carbon.event.client.broker.BrokerClientException;
-import org.wso2.carbon.event.client.stub.generated.authentication.AuthenticationExceptionException;
-import java.rmi.RemoteException;
-            public class PubSubClient {
-                private AxisServer axisServer;
-                private BrokerClient brokerClient;
-                public void start() {
-                    try {
-                        System.setProperty("javax.net.ssl.trustStore", "../../repository/resources/security/wso2carbon.jks");
-                        System.setProperty("javax.net.ssl.trustStorePassword", "wso2carbon");
-                        this.axisServer = new AxisServer();
-                        this.axisServer.deployService(EventSinkService.class.getName());
-                        this.brokerClient = new BrokerClient("https://localhost:9443/services/EventBrokerService", "admin", "admin");
-                        // give time to start the simple http server
-                        try {
-                            Thread.sleep(2000);
-                        } catch (InterruptedException e) {
-                        }
-                    } catch (AxisFault axisFault) {
-                        System.out.println("Can not start the server");
-                    } catch (AuthenticationExceptionException e) {
-                        e.printStackTrace();
-                    }
-                }
-                public String subscribe() {
-                    // set the properties for ssl
-                    try {
-                        return this.brokerClient.subscribe("foo/bar" , "http://localhost:6060/axis2/services/EventSinkService/receive");
-                    } catch (BrokerClientException e) {
-                        e.printStackTrace();
-                    }
-                    return null;
-                }
-                public void publish(){
-                    try {
-                        this.brokerClient.publish("foo/bar", getOMElementToSend());
-                    } catch (AxisFault axisFault) {
-                        axisFault.printStackTrace();
-                    }
-                }
-                public void unsubscribe(String subscriptionID){
-                    try {
-                        this.brokerClient.unsubscribe(subscriptionID);
-                    } catch (RemoteException e) {
-                        e.printStackTrace();
-                    }
-                }
-                public void stop(){
-                    try {
-                        this.axisServer.stop();
-                    } catch (AxisFault axisFault) {
-                        axisFault.printStackTrace();
-                    }
-                }
-                public static void main(String[] args) {
-                    PubSubClient pubSubClient = new PubSubClient();
-                    pubSubClient.start();
-                    String subscriptionId = pubSubClient.subscribe();
-                    pubSubClient.publish();
-                    try {
-                        Thread.sleep(5000);
-                    } catch (InterruptedException e) {}
-                    pubSubClient.unsubscribe(subscriptionId);
-                    pubSubClient.stop();
-                }
-                private OMElement getOMElementToSend() {
-                    OMFactory omFactory = OMAbstractFactory.getOMFactory();
-                    OMNamespace omNamespace = omFactory.createOMNamespace("http://ws.sample.org", "ns1");
-                    OMElement receiveElement = omFactory.createOMElement("receive", omNamespace);
-                    OMElement messageElement = omFactory.createOMElement("message", omNamespace);
-                    messageElement.setText("Test publish message");
-                    receiveElement.addChild(messageElement);
-                    return receiveElement;
-                }
-}
-        </pre>
-        <p>Note: As you might have already comprehended WSO2 MB should be running when running the sample.</p>
-    </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css
deleted file mode 100644
index 890372f..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/css/search.css
+++ /dev/null
@@ -1,25 +0,0 @@
-table tbody tr td {
-    border: 0 none;
-    padding: 0;
-    text-align: left;
-    vertical-align: top;
-}
-
-body {
-    margin: 0;
-    padding: 0;
-}
-
-#mediaTypeAutoComplete {
-    width: 130px; /* set width here or else widget will expand to fit its container */
-}
-
-.loadMediaTypeButton {
-    margin-left: 170px;
-    display:block;
-    width:50px;
-}
-.search-subtitle{
-    color: #666666;
-    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.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png
deleted file mode 100644
index 5935676..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/configuration.png and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png
deleted file mode 100644
index 8df8da2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/images/save_filter.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml
deleted file mode 100644
index bf17c12..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/docs/userguide.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-    <title>Registry Search - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<body>                                                                                              
-<h1>Registry Search</h1>
-
-<h2>Search</h2>
-
-    <p> All resources found in the registry, can be searched through this interface. Search could be
-    refined by optionally providing, resource name, created date range, updated date range, tags,comments, association type,
-    association destination, property name, property value and the content. To search for matches containing a specific
-    pattern use the <strong>%</strong> symbol. The pattern matching can be used with the following fields "Resource name",
-    "created by", "updated by" and "property value". Also the search supports the use of part of the user name in the "created by"
-    and "updated by" fields. And also for the fields like Created data range,Updated range,Created user and Updated user
-    the negation option is provided in order to search other than the provided criteria.</p>
-
-    <p>To enter more than one term in tags, use comma (",") as the separator. To enter more than one
-        term in keywords, use space (" ") as the separator.</p>
-
-    <p><img src="images/main.png" width="777px"/></p>
-
-    <p>Figure 1: Search Interface</p>
-
-    <p>Created or Updated dates can be either entered in the format of MM/DD/YYYY or used the date
-    picker user interface provided.</p>
-
-    <p><img src="images/date.png" width="777px"/></p>
-
-    <p>Figure 2: Date picker user interface</p>
-
-    
-<br/><br/>
-
-<h3>Custom Search</h3>
-<p>The custom search provides the user with the ability to customize the search interface for a given media type.
-The search parameters for a given media type is configured by a user with admin privileges by creating a resource
-with the name of the media type (for <strong>application/wsdl+xml</strong> the resource name should be <strong>application-wsdl-xml</strong>)
-and declaring the parameters as properties. The search parameter name is given as the property name and the property value
-describes whether this parameter should be included in the custom search.</p>
-
-<p><img src="images/configuration.png" width="777px"/></p>
-<p>Figure 3: Custom search configuration </p>
-
-<p>The advanced search contains a field where the user can specify a media type. Upon selecting a media type,
-    custom search form for that media type will be automatically loaded.
-</p>
-
-<p><img src="images/custom_search.png" width="777px"/></p>
-
-<p>Figure 4: Custom search interface </p>
-
-<h2>Saving a Search Filter</h2>
-    <p>
-        Search criteria can be saved as a filter using the interface shown in Figure 5.
-    </p>
-
-    <p><img src="images/save_filter.png" width="777px"/></p>
-
-    <p>Figure 5: Save search filter user interface</p>
-
-<br/><br/>
-
-<h2>Loading a Search Filter</h2>
-    <p>A saved search filter can be loaded by selecting the filter name in the drop-down list shown
-    in Figure 6. Upon loading a search filter, search form fields are populated with previously saved values.
-    </p>
-
-    <p><img src="images/load_filter.png" width="777px"/></p>
-
-    <p>Figure 6: Save search filter user interface</p>
-
-<h2>Report generation for search results</h2>
-
-    <p>In the search result page the user is able to generate a report which will include search results.The user is able to
-    create reports in PDF,HTML or Excel.</p>
-    <p><img src="images/reporting_crumb.png" width="550px" /></p>
-    <p>Figure 7: Reporting options</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png
deleted file mode 100644
index 7cda4cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/arrow-up.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/calendar.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/calendar.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/calendar.jpg
deleted file mode 100644
index b609c89..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/calendar.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/icon-folder-small.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/icon-folder-small.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/icon-folder-small.gif
deleted file mode 100644
index be6b59c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/icon-folder-small.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r00.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r00.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r00.gif
deleted file mode 100644
index 0723853..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r00.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r02.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r02.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r02.gif
deleted file mode 100644
index e64f6f6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r02.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r03.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r03.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r03.gif
deleted file mode 100644
index e85ccd2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r03.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r44.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r44.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r44.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r44.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r4x.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r4x.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r4x.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/r4x.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/resource.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/resource.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/resource.gif
deleted file mode 100644
index bd4f965..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/search/images/resource.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_custom_policy.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_custom_policy.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_custom_policy.png
deleted file mode 100644
index 695ca58..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_custom_policy.png and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
deleted file mode 100644
index 565c818..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/securityconfig/docs/userguide.xml
+++ /dev/null
@@ -1,205 +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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html>
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=windows-1252"></meta>
-    <title>Security for Web Service - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-<body>
-
-<h1>Security for Web Services</h1>
-
-<p> Web Services security, or to be more precise, SOAP message security, identifies and
-    provides solutions for general computer security threats as well as threats unique
-    to Web services. </p>
-
-<p> WSO2 Carbon supports WS Security, WS-Policy and WS-Security Policy specifications.
-    These specifications define a behavioral model for Web services. A requirement for
-    one Web service may not be valid for another. Thus defining service-specific
-    requirements might be necessary.</p>
-
-<p> The WSO2 SOA platform provides important security features to your service. By default,
-    the security features are disabled. You should explicitly enable the security feature.</p>
-
-<h2>Adding Security Features</h2>
-
-<p> Understanding the exact security requirements should be the first step you should take
-    when planning to secure your Web services. For an example, you may have to consider what
-    security aspects are important to your service, whether it is the integrity,
-    confidentiality, or both. </p>
-
-<ol>
-    <li>In the navigator, under Manage/Services, click <strong>List</strong>.
-        The <em><strong>Deployed Services</strong></em> page appears.
-    </li>
-    <li>Click on the service name for which you want to add
-        security features. The <em><strong>Service Dashboard</strong></em>
-        page appears.
-    </li>
-    <li>Click <strong>Security</strong> in the <strong>Quality
-        of Service Configuration</strong> panel. The <em><strong>Security
-        for the Service</strong></em> page appears.
-    </li>
-    <li>To enable security for the service, in the <strong>Enable
-        Security? </strong> drop down list, click <strong>Yes.</strong></li>
-    
-    <p><img src="images/no_security.png" alt="Turning on Security" height="144" width="1018" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 1:</strong> Enabling security</em></p>
-
-    <p>A list of available security scenarios is displayed. In addition to that, an
-       option is provided to select a custom security policy from Registry.</p>
-
-    <p><img src="images/default_scenarios.png" alt="Selecting default security scenarios" height="624" width="998" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 2:</strong> Selecting Default Security Scenarios</em></p>
-
-    <p><img src="images/policy_from_registry.png" alt="Referring to a policy from Registry" height="114" width="993" border="1" style="border-color:darkgray"/></p>
-
-    <p><em><strong>Figure 3:</strong> Referring to a policy from Registry</em></p>
-    
-    <li>To enable security for your service, either you can select a default security scenario
-        from the 15 existing scenarios (as shown in Figure 2) or you can refer to a custom
-        security policy which is stored in Configuration Registry or Governance Registry
-        (as shown in Figure 3). After selecting the suitable option, click <strong>Next</strong>.
-        The <em><strong>Activate Security</strong></em> page appears. You can configure the
-        security features on this page. The configurations depend on your previous selections.
-
-        <br/>
-
-        If you have selected a default security scenario, this page will show you the user groups,
-        key stores etc. according to the selected security scenario. But if you have referred to a
-        custom security policy from Registry, this page will show all the options to select user
-        groups and key stores and you have to select those according to your policy.
-
-        <br/>
-        <br/>
-
-        <ul>
-            <ul>
-                <li>In a default scenario, if you have selected a policy that includes Username Token,
-                    you will have the User Group panel to choose the users who are
-                    allowed to access the service.
-
-                    <p><img src="images/activate_security_user_groups.png" alt="Activate Security - User Groups" height="250" width="1012" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 4:</strong> Activate security - User Groups</em></p>
-                </li>
-            </ul>
-        </ul>
-
-        <ul>
-            <ul>
-                <li>In a default scenario, if you have selected a policy that requires signing or
-                    encryption, Trusted Key Stores and Private Key Store panels appear.
-                    Select the KeyStore (wso2carbon.jks) and the Private Key Store
-                    (Only the wso2carbon.jks keystore is available by default).
-
-                    <p><img src="images/activate_security_key_stores.png" alt="Activate Security - Selecting Key Stores" height="312" width="1011" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 5:</strong> Activate Security - Selecting Key Stores</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-        <ul>
-            <ul>
-                <li>
-                    <p>
-                        If you are applying security scenario 16 (Kerberos Token based security) you have to associate
-                        your service with a service principal. Security scenario 16 is only applicable if you have a
-                        <strong>"Key Distribution Center (KDC)"</strong> and an <strong>"Authentication Server
-                        (AS)"</strong>
-                        in your environment. Commonly you can find KDC and an AS in a LDAP Directory server.
-                    </p>
-
-
-                        2 configuration files are used to specify Kerberos related parameters. They are, <br/>
-                        1. krb5.conf - Includes KDC server details, encryption/decryption algorithms etc ... <br/>
-                        2. jaas.conf - Includes information relevant to authorization.
-
-
-                    <p>Usually above files are located at {server installation directory}/repository/conf directory.</p>
-
-                    <p>
-                        After selecting scenario 16, you will be asked to fill information about service principal to
-                        associate web service with. There you need to specify service principal name and service
-                        principal password. Service principal must be already defined in the LDAP Directory server.
-                    </p>
-
-                    <p>
-                        Following picture depicts this behavior,
-                    </p>
-
-                    <p><img src="images/kerberos_spn.png" alt="Activate Security - Kerberos security policy"
-                            border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 6:</strong> Activate Security - Kerberos security policy</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-        <ul>
-            <ul>
-                <li>When you have referred to a custom policy from Registry, you will be provided
-                    with all possible options to select user groups, trusted key stores and private
-                    key store. You can select only the needed options according to your custom
-                    policy and ignore others. Even if you select unwanted stuff, those will not be
-                    used at runtime.
-
-                    <p><img src="images/activate_security_custom_policy.png" alt="Activate Security - Custom policies" height="423" width="1013" border="1" style="border-color:darkgray"/></p>
-
-                    <p><em><strong>Figure 7:</strong> Activate Security - Custom policies</em></p>
-                </li>
-            </ul>
-        </ul>
-
-
-    </li>
-
-    <li>Click <strong>Finish</strong>. You will see the message "Security Applied Successfully".
-        And you will be redirected to the Service Dashboard.</li>
-
-</ol>
-
-<h2>Disabling Security Features</h2>
-
-<p>This function is used to disable Security from a particular service.</p>
-
-<ol>
-    <li>In the navigator, under Manage/Service, click <strong>List</strong>.
-        The <em><strong>Deployed Services</strong></em> page appears.
-    </li>
-    <li>Click on the service name from which you want to disable security.
-        The <em><strong>Service Dashboard</strong></em> page appears.
-    </li>
-    <li>Click <strong>Security</strong> in the <strong>Quality of Service Configuration</strong>
-        panel. The <em><strong>Security for Service</strong></em> page appears.
-    </li>
-    <li>To disable security from the service, in the <strong>Enable
-        Security? </strong> drop down list, click <strong>No</strong> and confirm.</li>
-    <li>You will see the message "Security Applied Successfully".</li>
-</ol>
-
-<p><strong>Note</strong>: All default security scenarios are described in the wizard.</p>
-</body>
-</html>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/graceful-restart.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/graceful-restart.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/graceful-restart.gif
deleted file mode 100644
index 8f18433..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/graceful-restart.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/shutdown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/shutdown.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/shutdown.gif
deleted file mode 100644
index b356518..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/server-admin/images/shutdown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
deleted file mode 100644
index 0dff2e5..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/faultyservices_userguide.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!--
- ~ 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.
- -->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-
-<head>
-    <title>Faulty Services</title>
-    <link href="../styles/main.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<div id="middle">
-
-    <h2>Deleting Faulty Services</h2>
-
-    <p>If a <b>faulty service</b> is deployed, it will be displayed on the
-       Available Services page as <b><i> [n] faulty service(s): </i></b></p>
-    <p> Clicking on the faulty service link will open the page as shown below,
-        on which the details of the faulty services will be listed.
-        By using the 'Delete Faulty Service' icon on this page, you will be able
-        to delete the deployed faulty service.
-    </p>
-    
-    <p>
-        <img alt="Service Management UI" src="images/faulty_services.jpg"/><br clear="all"/>
-    </p>
-   
-    <p><b> Figure: Deleting Faulty Services </b> </p>
-</div>
-
-</html>
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG
deleted file mode 100644
index f62383b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/client operations.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg
deleted file mode 100644
index 2ea01ae..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/faulty_services.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/wsdl2code.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/wsdl2code.JPG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/wsdl2code.JPG
deleted file mode 100644
index cb070ba..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/docs/images/wsdl2code.JPG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
deleted file mode 100644
index d04ed06..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif
deleted file mode 100644
index d6a0702..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_01.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_01.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_01.gif
deleted file mode 100644
index 9bdb080..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_01.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_02.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_02.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_02.gif
deleted file mode 100644
index d200a18..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/axis2_02.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
deleted file mode 100644
index 4af53d2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
deleted file mode 100644
index a91544f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif
deleted file mode 100644
index f07a520..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/policies.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
deleted file mode 100644
index d8cab66..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif
deleted file mode 100644
index c21ac89..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg
deleted file mode 100644
index d5b31bd..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/service details.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif
deleted file mode 100644
index 7ef21ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/service-mgt/images/tryit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
deleted file mode 100644
index 4e9b5af..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/source-repository.xml
+++ /dev/null
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-        PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>
-            WSO2 MB - Source Repository
-        </title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-    <body>
-        [ <a href="docs_index.html"> Documentation Index </a> ]
-        <h1>WSO2 Message Broker Server  (MB) Source Repository</h1>
-        WSO2 MB is developed on top of the revolutionary WSO2 Carbon platform. You might need the
-        source of the Carbon platform as well apart from the MB source code. Please note that both
-        MB and the Carbon platform is open source and the code is available under the Apache
-        Software License v2.0.
-
-        <h2>Overview</h2>
-        <p>This project uses <a href="http://subversion.tigris.org/">Subversion</a>
-        to manage its source code. Instructions on Subversion use can be found at
-            <a href="http://svnbook.red-bean.com/">http://svnbook.red-bean.com/</a>.</p>
-
-        <h2>Source code of the MB 1.0.0 release</h2>
-        <p>The following is a link to the online source tag of the WSO2 MB 1.0.0 release.</p>
-        <div class="source">
-            <pre><a href="http://svn.wso2.org/repos/wso2/tags/MB/java/3.0.0/">http://svn.wso2.org/repos/wso2/tags/mb/java/1.0.0/</a></pre>
-        </div>
-        <p>The complete source including the carbon platform can be checked out anonymously from
-            SVN with this command:</p>
-        <div class="source">
-            <pre>$ svn checkout http://svn.wso2.org/repos/wso2/tags/mb/java/1.0.0 wso2mb</pre>
-        </div>
-
-        <p>This code base contains the MB product source code inside the directory "product" and
-        it also contains the source for the platform under the directory "carbon-pltform". Further
-        there will be a "build.sh" script to build the MB with the platform.</p>
-
-        <p>This script accepts any of the maven related system properties, but the property to skip
-         the tests has been shortened to "-ts", for example to build the MB with the platform on
-         skipping tests the command is;</p>
-
-        <div class="source">
-            <pre>$ ./build.sh -ts</pre>
-        </div>
-
-        <p>To build off-line with this build script you can pass in the "-o" option. If you just
-        need to build either the product or a specific part of the platform (for example Axis2)
-        you just need to traverse to that directory and use maven to build any of the projects.</p>
-
-        <h2>Source code of the WSO2 MB trunk</h2>
-        <p>Everyone can access the Subversion repository via HTTPS, but Committers must checkout
-            the Subversion repository via HTTPS.
-        </p>
-        <div class="source">
-            <pre>$ svn checkout  https://svn.wso2.org/repos/wso2/trunk/carbon/products/mb wso2mb</pre>
-        </div>
-
-        <p>The Carbon framework related source code can be checked out from the
-            following commands.</p>
-
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/core carbon</pre>
-        </div>
-
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/components carbon-components</pre>
-        </div>
-
-        <p>The Carbon project is the root project of the OSGi platform on which all the Java
-            product stack is built on top of, and the carbon-components contains all the components
-            not just MB specific components. So you obviously need to build just the set of
-            components required by the MB, which can be achieved through;
-        </p>
-
-        <div class="source">
-            <pre>$ mvn clean install -Dproduct=MB</pre>
-        </div>
-
-        <p>To commit changes to the repository, execute the following command (svn will prompt
-            you for your password)
-        </p>
-        <div class="source">
-            <pre>$ svn commit --username your-username -m "A message"</pre>
-        </div>
-
-        <h2>Access from behind a firewall</h2>
-        <p>For those users who are stuck behind a corporate firewall which is blocking http access
-            to the Subversion repository, you can try to access it via the developer connection:
-        </p>
-        <div class="source">
-            <pre>$ svn checkout https://svn.wso2.org/repos/wso2/trunk/carbon/products/mb wso2mb</pre>
-        </div>
-        <h2>Access through a proxy</h2>
-        <p>The Subversion client can go through a proxy, if you configure it to do so.
-            First, edit your "servers" configuration file to indicate which proxy to use. The
-            files location depends on your operating system. On Linux or Unix it is
-            located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion".
-            (Try "echo %APPDATA%", note this is a hidden directory.)
-        </p>
-        <p>There are comments in the file explaining what to do. If you don't have that file, get
-            the latest Subversion client and run any command; this will cause the configuration
-            directory and template files to be created.
-        </p>
-        <p>Example : Edit the 'servers' file and add something like :</p>
-        <div class="source">
-            <pre>[global]
-http-proxy-host = your.proxy.name
-http-proxy-port = 3128
-            </pre>
-        </div>
-    </body>
-</html>
-      

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/docs/images/statistics.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/docs/images/statistics.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/docs/images/statistics.jpg
deleted file mode 100644
index 781a3cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/docs/images/statistics.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
deleted file mode 100644
index cd42e7e..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
+++ /dev/null
@@ -1,91 +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.
- -->
-<html>
-<head>
-    <title>Protovis Area Chart Example</title>
-    <script type="text/javascript" src="http://localhost/wso2vis/wso2vis.js"></script>
-
-    <script language="javascript" type="text/javascript">
-
-        var dataProvider = new wso2vis.p.ProviderGET("system_stats_xml_ajaxprocessor.jsp");
-        var dataFilter = new wso2vis.f.BasicFilter(["stats","statistic"], ["@name"]);
-
-        var timer = new wso2vis.u.Timer(10000);
-
-        function globalTick() {
-            dataProvider.pullData();
-        }
-
-        function areaTooltip(data) {
-            return data["@name"];
-        }
-
-        function areaOnClick(data) {
-            alert("clicked: " + data["@name"]);
-        }
-
-        window.onload = function () {
-
-            var areaChart = new wso2vis.s.chart.protovis.AreaChart("chart", "Memory Usage", "");
-
-            areaChart.dataField(["stats","statistic"])
-                    .dataValue(["value"])
-                    .dataLabel(["@name"])
-                    .width(600)
-                    .height(300)
-                    .band(10)
-                    .legend(false)
-                    .marks(true)
-                    .xSuffix("s")
-                    .dirFromLeft(true);
-
-            areaChart.onTooltip = areaTooltip;
-            areaChart.onClick = areaOnClick;
-            areaChart.load(); // width, height, band - (optional)
-
-            dataProvider.addDataReceiver(dataFilter);
-            dataFilter.addDataReceiver(areaChart);
-
-            dataProvider.initialize();
-
-            timer.tick = globalTick;
-            timer.startTimer();
-        }
-
-    </script>
-    <style>
-        div#qTip {
-            padding: 3px;
-            border: 1px solid #666;
-            border-right-width: 2px;
-            border-bottom-width: 2px;
-            display: none;
-            background: #999;
-            color: #FFF;
-            font: bold 10px Verdana, Arial, sans-serif;
-            text-align: left;
-            position: absolute;
-            z-index: 1000;
-        }
-    </style>
-
-</head>
-<body>
-<div id="chart"></div>
-</body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
deleted file mode 100644
index eab6259..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png
deleted file mode 100644
index 994c861..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png
deleted file mode 100644
index 375e9ee..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif
deleted file mode 100644
index c9fb1df..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif
deleted file mode 100644
index f225e38..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif
deleted file mode 100644
index 9624125..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-content-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif
deleted file mode 100644
index dc317e5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
deleted file mode 100644
index 791b867..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/tenant-mgt/docs/aboutUsagePlans.xml
+++ /dev/null
@@ -1,104 +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.
- -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-  <title>Select Usage Plan For Tenant - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-
-
- <h1>Select Usage Plan For Tenant</h1>
-
-
- <h2> <b> Usage Plans(Subscriptions)</b></h2>
-
-<p>
-    According to the usage plan that you selected you will get different volume of service and registry
-    bandwidths other services that available for tenants.By selecting right usage plan that suits
-    your requirements you can get maximum profit
-</p>
-
-
-<h2><b>Multitenancy Free</b></h2>
-<p>
-  This is the free usage plan.You will get limited amount of resources.This package is
-  best suite for evaluation and tests.
-</p>
- <h2><b>Multitenancy Small</b></h2>
-<p>
-   This package is best suite for small business.
-</p>
-<h2><b>Multitenancy Medium</b></h2>
-<p>
-   This usage plan suites for medium scale business.You will get average amount of resources
-    with this package.
-</p>
-<h2><b>Multitenancy Large</b></h2>
-<p>
-   This is the premium usage plan.You will get maximum resources form this plan.
-   This is best suite to large scale business.
-</p>
-
-<p>
-
-   Usage Plan summery
-<table border="1">
-<tr>
-<td>Usage Plan Name</td>
-<td>Number Of Users</td>
-<td>Registry Bandwidth (Mb) </td>
-<td>Service BandWidth (Mb) </td>
-<td>Cost Per Month ($)</td>
-</tr>
-<tr>
-<td>Multitenancy Free</td>
-<td>5</td>
-<td>10</td>
-<td>10</td>
-<td>10</td>
-</tr>
-<tr>
-<td>Multitenancy Small</td>
-<td>10</td>
-<td>25</td>
-<td>25</td>
-<td>25</td>
-</tr>
-<tr>
-<td>Multitenancy Medium</td>
-<td>20</td>
-<td>100</td>
-<td>100</td>
-<td>100</td>
-</tr>
-<tr>
-<td>Multitenancy Large</td>
-<td>50</td>
-<td>200</td>
-<td>200</td>
-<td>200</td>
-</tr>
-</table> 
-<div><strong>Figure1: Usage Plan Summery Table</strong></div>
-</p>
-</body>
-
-</html>


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_AddTopicFromDetails.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_AddTopicFromDetails.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_AddTopicFromDetails.png
deleted file mode 100644
index 6104538..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/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.1/docs/resources/images/topic_add.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_add.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_add.png
deleted file mode 100644
index 94a22e2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_add.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_browser_clicked.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_browser_clicked.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_browser_clicked.png
deleted file mode 100644
index 7388a28..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/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.1/docs/resources/images/topic_updatePermissions.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_updatePermissions.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_updatePermissions.png
deleted file mode 100644
index aaa6aaf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/topic_updatePermissions.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/resources/images/zookeeperConfig.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/zookeeperConfig.png b/products/stratos2/cloud_controller/1.0.1/docs/resources/images/zookeeperConfig.png
deleted file mode 100644
index 42f707c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/docs/resources/images/zookeeperConfig.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_01.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_01.xml b/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_01.xml
deleted file mode 100644
index c45c2eb..0000000
--- a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_01.xml
+++ /dev/null
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 01
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external cassandra server and zoo keeper server and point all broker nodes to them</h2>
-      <p>
-          In this model you need to get downloaded following apache products
-      </p>
-
-      <ul>
-          <li><a href=" http://zookeeper.apache.org/releases.html#download">Apache Zoo Keeper</a> <p> Version 3.3.4</p></li>
-          <li><a href="http://cassandra.apache.org/download/">Apache Cassandra</a><p> Version 1.0.*</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_01.png" alt="Cluster Setup Scenario 01" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common cassandra server and a common zoo keeper server. Both of them can be in a same
-       host or in different hosts. Eg: Lets say they are in two different hosts as bellow</p>
-      <ul>
-          <li>Cassandra Server - 192.168.0.100</li>
-          <li>Zoo Keeper Server - 192.168.0.101</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.102</li>
-          <li>MB Server 02 - 192.168.0.103</li>
-          <li>MB Server 03 - 192.168.0.104</li>
-      </ul>
-
-      <p> We need to configure cassandra server to listen to all the broker nodes.For that we need to change the following entries
-      in the "Cassandra.yaml" file which is located in the "apache-cassandra-1.0.1/conf/" directory.</p>
-
-      <ul>
-          <li>Change the data storage directories of cassandra. Here by default it will point to the location "/var/lib/". But
-          it will be better, if you can keep the data locally inside the folder where you have the server setup. So change it to "./repository/database" off
-          all three entries as</li>
-          <pre>
-              # directories where Cassandra should store data on disk.
-              data_file_directories:
-                  - ./repository/database/cassandra/data
-
-              # commit log
-              commitlog_directory: ./repository/database/cassandra/commitlog
-
-              # saved caches
-              saved_caches_directory: ./repository/database/cassandra/saved_caches
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server.
-          </li>
-          <pre>
-             listen_address: 192.168.0.100
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. </li>
-           <pre>
-             rpc_address: 192.168.0.100
-          </pre>
-      </ul>
-      <p> Now save the cassandra.yaml file and you can start the cassandra server by executing the script "cassandra" with the
-          option -f.  Eg: "./cassandra -f"
-      </p>
-
-      <p> Then we need to configure the Zoo Keeper Server to listen to all broker nodes. We can do it by renaming the "zoo_sample.cfg"
-      file which can be found at "zookeeper-3.3.4/conf" folder to "zoo.cfg" and do the following modification in that file
-      </p>
-
-      <ul>
-          <li>Change the data directory to store data local to the installation directory</li>
-          <li>Add the entry "clientPortAddress" by providing the ip of the localhost</li>
-      </ul>
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-            # The number of milliseconds of each tick
-            tickTime=2000
-            # The number of ticks that the initial
-            # synchronization phase can take
-            initLimit=10
-            # The number of ticks that can pass between
-            # sending a request and getting an acknowledgement
-            syncLimit=5
-            # the directory where the snapshot is stored.
-            dataDir=./../data
-            # the port at which the clients will connect
-            clientPort=2181
-
-            clientPortAddress=192.168.0.101
-        </pre>
-      <p>
-          Once you done the above changes, you can save the file and start the zookeeper server by executing the "zkServer.sh" script
-          with the option start. eg: sh zkServer.sh start
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>true&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.101</b>:2181&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Modify qpid-virtualhosts.xml file which is located at :/repository/conf/advanced directory as bellow</p>
-       <ul>
-          <li>Change the connection string by pointing to the cassandra server</li>
-      </ul>
-      <pre>
-          &lt;store>
-              &lt;class>org.wso2.andes.server.store.CassandraMessageStore&lt;/class>
-              &lt;username>admin&lt;/username>
-              &lt;password>admin&lt;/password>
-              &lt;cluster>ClusterOne&lt;/cluster>
-              &lt;idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator&lt;/idGenerator>
-              &lt;connectionString><b>192.168.0.100</b>:9160&lt;/connectionString>
-          &lt;/store>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_02.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_02.xml b/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_02.xml
deleted file mode 100644
index a98b6a2..0000000
--- a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_02.xml
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 02
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external zoo keeper server and use the inbuilt cassandra server in ring model with broker nodes</h2>
-      <p>
-          In this model you need to get downloaded following apache product
-      </p>
-
-      <ul>
-          <li><a href=" http://zookeeper.apache.org/releases.html#download">Apache Zoo Keeper</a> <p> Version 3.3.4</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_02.png" alt="Cluster Setup Scenario 02" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common zoo keeper server. Since we are shipping a cassandra server with Message broker product we can
-          use that and create a cassandra ring in the cluster.</p>
-      <ul>
-          <li>Zoo Keeper Server - 192.168.0.100</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as and all of them are having a cassandra server in it</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.101</li>
-          <li>MB Server 02 - 192.168.0.102</li>
-          <li>MB Server 03 - 192.168.0.103</li>
-      </ul>
-
-      <p> We need to configure cassandra servers in these MB servers to form a cassandra ring. For that we need to change the following
-          entries in the "Cassandra.yaml" file which is located in the "wso2mb-2.0.1/repository/conf/etc" directory.</p>
-
-      <ul>
-          <li>Change the seeds in the ring. You can get a better idea on setting a cassandra from following <a href="http://www.datastax.com/docs/1.0/install/cluster_init">web page.</a>
-          Here we are configuring two seed nodes. (MB Server 01 and 02)</li>
-
-          <pre>
-              # seeds is actually a comma-delimited list of addresses.
-              # Ex: "&lt;ip1>,&lt;ip2>,&lt;ip3>"
-              - seeds: "192.168.0.101,192.168.0.102"
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the listen address of the each server to it's ip address. Here
-          for the server 192.168.0.102, it will like bellow. </b>
-          </li>
-          <pre>
-             listen_address: 192.168.0.102
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the RPC address of the each server to it's ip address. Here
-          for the server 192.168.0.103, it will like bellow. </b></li>
-           <pre>
-             rpc_address: 192.168.0.103
-          </pre>
-      </ul>
-
-      <p> Then we need to configure the Zoo Keeper Server to listen to all broker nodes. We can do it by renaming the "zoo_sample.cfg"
-      file which can be found at "zookeeper-3.3.4/conf" folder to "zoo.cfg" and do the following modification in that file
-      </p>
-
-      <ul>
-          <li>Change the data directory to store data local to the installation directory</li>
-          <li>Add the entry "clientPortAddress" by providing the ip of the localhost</li>
-      </ul>
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-            # The number of milliseconds of each tick
-            tickTime=2000
-            # The number of ticks that the initial
-            # synchronization phase can take
-            initLimit=10
-            # The number of ticks that can pass between
-            # sending a request and getting an acknowledgement
-            syncLimit=5
-            # the directory where the snapshot is stored.
-            dataDir=./../data
-            # the port at which the clients will connect
-            clientPort=2181
-
-            clientPortAddress=192.168.0.100
-        </pre>
-      <p>
-          Once you done the above changes, you can save the file and start the zookeeper server by executing the "zkServer.sh" script
-          with the option start. eg: sh zkServer.sh start
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>false&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.100</b>:2181&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_04.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_04.xml b/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_04.xml
deleted file mode 100644
index 36b2595..0000000
--- a/products/stratos2/cloud_controller/1.0.1/docs/xdoc/cluster_scenario_04.xml
+++ /dev/null
@@ -1,168 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 04
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Use inbuilt cassandra server and zoo keeper server for all the broker nodes</h2>
-
-      <p> The deployment model of this scenario will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_04.png" alt="Cluster Setup Scenario 04" height="600" width ="950"/>
-      </p>
-      <p> In this model we have two rings, Cassandra ring and ZooKeeper ring. Since we are shipping a cassandra server and zoo keeper server
-          with Message broker product we can use them and create a cassandra ring and a zoo keeper ring in the cluster.</p>
-
-      <p> We have three Message Broker servers in three different hosts as and all of them are having a cassandra server in it</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.100</li>
-          <li>MB Server 02 - 192.168.0.101</li>
-          <li>MB Server 03 - 192.168.0.102</li>
-      </ul>
-
-       <p>First we need to configure the HostName in carbon.xml file which is located in "wso2mb-2.0.1/repository/conf/" directory.
-      Specify the ip of the host as follows. <font color="red">You need to configure this for all the three servers.</font></p>
-      <pre>
-          &lt;!--
-                 Host name or IP address of the machine hosting this server
-                 e.g. www.wso2.org, 192.168.1.10
-                 This is will become part of the End Point Reference of the
-                 services deployed on this server instance.
-              -->
-              &lt;HostName>192.168.0.100&lt;/HostName>
-
-      </pre>
-
-      <p>  Then We need to configure cassandra servers in these MB servers to form a cassandra ring. For that we need to change the following
-          entries in the "Cassandra.yaml" file which is located in the "wso2mb-2.0.1/repository/conf/etc" directory.</p>
-
-      <ul>
-          <li>Change the seeds in the ring. You can get a better idea on setting a cassandra from following <a href="http://www.datastax.com/docs/1.0/install/cluster_init">web page.</a>
-          Here we are configuring two seed nodes. (MB Server 01 and 02)</li>
-
-          <pre>
-              # seeds is actually a comma-delimited list of addresses.
-              # Ex: "&lt;ip1>,&lt;ip2>,&lt;ip3>"
-              - seeds: "192.168.0.101,192.168.0.102"
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the listen address of the each server to it's ip address. Here
-          for the server 192.168.0.102, it will like bellow. </b>
-          </li>
-          <pre>
-             listen_address: 192.168.0.102
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the RPC address of the each server to it's ip address. Here
-          for the server 192.168.0.103, it will like bellow. </b></li>
-           <pre>
-             rpc_address: 192.168.0.103
-          </pre>
-      </ul>
-
-      <p>
-               <b>Configuring Zookeeper Cluster</b>
-           </p>
-           <p> Then we need to configure the Zoo Keeper Servers to create a ring within among all broker nodes. We can do it by
-            adding client port address to the "zoo.cfg" which is located at "wso2mb-2.0.1/repository/conf/etc " . </p>
-
-           <p>After modifying the file , it will look like bellow. </p>
-           <pre>
-                tickTime=2000
-                dataDir=repository/data/zookeeper
-                clientPort=2181
-               <b>start_zk_server=true</b>
-               <b>clientPortAddress=192.168.0.101</b>
-               <b>server.1=192.168.0.100:2888:3888</b>
-               <b>server.2=192.168.0.101:2888:3888</b>
-               <b>server.3=192.168.0.102:2888:3888</b>
-           </pre>
-
-           <p> Above zoo.cfg file is for the server 192.168.0.101. You can copy the same zoo.cfg file to other two servers
-           and change the entry "clientPortAddress" to the ip of that particular server.</p>
-
-           <p> Then you need to create file "myid" in the data directory (repository/data/zookeeper) of each server. In that file
-           you need to specify the id of the server.</p>
-
-           <p>
-               eg: Id of the the server 192.168.0.100 will be "1". You need only to have the number 1 in that myid file.
-           </p>
-
-           <p>You can find more information on this in  <a href="http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup">zookeeper clustering setup guide</a></p>
-
-           <p>
-               <b>You need to do above configuration in each of the message broker servers appropriately.</b>
-           </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>false&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.100:2181,192.168.0.101:2181,192.168.0.102:2181</b>&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/content-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/content-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/content-bg.gif
deleted file mode 100644
index 6d0a579..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/content-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/favicon.ico
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/favicon.ico b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/favicon.ico
deleted file mode 100644
index f7b2bbf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/favicon.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/feature-03-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/feature-03-icon.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/feature-03-icon.gif
deleted file mode 100644
index d81f1fe..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/feature-03-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/logo.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/logo.gif
deleted file mode 100644
index ee9beef..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/powered-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/powered-logo.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/powered-logo.gif
deleted file mode 100644
index fb478bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/powered-logo.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/sign-in.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/sign-in.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/sign-in.gif
deleted file mode 100644
index 9e992cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/sign-in.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/top.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/top.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/top.gif
deleted file mode 100644
index 9ed482c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/lib/home/images/top.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/pom.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/pom.xml
deleted file mode 100644
index 1e35fda..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/pom.xml
+++ /dev/null
@@ -1,272 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-  ~
-  ~  WSO2 Inc. licenses this file to you under the Apache License,
-  ~  Version 2.0 (the "License"); you may not use this file except
-  ~  in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing,
-  ~  software distributed under the License is distributed on an
-  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~  KIND, either express or implied.  See the License for the
-  ~  specific language governing permissions and limitations
-  ~  under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.cc</groupId>
-        <artifactId>cc-parent</artifactId>
-        <version>1.0.1</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wso2cc</artifactId>
-    <packaging>pom</packaging>
-    <name>WSO2 Cloud Controller - Distribution</name>
-    <url>http://wso2.org/projects/mb/java</url>
-    <description>WSO2 Cloud Controller - Distribution</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.rampart</groupId>
-            <artifactId>rampart</artifactId>
-            <version>${rampart.mar.version}</version>
-            <type>mar</type>
-        </dependency>
-        <dependency>
-            <groupId>slf4j.wso2</groupId>
-            <artifactId>slf4j</artifactId>
-            <version>${slf4j.wso2.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.17</version>
-        </dependency>
-        <dependency>
-            <groupId>org.wso2.andes.wso2</groupId>
-            <artifactId>andes-client</artifactId>
-	    <version>0.13.wso2v6</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.specs.wso2</groupId>
-            <artifactId>geronimo-jms_1.1_spec</artifactId>
-	    <version>1.1.0.wso2v1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.event.client</artifactId>
-	    <version>4.1.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.event.client.stub</artifactId>
-	     <version>4.1.0</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.0-alpha-4</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>unpack-wso2carbon</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>unpack</goal>
-                        </goals>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.wso2.carbon</groupId>
-                                    <artifactId>wso2carbon-core</artifactId>
-                                    <version>${carbon.kernel.version}</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
-                <executions>
-                    <execution>
-                        <id>extract-docs-from-components</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <property name="tempdir" value="target/docs-temp"/>
-                                <mkdir dir="${tempdir}"/>
-                                <unzip dest="${tempdir}">
-                                    <fileset dir="target">
-                                        <include name="wso2cc-${project.version}.zip"/>
-                                    </fileset>
-                                </unzip>
-                                <copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/"
-                                      overwrite="false">
-                                    <fileset
-                                            dir="${tempdir}/wso2cc-${project.version}/repository/components/">
-                                    </fileset>
-                                </copy>
-                                <unzip dest="${tempdir}">
-                                    <fileset
-                                            dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/plugins/">
-                                        <include name="*.ui*.jar"/>
-                                    </fileset>
-                                </unzip>
-                                <move todir="${tempdir}/web/" includeemptydirs="false">
-                                    <fileset dir="${tempdir}/web/">
-                                        <exclude name="**/yui/**"/>
-                                        <!--<exclude name="**/tenant-login/**"/>-->
-                                        <exclude name="**/codepress/**"/>
-                                        <exclude name="**/editarea/**"/>
-                                        <exclude name="**/ajax/**"/>
-                                        <exclude name="**/WEB-INF/**"/>
-                                        <include name="**/*.html"/>
-                                    </fileset>
-                                    <mapper type="glob" from="*.html" to="*.xml"/>
-                                </move>
-                                <mkdir dir="src/site/xdoc"/>
-                                <copy todir="src/site/xdoc" overwrite="false"
-                                      includeemptydirs="false">
-                                    <fileset dir="${tempdir}/web">
-                                        <exclude name="**/yui/**"/>
-                                        <exclude name="**/codepress/**"/>
-                                        <exclude name="**/editarea/**"/>
-                                        <exclude name="**/ajax/**"/>
-                                        <exclude name="**/WEB-INF/**"/>
-                                        <exclude name="**/*.html"/>
-                                        <exclude name="**/*.js"/>
-                                        <exclude name="**/*.jsp"/>
-                                        <exclude name="**/*.xsl"/>
-                                        <exclude name="*.*"/>
-                                    </fileset>
-                                </copy>
-                                <copy todir="src/site" overwrite="false" includeemptydirs="false">
-                                    <fileset dir="../../docs">
-                                    </fileset>
-                                </copy>
-                                <copy todir="target/site/" overwrite="false"
-                                      includeemptydirs="false">
-                                    <fileset dir="src/site/xdoc/">
-                                        <include name="**/images/*.*"/>
-                                    </fileset>
-                                </copy>
-                                <!--<delete dir="${tempdir}"/>-->
-                            </tasks>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>clean_target</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <delete dir="target/archive-tmp"/>
-                                <delete dir="target/dependency-maven-plugin-markers"/>
-                                <delete dir="target/maven-archiver"/>
-                                <delete dir="target/wso2carbon-core-${carbon.kernel.version}"/>
-                                <delete dir="target/sources"/>
-                                <delete dir="target/site"/>
-                                <delete dir="src/site"/>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>3.0</version>
-                <configuration>
-                    <reportPlugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-project-info-reports-plugin</artifactId>
-                            <version>2.4</version>
-                            <reportSets>
-                                <reportSet>
-                                    <reports>
-                                        <report>index</report>
-                                    </reports>
-                                </reportSet>
-                            </reportSets>
-                        </plugin>
-                    </reportPlugins>
-                </configuration>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>site</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>pre_dist</id>
-                        <phase>test</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <filters>
-                                <filter>${basedir}/src/main/assembly/filter.properties</filter>
-                            </filters>
-                            <descriptors>
-                                <descriptor>src/main/assembly/dist.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>dist</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attached</goal>
-                        </goals>
-                        <configuration>
-                            <filters>
-                                <filter>${basedir}/src/main/assembly/filter.properties</filter>
-                            </filters>
-                            <descriptors>
-                                <descriptor>src/main/assembly/bin.xml</descriptor>
-                                <!--descriptor>src/main/assembly/src.xml</descriptor>
-                                <descriptor>src/main/assembly/docs.xml</descriptor-->
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/assembly/dist.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/assembly/dist.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/assembly/dist.xml
deleted file mode 100644
index 6591fb5..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/assembly/dist.xml
+++ /dev/null
@@ -1,36 +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>
-    <formats>
-        <format>zip</format>
-    </formats>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <fileSets>
-        <!-- Copying p2 profile and osgi bundles-->
-        <fileSet>
-            <directory>../p2-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/components</directory>
-            <outputDirectory>wso2cc-${pom.version}/repository/components</outputDirectory>
-            <excludes>
-                <exclude>**/eclipse.ini</exclude>
-                <exclude>**/*.lock</exclude>
-                <exclude>**/.data</exclude>
-                <exclude>**/.settings</exclude>
-            </excludes>
-        </fileSet>
-    </fileSets>
-</assembly>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/datasources.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/datasources.properties b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/datasources.properties
deleted file mode 100644
index 2ef0505..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/datasources.properties
+++ /dev/null
@@ -1,55 +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.
-#
-
-################################################################################
-## DataSources Configuration
-################################################################################
-#synapse.datasources=lookupds,reportds
-#synapse.datasources.icFactory=com.sun.jndi.rmi.registry.RegistryContextFactory
-#synapse.datasources.providerPort=2199
-## If following property is present , then assumes that there is an external JNDI provider and will not start a RMI registry
-##synapse.datasources.providerUrl=rmi://localhost:2199
-#
-#synapse.datasources.lookupds.registry=Memory
-#synapse.datasources.lookupds.type=BasicDataSource
-#synapse.datasources.lookupds.driverClassName=org.apache.derby.jdbc.ClientDriver
-#synapse.datasources.lookupds.url=jdbc:derby://localhost:1527/lookupdb;create=false
-## Optionally you can specifiy a specific password provider implementation which overrides any globally configured provider
-#synapse.datasources.lookupds.secretProvider=org.apache.synapse.commons.security.secret.handler.SharedSecretCallbackHandler
-#synapse.datasources.lookupds.username=esb
-## Depending on the password provider used, you may have to use an encrypted password here!
-#synapse.datasources.lookupds.password=esb
-#synapse.datasources.lookupds.dsName=lookupdb
-#synapse.datasources.lookupds.maxActive=100
-#synapse.datasources.lookupds.maxIdle=20
-#synapse.datasources.lookupds.maxWait=10000
-#
-#synapse.datasources.reportds.registry=JNDI
-#synapse.datasources.reportds.type=PerUserPoolDataSource
-#synapse.datasources.reportds.cpdsadapter.factory=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-#synapse.datasources.reportds.cpdsadapter.className=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-#synapse.datasources.reportds.cpdsadapter.name=cpds
-#synapse.datasources.reportds.dsName=reportdb
-#synapse.datasources.reportds.driverClassName=org.apache.derby.jdbc.ClientDriver
-#synapse.datasources.reportds.url=jdbc:derby://localhost:1527/reportdb;create=false
-## Optionally you can specifiy a specific password provider implementation which overrides any globally configured provider
-#synapse.datasources.reportds.secretProvider=org.apache.synapse.commons.security.secret.handler.SharedSecretCallbackHandler
-#synapse.datasources.reportds.username=esb
-## Depending on the password provider used, you may have to use an encrypted password here!
-#synapse.datasources.reportds.password=esb
-#synapse.datasources.reportds.maxActive=100
-#synapse.datasources.reportds.maxIdle=20
-#synapse.datasources.reportds.maxWait=10000
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/event-broker.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/event-broker.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/event-broker.xml
deleted file mode 100644
index 0c242a0..0000000
--- a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/main/conf/synapse.properties
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/synapse.properties b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/conf/synapse.properties
deleted file mode 100755
index 36e21c2..0000000
--- a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/main/resources/launch.ini
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/launch.ini b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/launch.ini
deleted file mode 100644
index f05201c..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/launch.ini
+++ /dev/null
@@ -1,248 +0,0 @@
-# Eclipse Runtime Configuration Overrides
-# These properties are loaded prior to starting the framework and can also be used to override System Properties
-# @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework
-# "*" can be used together with @null to clear System Properties that match a prefix name.
-
-osgi.*=@null
-org.osgi.*=@null
-eclipse.*=@null
-
-osgi.parentClassloader=ext
-osgi.contextClassLoaderParent=ext
-
-# When osgi.clean is set to "true", any cached data used by the OSGi framework 
-# will be wiped clean. This will clean the caches used to store bundle 
-# dependency resolution and eclipse extension registry data. Using this 
-# option will force OSGi framework to reinitialize these caches.
-# The following setting is put in place to get rid of the problems
-# faced when re-starting the system. Please note that, when this setting is 
-# true, if you manually start a bundle, it would not be available when 
-# you re-start the system. To avid this, copy the bundle jar to the plugins 
-# folder, before you re-start the system. 
-osgi.clean=true
-
-# Uncomment the following line to turn on Eclipse Equinox debugging. 
-# You may also edit the osgi-debug.options file and fine tune the debugging 
-# options to suite your needs. 
-#osgi.debug=./repository/conf/osgi-debug.options
-
-# Following system property allows us to control the public JDK packages exported through the system bundle.
-org.osgi.framework.system.packages=javax.accessibility,\
-javax.activity,\
-javax.crypto,\
-javax.crypto.interfaces,\
-javax.crypto.spec,\
-javax.imageio,\
-javax.imageio.event,\
-javax.imageio.metadata,\
-javax.imageio.plugins.bmp,\
-javax.imageio.plugins.jpeg,\
-javax.imageio.spi,\
-javax.imageio.stream,\
-javax.jms,\
-javax.management,\
-javax.management.loading,\
-javax.management.modelmbean,\
-javax.management.monitor,\
-javax.management.openmbean,\
-javax.management.relation,\
-javax.management.remote,\
-javax.management.remote.rmi,\
-javax.management.timer,\
-javax.naming,\
-javax.naming.directory,\
-javax.naming.event,\
-javax.naming.ldap,\
-javax.naming.spi,\
-javax.net,\
-javax.net.ssl,\
-javax.print,\
-javax.print.attribute,\
-javax.print.attribute.standard,\
-javax.print.event,\
-javax.rmi,\
-javax.rmi.CORBA,\
-javax.rmi.ssl,\
-javax.script,\
-javax.security.auth,\
-javax.security.auth.callback,\
-javax.security.auth.kerberos,\
-javax.security.auth.login,\
-javax.security.auth.spi,\
-javax.security.auth.x500,\
-javax.security.cert,\
-javax.security.sasl,\
-javax.sound.midi,\
-javax.sound.midi.spi,\
-javax.sound.sampled,\
-javax.sound.sampled.spi,\
-javax.sql,\
-javax.sql.rowset,\
-javax.sql.rowset.serial,\
-javax.sql.rowset.spi,\
-javax.swing,\
-javax.swing.border,\
-javax.swing.colorchooser,\
-javax.swing.event,\
-javax.swing.filechooser,\
-javax.swing.plaf,\
-javax.swing.plaf.basic,\
-javax.swing.plaf.metal,\
-javax.swing.plaf.multi,\
-javax.swing.plaf.synth,\
-javax.swing.table,\
-javax.swing.text,\
-javax.swing.text.html,\
-javax.swing.text.html.parser,\
-javax.swing.text.rtf,\
-javax.swing.tree,\
-javax.swing.undo,\
-javax.transaction,\
-javax.transaction.xa,\
-javax.xml.namespace,\
-javax.xml.parsers,\
-javax.xml.transform,\
-javax.xml.transform.stream,\
-javax.xml.transform.dom,\
-javax.xml.transform.sax,\
-javax.xml,\
-javax.xml.validation,\
-javax.xml.datatype,\
-javax.xml.xpath,\
-javax.activation,\
-com.sun.activation.registries,\
-com.sun.activation.viewers,\
-org.ietf.jgss,\
-org.omg.CORBA,\
-org.omg.CORBA_2_3,\
-org.omg.CORBA_2_3.portable,\
-org.omg.CORBA.DynAnyPackage,\
-org.omg.CORBA.ORBPackage,\
-org.omg.CORBA.portable,\
-org.omg.CORBA.TypeCodePackage,\
-org.omg.CosNaming,\
-org.omg.CosNaming.NamingContextExtPackage,\
-org.omg.CosNaming.NamingContextPackage,\
-org.omg.Dynamic,\
-org.omg.DynamicAny,\
-org.omg.DynamicAny.DynAnyFactoryPackage,\
-org.omg.DynamicAny.DynAnyPackage,\
-org.omg.IOP,\
-org.omg.IOP.CodecFactoryPackage,\
-org.omg.IOP.CodecPackage,\
-org.omg.Messaging,\
-org.omg.PortableInterceptor,\
-org.omg.PortableInterceptor.ORBInitInfoPackage,\
-org.omg.PortableServer,\
-org.omg.PortableServer.CurrentPackage,\
-org.omg.PortableServer.POAManagerPackage,\
-org.omg.PortableServer.POAPackage,\
-org.omg.PortableServer.portable,\
-org.omg.PortableServer.ServantLocatorPackage,\
-org.omg.SendingContext,\
-org.omg.stub.java.rmi,\
-org.w3c.dom,\
-org.w3c.dom.bootstrap,\
-org.w3c.dom.css,\
-org.w3c.dom.events,\
-org.w3c.dom.html,\
-org.w3c.dom.ls,\
-org.w3c.dom.ranges,\
-org.w3c.dom.stylesheets,\
-org.w3c.dom.traversal,\
-org.w3c.dom.views ,\
-org.xml.sax,\
-org.xml.sax.ext,\
-org.xml.sax.helpers,\
-org.apache.xerces.xpointer,\
-org.apache.xerces.xni.grammars,\
-org.apache.xerces.impl.xs.util,\
-org.apache.xerces.jaxp.validation,\
-org.apache.xerces.impl.dtd.models,\
-org.apache.xerces.impl.xpath,\
-org.apache.xerces.dom3.as,\
-org.apache.xerces.impl.dv.xs,\
-org.apache.xerces.util,\
-org.apache.xerces.impl.xs.identity,\
-org.apache.xerces.impl.xs.opti,\
-org.apache.xerces.jaxp,\
-org.apache.xerces.impl.dv,\
-org.apache.xerces.xs.datatypes,\
-org.apache.xerces.dom.events,\
-org.apache.xerces.impl.msg,\
-org.apache.xerces.xni,\
-org.apache.xerces.impl.xs,\
-org.apache.xerces.impl,\
-org.apache.xerces.impl.io,\
-org.apache.xerces.xinclude,\
-org.apache.xerces.jaxp.datatype,\
-org.apache.xerces.parsers,\
-org.apache.xerces.impl.dv.util,\
-org.apache.xerces.xni.parser,\
-org.apache.xerces.impl.xs.traversers,\
-org.apache.xerces.impl.dv.dtd,\
-org.apache.xerces.xs,\
-org.apache.xerces.impl.dtd,\
-org.apache.xerces.impl.validation,\
-org.apache.xerces.impl.xs.models,\
-org.apache.xerces.impl.xpath.regex,\
-org.apache.xml.serialize,\
-org.apache.xerces.dom,\
-org.apache.xalan,\
-org.apache.xalan.xslt,\
-org.apache.xalan.templates,\
-org.apache.xalan.xsltc,\
-org.apache.xalan.xsltc.cmdline,\
-org.apache.xalan.xsltc.cmdline.getopt,\
-org.apache.xalan.xsltc.trax,\
-org.apache.xalan.xsltc.dom,\
-org.apache.xalan.xsltc.runtime,\
-org.apache.xalan.xsltc.runtime.output,\
-org.apache.xalan.xsltc.util,\
-org.apache.xalan.xsltc.compiler,\
-org.apache.xalan.xsltc.compiler.util,\
-org.apache.xalan.serialize,\
-org.apache.xalan.client,\
-org.apache.xalan.res,\
-org.apache.xalan.transformer,\
-org.apache.xalan.extensions,\
-org.apache.xalan.lib,\
-org.apache.xalan.lib.sql,\
-org.apache.xalan.processor,\
-org.apache.xalan.trace,\
-org.apache.xml.dtm,\
-org.apache.xml.dtm.ref,\
-org.apache.xml.dtm.ref.sax2dtm,\
-org.apache.xml.dtm.ref.dom2dtm,\
-org.apache.xml.utils,\
-org.apache.xml.utils.res,\
-org.apache.xml.res,\
-org.apache.xml.serializer,\
-org.apache.xml.serializer.utils,\
-org.apache.xpath,\
-org.apache.xpath.domapi,\
-org.apache.xpath.objects,\
-org.apache.xpath.patterns,\
-org.apache.xpath.jaxp,\
-org.apache.xpath.res,\
-org.apache.xpath.operations,\
-org.apache.xpath.functions,\
-org.apache.xpath.axes,\
-org.apache.xpath.compiler,\
-org.apache.xml.resolver,\
-org.apache.xml.resolver.tools,\
-org.apache.xml.resolver.helpers,\
-org.apache.xml.resolver.readers,\
-org.apache.xml.resolver.etc,\
-org.apache.xml.resolver.apps,\
-javax.xml.ws,\
-javax.xml.bind,\
-javax.xml.bind.annotation,\
-javax.annotation,\
-javax.jws,\
-javax.jws.soap,\
-javax.xml.soap,\
-com.sun.xml.internal.messaging.saaj.soap.ver1_1,\
-com.sun.xml.internal.messaging.saaj.soap,\
-com.sun.tools.internal.ws.spi,\
-org.github.jamm

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/wso2server.sh
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/wso2server.sh b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/wso2server.sh
deleted file mode 100644
index 2022e92..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/main/resources/wso2server.sh
+++ /dev/null
@@ -1,296 +0,0 @@
-#!/bin/sh
-# ----------------------------------------------------------------------------
-#  Copyright 2005-2009 WSO2, Inc. http://www.wso2.org
-#
-#  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.
-
-# ----------------------------------------------------------------------------
-# Main Script for the WSO2 Carbon Server
-#
-# Environment Variable Prequisites
-#
-#   CARBON_HOME   Home of WSO2 Carbon installation. If not set I will  try
-#                   to figure it out.
-#
-#   JAVA_HOME       Must point at your Java Development Kit installation.
-#
-#   JAVA_OPTS       (Optional) Java runtime options used when the commands
-#                   is executed.
-#
-# NOTE: Borrowed generously from Apache Tomcat startup scripts.
-# -----------------------------------------------------------------------------
-
-# OS specific support.  $var _must_ be set to either true or false.
-
-cygwin=false;
-darwin=false;
-os400=false;
-mingw=false;
-case "`uname`" in
-CYGWIN*) cygwin=true;;
-MINGW*) mingw=true;;
-OS400*) os400=true;;
-Darwin*) darwin=true
-        if [ -z "$JAVA_VERSION" ] ; then
-             JAVA_VERSION="CurrentJDK"
-           else
-             echo "Using Java version: $JAVA_VERSION"
-           fi
-           if [ -z "$JAVA_HOME" ] ; then
-             JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/${JAVA_VERSION}/Home
-           fi
-           ;;
-esac
-
-# resolve links - $0 may be a softlink
-PRG="$0"
-
-while [ -h "$PRG" ]; do
-  ls=`ls -ld "$PRG"`
-  link=`expr "$ls" : '.*-> \(.*\)$'`
-  if expr "$link" : '.*/.*' > /dev/null; then
-    PRG="$link"
-  else
-    PRG=`dirname "$PRG"`/"$link"
-  fi
-done
-
-# Get standard environment variables
-PRGDIR=`dirname "$PRG"`
-
-# Only set CARBON_HOME if not already set
-[ -z "$CARBON_HOME" ] && CARBON_HOME=`cd "$PRGDIR/.." ; pwd`
-
-# Set AXIS2_HOME. Needed for One Click JAR Download
-AXIS2_HOME=$CARBON_HOME
-
-# For Cygwin, ensure paths are in UNIX format before anything is touched
-if $cygwin; then
-  [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
-  [ -n "$CARBON_HOME" ] && CARBON_HOME=`cygpath --unix "$CARBON_HOME"`
-  [ -n "$AXIS2_HOME" ] && CARBON_HOME=`cygpath --unix "$CARBON_HOME"`
-fi
-
-# For OS400
-if $os400; then
-  # Set job priority to standard for interactive (interactive - 6) by using
-  # the interactive priority - 6, the helper threads that respond to requests
-  # will be running at the same priority as interactive jobs.
-  COMMAND='chgjob job('$JOBNAME') runpty(6)'
-  system $COMMAND
-
-  # Enable multi threading
-  QIBM_MULTI_THREADED=Y
-  export QIBM_MULTI_THREADED
-fi
-
-# For Migwn, ensure paths are in UNIX format before anything is touched
-if $mingw ; then
-  [ -n "$CARBON_HOME" ] &&
-    CARBON_HOME="`(cd "$CARBON_HOME"; pwd)`"
-  [ -n "$JAVA_HOME" ] &&
-    JAVA_HOME="`(cd "$JAVA_HOME"; pwd)`"
-  [ -n "$AXIS2_HOME" ] &&
-    CARBON_HOME="`(cd "$CARBON_HOME"; pwd)`"
-  # TODO classpath?
-fi
-
-if [ -z "$JAVACMD" ] ; then
-  if [ -n "$JAVA_HOME"  ] ; then
-    if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
-      # IBM's JDK on AIX uses strange locations for the executables
-      JAVACMD="$JAVA_HOME/jre/sh/java"
-    else
-      JAVACMD="$JAVA_HOME/bin/java"
-    fi
-  else
-    JAVACMD=java
-  fi
-fi
-
-if [ ! -x "$JAVACMD" ] ; then
-  echo "Error: JAVA_HOME is not defined correctly."
-  echo " CARBON cannot execute $JAVACMD"
-  exit 1
-fi
-
-# if JAVA_HOME is not set we're not happy
-if [ -z "$JAVA_HOME" ]; then
-  echo "You must set the JAVA_HOME variable before running CARBON."
-  exit 1
-fi
-
-# ----- Process the input command ----------------------------------------------
-for c in $*
-do
-    if [ "$c" = "--debug" ] || [ "$c" = "-debug" ] || [ "$c" = "debug" ]; then
-          CMD="--debug"
-          continue
-    elif [ "$CMD" = "--debug" ]; then
-          if [ -z "$PORT" ]; then
-                PORT=$c
-          fi
-    elif [ "$c" = "--n" ] || [ "$c" = "-n" ] || [ "$c" = "n" ]; then
-          CMD="--n"
-          continue
-    elif [ "$CMD" = "--n" ]; then
-          if [ -z "$INSTANCES" ]; then
-                INSTANCES=$c
-          fi
-    elif [ "$c" = "--stop" ] || [ "$c" = "-stop" ] || [ "$c" = "stop" ]; then
-          CMD="stop"
-    elif [ "$c" = "--start" ] || [ "$c" = "-start" ] || [ "$c" = "start" ]; then
-          CMD="start"
-    elif [ "$c" = "--console" ] || [ "$c" = "-console" ] || [ "$c" = "console" ]; then
-          CMD="console"
-    elif [ "$c" = "--version" ] || [ "$c" = "-version" ] || [ "$c" = "version" ]; then
-          CMD="version"
-    elif [ "$c" = "--restart" ] || [ "$c" = "-restart" ] || [ "$c" = "restart" ]; then
-          CMD="restart"
-    elif [ "$c" = "--dump" ] || [ "$c" = "-dump" ] || [ "$c" = "dump" ]; then
-          CMD="dump"
-    elif [ "$c" = "--test" ] || [ "$c" = "-test" ] || [ "$c" = "test" ]; then
-          CMD="test"
-    elif [ "$c" = "--status" ] || [ "$c" = "-status" ] || [ "$c" = "status" ]; then
-          CMD="status"
-    fi
-done
-
-if [ "$CMD" = "--debug" ]; then
-  if [ "$PORT" = "" ]; then
-    echo " Please specify the debug port after the --debug option"
-    exit 1
-  fi
-  if [ -n "$JAVA_OPTS" ]; then
-    echo "Warning !!!. User specified JAVA_OPTS will be ignored, once you give the --debug option."
-  fi
-  CMD="RUN"
-  JAVA_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=$PORT"
-  echo "Please start the remote debugging client to continue..."
-elif [ "$CMD" = "--n" ]; then
-  if [ "$INSTANCES" = "" ] || [ ! -z `echo $INSTANCES | sed 's/[0-9]//g'` ]]; then
-    echo " Please specify the number of instances to start after the --n option"
-    exit 1
-  fi
-elif [ "$CMD" = "start" ]; then
-  export CARBON_HOME=$CARBON_HOME
-  nohup $CARBON_HOME/bin/wso2server.sh &
-  exit 0
-elif [ "$CMD" = "stop" ]; then
-  export CARBON_HOME=$CARBON_HOME
-  kill -9 `cat $CARBON_HOME/wso2carbon.pid`
-  exit 0
-elif [ "$CMD" = "restart" ]; then
-  export CARBON_HOME=$CARBON_HOME
-  kill -9 `cat $CARBON_HOME/wso2carbon.pid`
-  nohup $CARBON_HOME/bin/wso2server.sh &
-  exit 0
-elif [ "$CMD" = "test" ]; then
-    JAVACMD="exec "$JAVACMD""
-elif [ "$CMD" = "version" ]; then
-  cat $CARBON_HOME/bin/version.txt
-  cat $CARBON_HOME/bin/wso2carbon-version.txt
-  exit 0
-fi
-
-# ---------- Handle the SSL Issue with proper JDK version --------------------
-jdk_16=`$JAVA_HOME/bin/java -version 2>&1 | grep "1.[6|7]"`
-if [ "$jdk_16" = "" ]; then
-   echo " Starting WSO2 Carbon (in unsupported JDK)"
-   echo " [ERROR] CARBON is supported only on JDK 1.6 and 1.7"
-fi
-
-CARBON_XBOOTCLASSPATH=""
-for f in "$CARBON_HOME"/lib/xboot/*.jar
-do
-    if [ "$f" != "$CARBON_HOME/lib/xboot/*.jar" ];then
-        CARBON_XBOOTCLASSPATH="$CARBON_XBOOTCLASSPATH":$f
-    fi
-done
-
-JAVA_ENDORSED_DIRS="$CARBON_HOME/lib/endorsed":"$JAVA_HOME/jre/lib/endorsed":"$JAVA_HOME/lib/endorsed"
-
-CARBON_CLASSPATH=""
-if [ -e "$JAVA_HOME/lib/tools.jar" ]; then
-    CARBON_CLASSPATH="$JAVA_HOME/lib/tools.jar"
-fi
-for f in "$CARBON_HOME"/bin/*.jar
-do
-    if [ "$f" != "$CARBON_HOME/bin/*.jar" ];then
-        CARBON_CLASSPATH="$CARBON_CLASSPATH":$f
-    fi
-done
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin; then
-  JAVA_HOME=`cygpath --absolute --windows "$JAVA_HOME"`
-  CARBON_HOME=`cygpath --absolute --windows "$CARBON_HOME"`
-  AXIS2_HOME=`cygpath --absolute --windows "$CARBON_HOME"`
-  CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
-  JAVA_ENDORSED_DIRS=`cygpath --path --windows "$JAVA_ENDORSED_DIRS"`
-  CARBON_CLASSPATH=`cygpath --path --windows "$CARBON_CLASSPATH"`
-  CARBON_XBOOTCLASSPATH=`cygpath --path --windows "$CARBON_XBOOTCLASSPATH"`
-fi
-
-# ----- Execute The Requested Command -----------------------------------------
-
-echo JAVA_HOME environment variable is set to $JAVA_HOME
-echo CARBON_HOME environment variable is set to $CARBON_HOME
-
-cd "$CARBON_HOME"
-
-START_EXIT_STATUS=121
-status=$START_EXIT_STATUS
-
-while [ "$status" = "$START_EXIT_STATUS" ]
-do
-    $JAVACMD \
-     -Xbootclasspath/a:"$CARBON_XBOOTCLASSPATH" \
-     -d64 \
-     -server \
-     -Xms1500m -Xmx3000m \
-     -XX:PermSize=256m -XX:MaxPermSize=512m \
-     -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:-UseGCOverheadLimit \
-     -XX:+CMSClassUnloadingEnabled \
-     -XX:+OptimizeStringConcat \
-     -XX:+HeapDumpOnOutOfMemoryError \
-     -XX:OnOutOfMemoryError="kill -9 `echo $$`;nohup ./wso2server.sh &" \
-     -XX:HeapDumpPath=repository/logs/heap-dump.hprof \
-     -XX:ErrorFile=repository/logs/hs_err_pid.log \
-     -XX:OnError="nohup ./wso2server.sh &" \
-     -javaagent:"$CARBON_HOME/repository/components/plugins/jamm_0.2.5.wso2v2.jar" \
-    $JAVA_OPTS \
-    -DandesConfig=qpid-config.xml \
-    -Ddisable.cassandra.server.startup=true \
-    -Dcom.sun.management.jmxremote \
-    -classpath "$CARBON_CLASSPATH" \
-    -Djava.endorsed.dirs="$JAVA_ENDORSED_DIRS" \
-    -Djava.io.tmpdir="$CARBON_HOME/tmp" \
-    -Dcatalina.base="$CARBON_HOME/lib/tomcat" \
-    -Dwso2.server.standalone=true \
-    -Dcarbon.registry.root=/ \
-    -Djava.command="$JAVACMD" \
-    -Dcarbon.home="$CARBON_HOME" \
-    -Dwso2.transports.xml="$CARBON_HOME/repository/conf/mgt-transports.xml" \
-    -Djava.util.logging.config.file="$CARBON_HOME/repository/conf/log4j.properties" \
-    -Dcarbon.config.dir.path="$CARBON_HOME/repository/conf" \
-    -Dcomponents.repo="$CARBON_HOME/repository/components/plugins" \
-    -Dcom.atomikos.icatch.file="$CARBON_HOME/lib/transactions.properties" \
-    -Dcom.atomikos.icatch.hide_init_file_path=true \
-    -Dorg.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER=true \
-    -Dcom.sun.jndi.ldap.connect.pool.authentication=simple  \
-    -Dcom.sun.jndi.ldap.connect.pool.timeout=3000  \
-    -Dorg.terracotta.quartz.skipUpdateCheck=true \
-    org.wso2.carbon.bootstrap.Bootstrap $*
-    status=$?
-done

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/cluster_scenario_04.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/cluster_scenario_04.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/resources/images/cluster_scenario_05.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/cluster_scenario_05.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/resources/images/listMessageBoxes.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/listMessageBoxes.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/listMessageBoxes.png
deleted file mode 100644
index ce9332e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/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.1/modules/distribution/src/site/resources/images/logs.PNG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/logs.PNG b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/logs.PNG
deleted file mode 100644
index 9204327..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/logs.PNG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/table-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/table-header.gif b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/resources/images/topicBrowser.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topicBrowser.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topicBrowser.png
deleted file mode 100644
index e7512d1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topicBrowser.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topic_AddTopicFromDetails.png b/products/stratos2/cloud_controller/1.0.1/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.1/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.1/modules/distribution/src/site/resources/images/topic_browser.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topic_browser.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topic_browser.png
deleted file mode 100644
index 2d113f5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/resources/images/topic_browser.png and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/site.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/site.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/site.xml
deleted file mode 100644
index 0840ec0..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/site.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-  ~
-  ~  WSO2 Inc. licenses this file to you under the Apache License,
-  ~  Version 2.0 (the "License"); you may not use this file except
-  ~  in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing,
-  ~  software distributed under the License is distributed on an
-  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~  KIND, either express or implied.  See the License for the
-  ~  specific language governing permissions and limitations
-  ~  under the License.
-  -->
-
-<project name="WSO2 Message Broker">
-
-    <skin>
-        <groupId>org.apache.maven.skins</groupId>
-        <artifactId>maven-default-skin</artifactId>
-        <version>1.0</version>
-    </skin>
-
-    <body>
-        <links>
-            <item name="WSO2.org" href="http://www.wso2.org/"/>
-        </links>
-
-        <menu name="Overview">
-            <item name="Home" href="index.html"/>
-            <item name="Release Note" href="release-notes.html"/>
-            <item name="License"
-                  href="http://www.apache.org/licenses/LICENSE-2.0.html"/>
-            <item name="Contents" href="docs_index.html"/>
-        </menu>
-        <menu name="Downloads">
-            <item name="Releases"
-                  href="http://www.wso2.org/downloads/message-broker/"/>
-        </menu>
-        <menu name="Documentation">
-            <item name="Installation Guide" href="installation_guide.html"/>
-            <item name="Deployment Guide" href="deployment_guide.html"/>
-            <item name="User Guide" href="user_guide.html"/>
-            <item name="Administrator Guide" href="admin_guide.html"/>
-        </menu>
-        <menu name="Samples">
-            <item name="Samples Index" href="samples_index.html"/>
-        </menu>
-
-        <menu name="Resources">
-            <item name="FAQ's" href="faq.html"/>
-            <item name="Library" href="http://www.wso2.org/library/mb"/>
-            <item name="Features" href="http://www.wso2.org/projects/mb/java/features"/>
-            <item name="Source Code" href="http://www.wso2.org/svn"/>
-            <item name="Wiki" href="http://www.wso2.org/wiki/display/mb/java"/>
-        </menu>
-        <menu name="Community">
-            <item name="Forum" href="http://www.wso2.org/forum/1225"/>
-            <item name="Mailing Lists" href="http://www.wso2.org/mail"/>
-        </menu>
-        <menu name="Project Info">
-            <item name="Issue Tracking" href="https://www.wso2.org/jira/browse/mb"/>
-        </menu>
-
-    </body>
-</project>


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
deleted file mode 100644
index de78aed..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
+++ /dev/null
@@ -1,2312 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="annotated-xsd.xsl"?>
-<!-- XML Schema schema for XML Schemas: Part 1: Structures -->
-<!-- Note this schema is NOT the normative structures schema. -->
-<!-- The prose copy in the structures REC is the normative -->
-<!-- version (which shouldn't differ from this one except for -->
-<!-- this comment and entity expansions, but just in case -->
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd" [
-	<!-- provide ID type information even for parsers which only read the
-     internal subset -->
-	<!ATTLIST xs:schema
-	id ID #IMPLIED
->
-	<!ATTLIST xs:complexType
-	id ID #IMPLIED
->
-	<!ATTLIST xs:complexContent
-	id ID #IMPLIED
->
-	<!ATTLIST xs:simpleContent
-	id ID #IMPLIED
->
-	<!ATTLIST xs:extension
-	id ID #IMPLIED
->
-	<!ATTLIST xs:element
-	id ID #IMPLIED
->
-	<!ATTLIST xs:group
-	id ID #IMPLIED
->
-	<!ATTLIST xs:all
-	id ID #IMPLIED
->
-	<!ATTLIST xs:choice
-	id ID #IMPLIED
->
-	<!ATTLIST xs:sequence
-	id ID #IMPLIED
->
-	<!ATTLIST xs:any
-	id ID #IMPLIED
->
-	<!ATTLIST xs:anyAttribute
-	id ID #IMPLIED
->
-	<!ATTLIST xs:attribute
-	id ID #IMPLIED
->
-	<!ATTLIST xs:attributeGroup
-	id ID #IMPLIED
->
-	<!ATTLIST xs:unique
-	id ID #IMPLIED
->
-	<!ATTLIST xs:key
-	id ID #IMPLIED
->
-	<!ATTLIST xs:keyref
-	id ID #IMPLIED
->
-	<!ATTLIST xs:selector
-	id ID #IMPLIED
->
-	<!ATTLIST xs:field
-	id ID #IMPLIED
->
-	<!ATTLIST xs:include
-	id ID #IMPLIED
->
-	<!ATTLIST xs:import
-	id ID #IMPLIED
->
-	<!ATTLIST xs:redefine
-	id ID #IMPLIED
->
-	<!ATTLIST xs:notation
-	id ID #IMPLIED
->
-	<!--
-     keep this schema XML1.0 DTD valid
-  -->
-	<!ENTITY % schemaAttrs 'xmlns:hfp CDATA #IMPLIED'>
-	<!ELEMENT hfp:hasFacet EMPTY>
-	<!ATTLIST hfp:hasFacet
-	name NMTOKEN #REQUIRED
->
-	<!ELEMENT hfp:hasProperty EMPTY>
-	<!ATTLIST hfp:hasProperty
-	name NMTOKEN #REQUIRED
-		value CDATA #REQUIRED
->
-	<!--
-        Make sure that processors that do not read the external
-        subset will know about the various IDs we declare
-  -->
-	<!ATTLIST xs:simpleType
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxExclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minExclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxInclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minInclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:totalDigits
-	id ID #IMPLIED
->
-	<!ATTLIST xs:fractionDigits
-	id ID #IMPLIED
->
-	<!ATTLIST xs:length
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minLength
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxLength
-	id ID #IMPLIED
->
-	<!ATTLIST xs:enumeration
-	id ID #IMPLIED
->
-	<!ATTLIST xs:pattern
-	id ID #IMPLIED
->
-	<!ATTLIST xs:appinfo
-	id ID #IMPLIED
->
-	<!ATTLIST xs:documentation
-	id ID #IMPLIED
->
-	<!ATTLIST xs:list
-	id ID #IMPLIED
->
-	<!ATTLIST xs:union
-	id ID #IMPLIED
->
-]>
-<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" blockDefault="#all" elementFormDefault="qualified" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="EN" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty">
-	<xs:annotation>
-		<xs:documentation>
-    Part 1 version: Id: XMLSchema.xsd,v 1.53 2003/02/24 17:40:07 ht Exp 
-    Part 2 version: Id: datatypes.xsd,v 1.60 2003/04/05 11:02:30 ht Exp 
-  </xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation source="http://www.w3.org/XML/Group/2002/09/xmlschema-1/structures-with-errata.html">
-   The schema corresponding to this document is normative,
-   with respect to the syntactic constraints it expresses in the
-   XML Schema language.  The documentation (within &lt;documentation> elements)
-   below, is not normative, but rather highlights important aspects of
-   the W3C Recommendation of which this is a part</xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation>
-   The simpleType element and all of its members are defined
-      towards the end of this schema document</xs:documentation>
-	</xs:annotation>
-	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
-		<xs:annotation>
-			<xs:documentation>
-       Get access to the xml: attribute groups for xml:lang
-       as declared on 'schema' and 'documentation' below
-     </xs:documentation>
-		</xs:annotation>
-	</xs:import>
-	<xs:complexType name="openAttrs">
-		<xs:annotation>
-			<xs:documentation>
-       This type is extended by almost all schema types
-       to allow attributes from other namespaces to be
-       added to user schemas.
-     </xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:anyType">
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="annotated">
-		<xs:annotation>
-			<xs:documentation>
-       This type is extended by all types which allow annotation
-       other than &lt;schema&gt; itself
-     </xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:openAttrs">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="id" type="xs:ID"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="schemaTop">
-		<xs:annotation>
-			<xs:documentation>
-   This group is for the
-   elements which occur freely at the top level of schemas.
-   All of their types are based on the "annotated" type by extension.</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:group ref="xs:redefinable"/>
-			<xs:element ref="xs:element"/>
-			<xs:element ref="xs:attribute"/>
-			<xs:element ref="xs:notation"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="redefinable">
-		<xs:annotation>
-			<xs:documentation>
-   This group is for the
-   elements which can self-redefine (see &lt;redefine> below).</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:simpleType"/>
-			<xs:element ref="xs:complexType"/>
-			<xs:element ref="xs:group"/>
-			<xs:element ref="xs:attributeGroup"/>
-		</xs:choice>
-	</xs:group>
-	<xs:simpleType name="formChoice">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:NMTOKEN">
-			<xs:enumeration value="qualified"/>
-			<xs:enumeration value="unqualified"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="reducedDerivationControl">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:derivationControl">
-			<xs:enumeration value="extension"/>
-			<xs:enumeration value="restriction"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="derivationSet">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-   #all or (possibly empty) subset of {extension, restriction}</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list itemType="xs:reducedDerivationControl"/>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:element name="schema" id="schema">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-schema"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:sequence>
-						<xs:choice minOccurs="0" maxOccurs="unbounded">
-							<xs:element ref="xs:include"/>
-							<xs:element ref="xs:import"/>
-							<xs:element ref="xs:redefine"/>
-							<xs:element ref="xs:annotation"/>
-						</xs:choice>
-						<xs:sequence minOccurs="0" maxOccurs="unbounded">
-							<xs:group ref="xs:schemaTop"/>
-							<xs:element ref="xs:annotation" minOccurs="0" maxOccurs="unbounded"/>
-						</xs:sequence>
-					</xs:sequence>
-					<xs:attribute name="targetNamespace" type="xs:anyURI"/>
-					<xs:attribute name="version" type="xs:normalizedString"/>
-					<xs:attribute name="finalDefault" type="xs:derivationSet" use="optional" default=""/>
-					<xs:attribute name="blockDefault" type="xs:blockSet" use="optional" default=""/>
-					<xs:attribute name="attributeFormDefault" type="xs:formChoice" use="optional" default="unqualified"/>
-					<xs:attribute name="elementFormDefault" type="xs:formChoice" use="optional" default="unqualified"/>
-					<xs:attribute name="id" type="xs:ID"/>
-					<xs:attribute ref="xml:lang"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-		<xs:key name="element">
-			<xs:selector xpath="xs:element"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="attribute">
-			<xs:selector xpath="xs:attribute"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="type">
-			<xs:selector xpath="xs:complexType|xs:simpleType"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="group">
-			<xs:selector xpath="xs:group"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="attributeGroup">
-			<xs:selector xpath="xs:attributeGroup"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="notation">
-			<xs:selector xpath="xs:notation"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="identityConstraint">
-			<xs:selector xpath=".//xs:key|.//xs:unique|.//xs:keyref"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-	</xs:element>
-	<xs:simpleType name="allNNI">
-		<xs:annotation>
-			<xs:documentation>
-   for maxOccurs</xs:documentation>
-		</xs:annotation>
-		<xs:union memberTypes="xs:nonNegativeInteger">
-			<xs:simpleType>
-				<xs:restriction base="xs:NMTOKEN">
-					<xs:enumeration value="unbounded"/>
-				</xs:restriction>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:attributeGroup name="occurs">
-		<xs:annotation>
-			<xs:documentation>
-   for all particles</xs:documentation>
-		</xs:annotation>
-		<xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1"/>
-		<xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1"/>
-	</xs:attributeGroup>
-	<xs:attributeGroup name="defRef">
-		<xs:annotation>
-			<xs:documentation>
-   for element, group and attributeGroup,
-   which both define and reference</xs:documentation>
-		</xs:annotation>
-		<xs:attribute name="name" type="xs:NCName"/>
-		<xs:attribute name="ref" type="xs:QName"/>
-	</xs:attributeGroup>
-	<xs:group name="typeDefParticle">
-		<xs:annotation>
-			<xs:documentation>
-   'complexType' uses this</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:all"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="nestedParticle">
-		<xs:choice>
-			<xs:element name="element" type="xs:localElement"/>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-			<xs:element ref="xs:any"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="particle">
-		<xs:choice>
-			<xs:element name="element" type="xs:localElement"/>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:all"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-			<xs:element ref="xs:any"/>
-		</xs:choice>
-	</xs:group>
-	<xs:complexType name="attribute">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/>
-				</xs:sequence>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attribute name="type" type="xs:QName"/>
-				<xs:attribute name="use" use="optional" default="optional">
-					<xs:simpleType>
-						<xs:restriction base="xs:NMTOKEN">
-							<xs:enumeration value="prohibited"/>
-							<xs:enumeration value="optional"/>
-							<xs:enumeration value="required"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:attribute name="default" type="xs:string"/>
-				<xs:attribute name="fixed" type="xs:string"/>
-				<xs:attribute name="form" type="xs:formChoice"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelAttribute">
-		<xs:complexContent>
-			<xs:restriction base="xs:attribute">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="form" use="prohibited"/>
-				<xs:attribute name="use" use="prohibited"/>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="attrDecls">
-		<xs:sequence>
-			<xs:choice minOccurs="0" maxOccurs="unbounded">
-				<xs:element name="attribute" type="xs:attribute"/>
-				<xs:element name="attributeGroup" type="xs:attributeGroupRef"/>
-			</xs:choice>
-			<xs:element ref="xs:anyAttribute" minOccurs="0"/>
-		</xs:sequence>
-	</xs:group>
-	<xs:element name="anyAttribute" type="xs:wildcard" id="anyAttribute">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-anyAttribute"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:group name="complexTypeModel">
-		<xs:choice>
-			<xs:element ref="xs:simpleContent"/>
-			<xs:element ref="xs:complexContent"/>
-			<xs:sequence>
-				<xs:annotation>
-					<xs:documentation>
-   This branch is short for
-   &lt;complexContent>
-   &lt;restriction base="xs:anyType">
-   ...
-   &lt;/restriction>
-   &lt;/complexContent></xs:documentation>
-				</xs:annotation>
-				<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
-				<xs:group ref="xs:attrDecls"/>
-			</xs:sequence>
-		</xs:choice>
-	</xs:group>
-	<xs:complexType name="complexType" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:complexTypeModel"/>
-				<xs:attribute name="name" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-      Will be restricted to required or forbidden</xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
-					<xs:annotation>
-						<xs:documentation>
-      Not allowed if simpleContent child is chosen.
-      May be overriden by setting on complexContent child.</xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="final" type="xs:derivationSet"/>
-				<xs:attribute name="block" type="xs:derivationSet"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelComplexType">
-		<xs:complexContent>
-			<xs:restriction base="xs:complexType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:complexTypeModel"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="required"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localComplexType">
-		<xs:complexContent>
-			<xs:restriction base="xs:complexType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:complexTypeModel"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:attribute name="abstract" use="prohibited"/>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:attribute name="block" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="restrictionType">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:choice minOccurs="0">
-						<xs:group ref="xs:typeDefParticle"/>
-						<xs:group ref="xs:simpleRestrictionModel"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="base" type="xs:QName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="complexRestrictionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:restrictionType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:annotation>
-							<xs:documentation>This choice is added simply to
-                   make this a valid restriction per the REC</xs:documentation>
-						</xs:annotation>
-						<xs:group ref="xs:typeDefParticle"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="extensionType">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="base" type="xs:QName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="complexContent" id="complexContent">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:choice>
-						<xs:element name="restriction" type="xs:complexRestrictionType"/>
-						<xs:element name="extension" type="xs:extensionType"/>
-					</xs:choice>
-					<xs:attribute name="mixed" type="xs:boolean">
-						<xs:annotation>
-							<xs:documentation>
-       Overrides any setting on complexType parent.</xs:documentation>
-						</xs:annotation>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="simpleRestrictionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:restrictionType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:annotation>
-							<xs:documentation>This choice is added simply to
-                   make this a valid restriction per the REC</xs:documentation>
-						</xs:annotation>
-						<xs:group ref="xs:simpleRestrictionModel"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="simpleExtensionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:extensionType">
-				<xs:sequence>
-					<xs:annotation>
-						<xs:documentation>
-      No typeDefParticle group reference</xs:documentation>
-					</xs:annotation>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="simpleContent" id="simpleContent">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:choice>
-						<xs:element name="restriction" type="xs:simpleRestrictionType"/>
-						<xs:element name="extension" type="xs:simpleExtensionType"/>
-					</xs:choice>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="complexType" type="xs:topLevelComplexType" id="complexType">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexType"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:simpleType name="blockSet">
-		<xs:annotation>
-			<xs:documentation>
-    A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-    #all or (possibly empty) subset of {substitution, extension,
-    restriction}</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list>
-					<xs:simpleType>
-						<xs:restriction base="xs:derivationControl">
-							<xs:enumeration value="extension"/>
-							<xs:enumeration value="restriction"/>
-							<xs:enumeration value="substitution"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:list>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:complexType name="element" abstract="true">
-		<xs:annotation>
-			<xs:documentation>
-   The element element can be used either
-   at the top level to define an element-type binding globally,
-   or within a content model to either reference a globally-defined
-   element or type or declare an element-type binding locally.
-   The ref form is not allowed at the top level.</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attribute name="type" type="xs:QName"/>
-				<xs:attribute name="substitutionGroup" type="xs:QName"/>
-				<xs:attributeGroup ref="xs:occurs"/>
-				<xs:attribute name="default" type="xs:string"/>
-				<xs:attribute name="fixed" type="xs:string"/>
-				<xs:attribute name="nillable" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="final" type="xs:derivationSet"/>
-				<xs:attribute name="block" type="xs:blockSet"/>
-				<xs:attribute name="form" type="xs:formChoice"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelElement">
-		<xs:complexContent>
-			<xs:restriction base="xs:element">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="form" use="prohibited"/>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localElement">
-		<xs:complexContent>
-			<xs:restriction base="xs:element">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="substitutionGroup" use="prohibited"/>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:attribute name="abstract" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="element" type="xs:topLevelElement" id="element">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-element"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="group" abstract="true">
-		<xs:annotation>
-			<xs:documentation>
-   group type for explicit groups, named top-level groups and
-   group references</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attributeGroup ref="xs:occurs"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="realGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:group">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0" maxOccurs="1">
-						<xs:element ref="xs:all"/>
-						<xs:element ref="xs:choice"/>
-						<xs:element ref="xs:sequence"/>
-					</xs:choice>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="namedGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:realGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="1" maxOccurs="1">
-						<xs:element name="all">
-							<xs:complexType>
-								<xs:complexContent>
-									<xs:restriction base="xs:all">
-										<xs:group ref="xs:allModel"/>
-										<xs:attribute name="minOccurs" use="prohibited"/>
-										<xs:attribute name="maxOccurs" use="prohibited"/>
-										<xs:anyAttribute namespace="##other" processContents="lax"/>
-									</xs:restriction>
-								</xs:complexContent>
-							</xs:complexType>
-						</xs:element>
-						<xs:element name="choice" type="xs:simpleExplicitGroup"/>
-						<xs:element name="sequence" type="xs:simpleExplicitGroup"/>
-					</xs:choice>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="groupRef">
-		<xs:complexContent>
-			<xs:restriction base="xs:realGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="required" type="xs:QName"/>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="explicitGroup">
-		<xs:annotation>
-			<xs:documentation>
-   group type for the three kinds of group</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:group">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="prohibited"/>
-				<xs:attribute name="ref" type="xs:QName" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="simpleExplicitGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:explicitGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="allModel">
-		<xs:sequence>
-			<xs:element ref="xs:annotation" minOccurs="0"/>
-			<xs:choice minOccurs="0" maxOccurs="unbounded">
-				<xs:annotation>
-					<xs:documentation>This choice with min/max is here to
-                          avoid a pblm with the Elt:All/Choice/Seq
-                          Particle derivation constraint</xs:documentation>
-				</xs:annotation>
-				<xs:element name="element">
-					<xs:complexType>
-						<xs:annotation>
-							<xs:documentation>restricted max/min</xs:documentation>
-						</xs:annotation>
-						<xs:complexContent>
-							<xs:restriction base="xs:localElement">
-								<xs:sequence>
-									<xs:element ref="xs:annotation" minOccurs="0"/>
-									<xs:choice minOccurs="0">
-										<xs:element name="simpleType" type="xs:localSimpleType"/>
-										<xs:element name="complexType" type="xs:localComplexType"/>
-									</xs:choice>
-									<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-								</xs:sequence>
-								<xs:attribute name="minOccurs" use="optional" default="1">
-									<xs:simpleType>
-										<xs:restriction base="xs:nonNegativeInteger">
-											<xs:enumeration value="0"/>
-											<xs:enumeration value="1"/>
-										</xs:restriction>
-									</xs:simpleType>
-								</xs:attribute>
-								<xs:attribute name="maxOccurs" use="optional" default="1">
-									<xs:simpleType>
-										<xs:restriction base="xs:allNNI">
-											<xs:enumeration value="0"/>
-											<xs:enumeration value="1"/>
-										</xs:restriction>
-									</xs:simpleType>
-								</xs:attribute>
-								<xs:anyAttribute namespace="##other" processContents="lax"/>
-							</xs:restriction>
-						</xs:complexContent>
-					</xs:complexType>
-				</xs:element>
-			</xs:choice>
-		</xs:sequence>
-	</xs:group>
-	<xs:complexType name="all">
-		<xs:annotation>
-			<xs:documentation>
-   Only elements allowed inside</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:explicitGroup">
-				<xs:group ref="xs:allModel"/>
-				<xs:attribute name="minOccurs" use="optional" default="1">
-					<xs:simpleType>
-						<xs:restriction base="xs:nonNegativeInteger">
-							<xs:enumeration value="0"/>
-							<xs:enumeration value="1"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:attribute name="maxOccurs" use="optional" default="1">
-					<xs:simpleType>
-						<xs:restriction base="xs:allNNI">
-							<xs:enumeration value="1"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="all" id="all" type="xs:all">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-all"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="choice" type="xs:explicitGroup" id="choice">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="sequence" type="xs:explicitGroup" id="sequence">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="group" type="xs:namedGroup" id="group">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-group"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="wildcard">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>
-				<xs:attribute name="processContents" use="optional" default="strict">
-					<xs:simpleType>
-						<xs:restriction base="xs:NMTOKEN">
-							<xs:enumeration value="skip"/>
-							<xs:enumeration value="lax"/>
-							<xs:enumeration value="strict"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="any" id="any">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:wildcard">
-					<xs:attributeGroup ref="xs:occurs"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:annotation>
-		<xs:documentation>
-   simple type for the value of the 'namespace' attr of
-   'any' and 'anyAttribute'</xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation>
-   Value is
-              ##any      - - any non-conflicting WFXML/attribute at all
-
-              ##other    - - any non-conflicting WFXML/attribute from
-                              namespace other than targetNS
-
-              ##local    - - any unqualified non-conflicting WFXML/attribute 
-
-              one or     - - any non-conflicting WFXML/attribute from
-              more URI        the listed namespaces
-              references
-              (space separated)
-
-    ##targetNamespace or ##local may appear in the above list, to
-        refer to the targetNamespace of the enclosing
-        schema or an absent targetNamespace respectively</xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="namespaceList">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="##any"/>
-					<xs:enumeration value="##other"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list>
-					<xs:simpleType>
-						<xs:union memberTypes="xs:anyURI">
-							<xs:simpleType>
-								<xs:restriction base="xs:token">
-									<xs:enumeration value="##targetNamespace"/>
-									<xs:enumeration value="##local"/>
-								</xs:restriction>
-							</xs:simpleType>
-						</xs:union>
-					</xs:simpleType>
-				</xs:list>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:element name="attribute" type="xs:topLevelAttribute" id="attribute">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-attribute"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="attributeGroup" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:attrDecls"/>
-				<xs:attributeGroup ref="xs:defRef"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="namedAttributeGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:attributeGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="attributeGroupRef">
-		<xs:complexContent>
-			<xs:restriction base="xs:attributeGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="required" type="xs:QName"/>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="attributeGroup" type="xs:namedAttributeGroup" id="attributeGroup">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-attributeGroup"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="include" id="include">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-include"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="redefine" id="redefine">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:choice minOccurs="0" maxOccurs="unbounded">
-						<xs:element ref="xs:annotation"/>
-						<xs:group ref="xs:redefinable"/>
-					</xs:choice>
-					<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
-					<xs:attribute name="id" type="xs:ID"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="import" id="import">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="namespace" type="xs:anyURI"/>
-					<xs:attribute name="schemaLocation" type="xs:anyURI"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="selector" id="selector">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-selector"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="xpath" use="required">
-						<xs:simpleType>
-							<xs:annotation>
-								<xs:documentation>A subset of XPath expressions for use
-in selectors</xs:documentation>
-								<xs:documentation>A utility type, not for public
-use</xs:documentation>
-							</xs:annotation>
-							<xs:restriction base="xs:token">
-								<xs:annotation>
-									<xs:documentation>The following pattern is intended to allow XPath
-                           expressions per the following EBNF:
-          Selector    ::=    Path ( '|' Path )*  
-          Path    ::=    ('.//')? Step ( '/' Step )*  
-          Step    ::=    '.' | NameTest  
-          NameTest    ::=    QName | '*' | NCName ':' '*'  
-                           child:: is also allowed
-         </xs:documentation>
-								</xs:annotation>
-								<xs:pattern value="(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*">
-        </xs:pattern>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="field" id="field">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-field"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="xpath" use="required">
-						<xs:simpleType>
-							<xs:annotation>
-								<xs:documentation>A subset of XPath expressions for use
-in fields</xs:documentation>
-								<xs:documentation>A utility type, not for public
-use</xs:documentation>
-							</xs:annotation>
-							<xs:restriction base="xs:token">
-								<xs:annotation>
-									<xs:documentation>The following pattern is intended to allow XPath
-                           expressions per the same EBNF as for selector,
-                           with the following change:
-          Path    ::=    ('.//')? ( Step '/' )* ( Step | '@' NameTest ) 
-         </xs:documentation>
-								</xs:annotation>
-								<xs:pattern value="(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*))))(\|(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*)))))*">
-        </xs:pattern>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="keybase">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:element ref="xs:selector"/>
-					<xs:element ref="xs:field" minOccurs="1" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="identityConstraint">
-		<xs:annotation>
-			<xs:documentation>The three kinds of identity constraints, all with
-                     type of or derived from 'keybase'.
-   </xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:unique"/>
-			<xs:element ref="xs:key"/>
-			<xs:element ref="xs:keyref"/>
-		</xs:choice>
-	</xs:group>
-	<xs:element name="unique" type="xs:keybase" id="unique">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="key" type="xs:keybase" id="key">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="keyref" id="keyref">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-keyref"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:keybase">
-					<xs:attribute name="refer" type="xs:QName" use="required"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="notation" id="notation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-notation"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="name" type="xs:NCName" use="required"/>
-					<xs:attribute name="public" type="xs:public"/>
-					<xs:attribute name="system" type="xs:anyURI"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:simpleType name="public">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-   A public identifier, per ISO 8879</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:token"/>
-	</xs:simpleType>
-	<xs:element name="appinfo" id="appinfo">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/>
-		</xs:annotation>
-		<xs:complexType mixed="true">
-			<xs:sequence minOccurs="0" maxOccurs="unbounded">
-				<xs:any processContents="lax"/>
-			</xs:sequence>
-			<xs:attribute name="source" type="xs:anyURI"/>
-			<xs:anyAttribute namespace="##other" processContents="lax"/>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="documentation" id="documentation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/>
-		</xs:annotation>
-		<xs:complexType mixed="true">
-			<xs:sequence minOccurs="0" maxOccurs="unbounded">
-				<xs:any processContents="lax"/>
-			</xs:sequence>
-			<xs:attribute name="source" type="xs:anyURI"/>
-			<xs:attribute ref="xml:lang"/>
-			<xs:anyAttribute namespace="##other" processContents="lax"/>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="annotation" id="annotation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:choice minOccurs="0" maxOccurs="unbounded">
-						<xs:element ref="xs:appinfo"/>
-						<xs:element ref="xs:documentation"/>
-					</xs:choice>
-					<xs:attribute name="id" type="xs:ID"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:annotation>
-		<xs:documentation>
-   notations for use within XML Schema schemas</xs:documentation>
-	</xs:annotation>
-	<xs:notation name="XMLSchemaStructures" public="structures" system="http://www.w3.org/2000/08/XMLSchema.xsd"/>
-	<xs:notation name="XML" public="REC-xml-19980210" system="http://www.w3.org/TR/1998/REC-xml-19980210"/>
-	<xs:complexType name="anyType" mixed="true">
-		<xs:annotation>
-			<xs:documentation>
-   Not the real urType, but as close an approximation as we can
-   get in the XML representation</xs:documentation>
-		</xs:annotation>
-		<xs:sequence>
-			<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
-		</xs:sequence>
-		<xs:anyAttribute processContents="lax"/>
-	</xs:complexType>
-	<xs:annotation>
-		<xs:documentation>
-      First the built-in primitive datatypes.  These definitions are for
-      information only, the real built-in definitions are magic.
-    </xs:documentation>
-		<xs:documentation>
-      For each built-in datatype in this schema (both primitive and
-      derived) can be uniquely addressed via a URI constructed
-      as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the datatype
-
-      For example, to address the int datatype, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#int
-
-      Additionally, each facet definition element can be uniquely
-      addressed via a URI constructed as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the facet
-
-      For example, to address the maxInclusive facet, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#maxInclusive
-
-      Additionally, each facet usage in a built-in datatype definition
-      can be uniquely addressed via a URI constructed as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the datatype, followed
-           by a period (".") followed by the name of the facet
-
-      For example, to address the usage of the maxInclusive facet in
-      the definition of int, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#int.maxInclusive
-
-    </xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="string" id="string">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#string"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="preserve" id="string.preserve"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="boolean" id="boolean">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#boolean"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="boolean.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="float" id="float">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#float"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="float.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="double" id="double">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#double"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="double.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="decimal" id="decimal">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="totalDigits"/>
-				<hfp:hasFacet name="fractionDigits"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#decimal"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="decimal.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="duration" id="duration">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#duration"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="duration.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="dateTime" id="dateTime">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#dateTime"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="dateTime.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="time" id="time">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#time"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="time.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="date" id="date">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#date"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="date.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gYearMonth" id="gYearMonth">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYearMonth"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gYearMonth.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gYear" id="gYear">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYear"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gYear.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gMonthDay" id="gMonthDay">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonthDay"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gMonthDay.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gDay" id="gDay">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gDay"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gDay.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gMonth" id="gMonth">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonth"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gMonth.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="hexBinary" id="hexBinary">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#binary"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="hexBinary.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="base64Binary" id="base64Binary">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#base64Binary"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="base64Binary.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="anyURI" id="anyURI">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#anyURI"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="anyURI.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="QName" id="QName">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#QName"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="QName.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NOTATION" id="NOTATION">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
-			<xs:documentation>
-        NOTATION cannot be used directly in a schema; rather a type
-        must be derived from it by specifying at least one enumeration
-        facet whose value is the name of a NOTATION declared in the
-        schema.
-      </xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="NOTATION.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:annotation>
-		<xs:documentation>
-      Now the derived primitive types
-    </xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="normalizedString" id="normalizedString">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#normalizedString"/>
-		</xs:annotation>
-		<xs:restriction base="xs:string">
-			<xs:whiteSpace value="replace" id="normalizedString.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="token" id="token">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#token"/>
-		</xs:annotation>
-		<xs:restriction base="xs:normalizedString">
-			<xs:whiteSpace value="collapse" id="token.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="language" id="language">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*" id="language.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-LanguageID">
-            pattern specifies the content of section 2.12 of XML 1.0e2
-            and RFC 3066 (Revised version of RFC 1766).
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="IDREFS" id="IDREFS">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREFS"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:IDREF"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="IDREFS.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="ENTITIES" id="ENTITIES">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITIES"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:ENTITY"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="ENTITIES.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NMTOKEN" id="NMTOKEN">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="\c+" id="NMTOKEN.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Nmtoken">
-            pattern matches production 7 from the XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NMTOKENS" id="NMTOKENS">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKENS"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:NMTOKEN"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="NMTOKENS.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="Name" id="Name">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#Name"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="\i\c*" id="Name.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Name">
-            pattern matches production 5 from the XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NCName" id="NCName">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NCName"/>
-		</xs:annotation>
-		<xs:restriction base="xs:Name">
-			<xs:pattern value="[\i-[:]][\c-[:]]*" id="NCName.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
-            pattern matches production 4 from the Namespaces in XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="ID" id="ID">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ID"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="IDREF" id="IDREF">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREF"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="ENTITY" id="ENTITY">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITY"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="integer" id="integer">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#integer"/>
-		</xs:annotation>
-		<xs:restriction base="xs:decimal">
-			<xs:fractionDigits value="0" fixed="true" id="integer.fractionDigits"/>
-			<xs:pattern value="[\-+]?[0-9]+"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="nonPositiveInteger" id="nonPositiveInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:maxInclusive value="0" id="nonPositiveInteger.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="negativeInteger" id="negativeInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#negativeInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonPositiveInteger">
-			<xs:maxInclusive value="-1" id="negativeInteger.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="long" id="long">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#long"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:minInclusive value="-9223372036854775808" id="long.minInclusive"/>
-			<xs:maxInclusive value="9223372036854775807" id="long.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="int" id="int">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#int"/>
-		</xs:annotation>
-		<xs:restriction base="xs:long">
-			<xs:minInclusive value="-2147483648" id="int.minInclusive"/>
-			<xs:maxInclusive value="2147483647" id="int.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="short" id="short">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#short"/>
-		</xs:annotation>
-		<xs:restriction base="xs:int">
-			<xs:minInclusive value="-32768" id="short.minInclusive"/>
-			<xs:maxInclusive value="32767" id="short.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="byte" id="byte">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#byte"/>
-		</xs:annotation>
-		<xs:restriction base="xs:short">
-			<xs:minInclusive value="-128" id="byte.minInclusive"/>
-			<xs:maxInclusive value="127" id="byte.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="nonNegativeInteger" id="nonNegativeInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:minInclusive value="0" id="nonNegativeInteger.minInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedLong" id="unsignedLong">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedLong"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonNegativeInteger">
-			<xs:maxInclusive value="18446744073709551615" id="unsignedLong.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedInt" id="unsignedInt">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedInt"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedLong">
-			<xs:maxInclusive value="4294967295" id="unsignedInt.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedShort" id="unsignedShort">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedShort"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedInt">
-			<xs:maxInclusive value="65535" id="unsignedShort.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedByte" id="unsignedByte">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedByte"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedShort">
-			<xs:maxInclusive value="255" id="unsignedByte.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="positiveInteger" id="positiveInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#positiveInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonNegativeInteger">
-			<xs:minInclusive value="1" id="positiveInteger.minInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="derivationControl">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:NMTOKEN">
-			<xs:enumeration value="substitution"/>
-			<xs:enumeration value="extension"/>
-			<xs:enumeration value="restriction"/>
-			<xs:enumeration value="list"/>
-			<xs:enumeration value="union"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:group name="simpleDerivation">
-		<xs:choice>
-			<xs:element ref="xs:restriction"/>
-			<xs:element ref="xs:list"/>
-			<xs:element ref="xs:union"/>
-		</xs:choice>
-	</xs:group>
-	<xs:simpleType name="simpleDerivationSet">
-		<xs:annotation>
-			<xs:documentation>
-   #all or (possibly empty) subset of {restriction, union, list}
-   </xs:documentation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:restriction base="xs:derivationControl">
-					<xs:enumeration value="list"/>
-					<xs:enumeration value="union"/>
-					<xs:enumeration value="restriction"/>
-				</xs:restriction>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:complexType name="simpleType" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:simpleDerivation"/>
-				<xs:attribute name="final" type="xs:simpleDerivationSet"/>
-				<xs:attribute name="name" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-              Can be restricted to required or forbidden
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelSimpleType">
-		<xs:complexContent>
-			<xs:restriction base="xs:simpleType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:simpleDerivation"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-              Required at the top level
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localSimpleType">
-		<xs:complexContent>
-			<xs:restriction base="xs:simpleType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:simpleDerivation"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="prohibited">
-					<xs:annotation>
-						<xs:documentation>
-              Forbidden when nested
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="simpleType" type="xs:topLevelSimpleType" id="simpleType">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-simpleType"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:group name="facets">
-		<xs:annotation>
-			<xs:documentation>
-       We should use a substitution group for facets, but
-       that's ruled out because it would allow users to
-       add their own, which we're not ready for yet.
-    </xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:minExclusive"/>
-			<xs:element ref="xs:minInclusive"/>
-			<xs:element ref="xs:maxExclusive"/>
-			<xs:element ref="xs:maxInclusive"/>
-			<xs:element ref="xs:totalDigits"/>
-			<xs:element ref="xs:fractionDigits"/>
-			<xs:element ref="xs:length"/>
-			<xs:element ref="xs:minLength"/>
-			<xs:element ref="xs:maxLength"/>
-			<xs:element ref="xs:enumeration"/>
-			<xs:element ref="xs:whiteSpace"/>
-			<xs:element ref="xs:pattern"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="simpleRestrictionModel">
-		<xs:sequence>
-			<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
-			<xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/>
-		</xs:sequence>
-	</xs:group>
-	<xs:element name="restriction" id="restriction">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-restriction">
-          base attribute and simpleType child are mutually
-          exclusive, but one or other is required
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:group ref="xs:simpleRestrictionModel"/>
-					<xs:attribute name="base" type="xs:QName" use="optional"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="list" id="list">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list">
-          itemType attribute and simpleType child are mutually
-          exclusive, but one or other is required
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:sequence>
-						<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="itemType" type="xs:QName" use="optional"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="union" id="union">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-union">
-          memberTypes attribute must be non-empty or there must be
-          at least one simpleType child
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:sequence>
-						<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0" maxOccurs="unbounded"/>
-					</xs:sequence>
-					<xs:attribute name="memberTypes" use="optional">
-						<xs:simpleType>
-							<xs:list itemType="xs:QName"/>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="facet">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:attribute name="value" use="required"/>
-				<xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="noFixedFacet">
-		<xs:complexContent>
-			<xs:restriction base="xs:facet">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="fixed" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="minExclusive" id="minExclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minExclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="minInclusive" id="minInclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minInclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxExclusive" id="maxExclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxExclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxInclusive" id="maxInclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxInclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="numFacet">
-		<xs:complexContent>
-			<xs:restriction base="xs:facet">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="totalDigits" id="totalDigits">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:numFacet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" type="xs:positiveInteger" use="required"/>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="fractionDigits" id="fractionDigits" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-fractionDigits"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="length" id="length" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-length"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="minLength" id="minLength" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxLength" id="maxLength" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxLength"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="whiteSpace" id="whiteSpace">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:facet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" use="required">
-						<xs:simpleType>
-							<xs:restriction base="xs:NMTOKEN">
-								<xs:enumeration value="preserve"/>
-								<xs:enumeration value="replace"/>
-								<xs:enumeration value="collapse"/>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="pattern" id="pattern">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:noFixedFacet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" type="xs:string" use="required"/>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>

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


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
deleted file mode 100644
index de78aed..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/xslt/XMLSchema.xsd
+++ /dev/null
@@ -1,2312 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="annotated-xsd.xsl"?>
-<!-- XML Schema schema for XML Schemas: Part 1: Structures -->
-<!-- Note this schema is NOT the normative structures schema. -->
-<!-- The prose copy in the structures REC is the normative -->
-<!-- version (which shouldn't differ from this one except for -->
-<!-- this comment and entity expansions, but just in case -->
-<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "XMLSchema.dtd" [
-	<!-- provide ID type information even for parsers which only read the
-     internal subset -->
-	<!ATTLIST xs:schema
-	id ID #IMPLIED
->
-	<!ATTLIST xs:complexType
-	id ID #IMPLIED
->
-	<!ATTLIST xs:complexContent
-	id ID #IMPLIED
->
-	<!ATTLIST xs:simpleContent
-	id ID #IMPLIED
->
-	<!ATTLIST xs:extension
-	id ID #IMPLIED
->
-	<!ATTLIST xs:element
-	id ID #IMPLIED
->
-	<!ATTLIST xs:group
-	id ID #IMPLIED
->
-	<!ATTLIST xs:all
-	id ID #IMPLIED
->
-	<!ATTLIST xs:choice
-	id ID #IMPLIED
->
-	<!ATTLIST xs:sequence
-	id ID #IMPLIED
->
-	<!ATTLIST xs:any
-	id ID #IMPLIED
->
-	<!ATTLIST xs:anyAttribute
-	id ID #IMPLIED
->
-	<!ATTLIST xs:attribute
-	id ID #IMPLIED
->
-	<!ATTLIST xs:attributeGroup
-	id ID #IMPLIED
->
-	<!ATTLIST xs:unique
-	id ID #IMPLIED
->
-	<!ATTLIST xs:key
-	id ID #IMPLIED
->
-	<!ATTLIST xs:keyref
-	id ID #IMPLIED
->
-	<!ATTLIST xs:selector
-	id ID #IMPLIED
->
-	<!ATTLIST xs:field
-	id ID #IMPLIED
->
-	<!ATTLIST xs:include
-	id ID #IMPLIED
->
-	<!ATTLIST xs:import
-	id ID #IMPLIED
->
-	<!ATTLIST xs:redefine
-	id ID #IMPLIED
->
-	<!ATTLIST xs:notation
-	id ID #IMPLIED
->
-	<!--
-     keep this schema XML1.0 DTD valid
-  -->
-	<!ENTITY % schemaAttrs 'xmlns:hfp CDATA #IMPLIED'>
-	<!ELEMENT hfp:hasFacet EMPTY>
-	<!ATTLIST hfp:hasFacet
-	name NMTOKEN #REQUIRED
->
-	<!ELEMENT hfp:hasProperty EMPTY>
-	<!ATTLIST hfp:hasProperty
-	name NMTOKEN #REQUIRED
-		value CDATA #REQUIRED
->
-	<!--
-        Make sure that processors that do not read the external
-        subset will know about the various IDs we declare
-  -->
-	<!ATTLIST xs:simpleType
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxExclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minExclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxInclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minInclusive
-	id ID #IMPLIED
->
-	<!ATTLIST xs:totalDigits
-	id ID #IMPLIED
->
-	<!ATTLIST xs:fractionDigits
-	id ID #IMPLIED
->
-	<!ATTLIST xs:length
-	id ID #IMPLIED
->
-	<!ATTLIST xs:minLength
-	id ID #IMPLIED
->
-	<!ATTLIST xs:maxLength
-	id ID #IMPLIED
->
-	<!ATTLIST xs:enumeration
-	id ID #IMPLIED
->
-	<!ATTLIST xs:pattern
-	id ID #IMPLIED
->
-	<!ATTLIST xs:appinfo
-	id ID #IMPLIED
->
-	<!ATTLIST xs:documentation
-	id ID #IMPLIED
->
-	<!ATTLIST xs:list
-	id ID #IMPLIED
->
-	<!ATTLIST xs:union
-	id ID #IMPLIED
->
-]>
-<xs:schema targetNamespace="http://www.w3.org/2001/XMLSchema" blockDefault="#all" elementFormDefault="qualified" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xml:lang="EN" xmlns:hfp="http://www.w3.org/2001/XMLSchema-hasFacetAndProperty">
-	<xs:annotation>
-		<xs:documentation>
-    Part 1 version: Id: XMLSchema.xsd,v 1.53 2003/02/24 17:40:07 ht Exp 
-    Part 2 version: Id: datatypes.xsd,v 1.60 2003/04/05 11:02:30 ht Exp 
-  </xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation source="http://www.w3.org/XML/Group/2002/09/xmlschema-1/structures-with-errata.html">
-   The schema corresponding to this document is normative,
-   with respect to the syntactic constraints it expresses in the
-   XML Schema language.  The documentation (within &lt;documentation> elements)
-   below, is not normative, but rather highlights important aspects of
-   the W3C Recommendation of which this is a part</xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation>
-   The simpleType element and all of its members are defined
-      towards the end of this schema document</xs:documentation>
-	</xs:annotation>
-	<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd">
-		<xs:annotation>
-			<xs:documentation>
-       Get access to the xml: attribute groups for xml:lang
-       as declared on 'schema' and 'documentation' below
-     </xs:documentation>
-		</xs:annotation>
-	</xs:import>
-	<xs:complexType name="openAttrs">
-		<xs:annotation>
-			<xs:documentation>
-       This type is extended by almost all schema types
-       to allow attributes from other namespaces to be
-       added to user schemas.
-     </xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:anyType">
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="annotated">
-		<xs:annotation>
-			<xs:documentation>
-       This type is extended by all types which allow annotation
-       other than &lt;schema&gt; itself
-     </xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:openAttrs">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="id" type="xs:ID"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="schemaTop">
-		<xs:annotation>
-			<xs:documentation>
-   This group is for the
-   elements which occur freely at the top level of schemas.
-   All of their types are based on the "annotated" type by extension.</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:group ref="xs:redefinable"/>
-			<xs:element ref="xs:element"/>
-			<xs:element ref="xs:attribute"/>
-			<xs:element ref="xs:notation"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="redefinable">
-		<xs:annotation>
-			<xs:documentation>
-   This group is for the
-   elements which can self-redefine (see &lt;redefine> below).</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:simpleType"/>
-			<xs:element ref="xs:complexType"/>
-			<xs:element ref="xs:group"/>
-			<xs:element ref="xs:attributeGroup"/>
-		</xs:choice>
-	</xs:group>
-	<xs:simpleType name="formChoice">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:NMTOKEN">
-			<xs:enumeration value="qualified"/>
-			<xs:enumeration value="unqualified"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="reducedDerivationControl">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:derivationControl">
-			<xs:enumeration value="extension"/>
-			<xs:enumeration value="restriction"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="derivationSet">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-   #all or (possibly empty) subset of {extension, restriction}</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list itemType="xs:reducedDerivationControl"/>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:element name="schema" id="schema">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-schema"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:sequence>
-						<xs:choice minOccurs="0" maxOccurs="unbounded">
-							<xs:element ref="xs:include"/>
-							<xs:element ref="xs:import"/>
-							<xs:element ref="xs:redefine"/>
-							<xs:element ref="xs:annotation"/>
-						</xs:choice>
-						<xs:sequence minOccurs="0" maxOccurs="unbounded">
-							<xs:group ref="xs:schemaTop"/>
-							<xs:element ref="xs:annotation" minOccurs="0" maxOccurs="unbounded"/>
-						</xs:sequence>
-					</xs:sequence>
-					<xs:attribute name="targetNamespace" type="xs:anyURI"/>
-					<xs:attribute name="version" type="xs:normalizedString"/>
-					<xs:attribute name="finalDefault" type="xs:derivationSet" use="optional" default=""/>
-					<xs:attribute name="blockDefault" type="xs:blockSet" use="optional" default=""/>
-					<xs:attribute name="attributeFormDefault" type="xs:formChoice" use="optional" default="unqualified"/>
-					<xs:attribute name="elementFormDefault" type="xs:formChoice" use="optional" default="unqualified"/>
-					<xs:attribute name="id" type="xs:ID"/>
-					<xs:attribute ref="xml:lang"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-		<xs:key name="element">
-			<xs:selector xpath="xs:element"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="attribute">
-			<xs:selector xpath="xs:attribute"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="type">
-			<xs:selector xpath="xs:complexType|xs:simpleType"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="group">
-			<xs:selector xpath="xs:group"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="attributeGroup">
-			<xs:selector xpath="xs:attributeGroup"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="notation">
-			<xs:selector xpath="xs:notation"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-		<xs:key name="identityConstraint">
-			<xs:selector xpath=".//xs:key|.//xs:unique|.//xs:keyref"/>
-			<xs:field xpath="@name"/>
-		</xs:key>
-	</xs:element>
-	<xs:simpleType name="allNNI">
-		<xs:annotation>
-			<xs:documentation>
-   for maxOccurs</xs:documentation>
-		</xs:annotation>
-		<xs:union memberTypes="xs:nonNegativeInteger">
-			<xs:simpleType>
-				<xs:restriction base="xs:NMTOKEN">
-					<xs:enumeration value="unbounded"/>
-				</xs:restriction>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:attributeGroup name="occurs">
-		<xs:annotation>
-			<xs:documentation>
-   for all particles</xs:documentation>
-		</xs:annotation>
-		<xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="1"/>
-		<xs:attribute name="maxOccurs" type="xs:allNNI" use="optional" default="1"/>
-	</xs:attributeGroup>
-	<xs:attributeGroup name="defRef">
-		<xs:annotation>
-			<xs:documentation>
-   for element, group and attributeGroup,
-   which both define and reference</xs:documentation>
-		</xs:annotation>
-		<xs:attribute name="name" type="xs:NCName"/>
-		<xs:attribute name="ref" type="xs:QName"/>
-	</xs:attributeGroup>
-	<xs:group name="typeDefParticle">
-		<xs:annotation>
-			<xs:documentation>
-   'complexType' uses this</xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:all"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="nestedParticle">
-		<xs:choice>
-			<xs:element name="element" type="xs:localElement"/>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-			<xs:element ref="xs:any"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="particle">
-		<xs:choice>
-			<xs:element name="element" type="xs:localElement"/>
-			<xs:element name="group" type="xs:groupRef"/>
-			<xs:element ref="xs:all"/>
-			<xs:element ref="xs:choice"/>
-			<xs:element ref="xs:sequence"/>
-			<xs:element ref="xs:any"/>
-		</xs:choice>
-	</xs:group>
-	<xs:complexType name="attribute">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/>
-				</xs:sequence>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attribute name="type" type="xs:QName"/>
-				<xs:attribute name="use" use="optional" default="optional">
-					<xs:simpleType>
-						<xs:restriction base="xs:NMTOKEN">
-							<xs:enumeration value="prohibited"/>
-							<xs:enumeration value="optional"/>
-							<xs:enumeration value="required"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:attribute name="default" type="xs:string"/>
-				<xs:attribute name="fixed" type="xs:string"/>
-				<xs:attribute name="form" type="xs:formChoice"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelAttribute">
-		<xs:complexContent>
-			<xs:restriction base="xs:attribute">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:element name="simpleType" minOccurs="0" type="xs:localSimpleType"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="form" use="prohibited"/>
-				<xs:attribute name="use" use="prohibited"/>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="attrDecls">
-		<xs:sequence>
-			<xs:choice minOccurs="0" maxOccurs="unbounded">
-				<xs:element name="attribute" type="xs:attribute"/>
-				<xs:element name="attributeGroup" type="xs:attributeGroupRef"/>
-			</xs:choice>
-			<xs:element ref="xs:anyAttribute" minOccurs="0"/>
-		</xs:sequence>
-	</xs:group>
-	<xs:element name="anyAttribute" type="xs:wildcard" id="anyAttribute">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-anyAttribute"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:group name="complexTypeModel">
-		<xs:choice>
-			<xs:element ref="xs:simpleContent"/>
-			<xs:element ref="xs:complexContent"/>
-			<xs:sequence>
-				<xs:annotation>
-					<xs:documentation>
-   This branch is short for
-   &lt;complexContent>
-   &lt;restriction base="xs:anyType">
-   ...
-   &lt;/restriction>
-   &lt;/complexContent></xs:documentation>
-				</xs:annotation>
-				<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
-				<xs:group ref="xs:attrDecls"/>
-			</xs:sequence>
-		</xs:choice>
-	</xs:group>
-	<xs:complexType name="complexType" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:complexTypeModel"/>
-				<xs:attribute name="name" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-      Will be restricted to required or forbidden</xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="mixed" type="xs:boolean" use="optional" default="false">
-					<xs:annotation>
-						<xs:documentation>
-      Not allowed if simpleContent child is chosen.
-      May be overriden by setting on complexContent child.</xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="final" type="xs:derivationSet"/>
-				<xs:attribute name="block" type="xs:derivationSet"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelComplexType">
-		<xs:complexContent>
-			<xs:restriction base="xs:complexType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:complexTypeModel"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="required"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localComplexType">
-		<xs:complexContent>
-			<xs:restriction base="xs:complexType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:complexTypeModel"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:attribute name="abstract" use="prohibited"/>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:attribute name="block" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="restrictionType">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:choice minOccurs="0">
-						<xs:group ref="xs:typeDefParticle"/>
-						<xs:group ref="xs:simpleRestrictionModel"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="base" type="xs:QName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="complexRestrictionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:restrictionType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:annotation>
-							<xs:documentation>This choice is added simply to
-                   make this a valid restriction per the REC</xs:documentation>
-						</xs:annotation>
-						<xs:group ref="xs:typeDefParticle"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="extensionType">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="base" type="xs:QName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="complexContent" id="complexContent">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:choice>
-						<xs:element name="restriction" type="xs:complexRestrictionType"/>
-						<xs:element name="extension" type="xs:extensionType"/>
-					</xs:choice>
-					<xs:attribute name="mixed" type="xs:boolean">
-						<xs:annotation>
-							<xs:documentation>
-       Overrides any setting on complexType parent.</xs:documentation>
-						</xs:annotation>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="simpleRestrictionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:restrictionType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:annotation>
-							<xs:documentation>This choice is added simply to
-                   make this a valid restriction per the REC</xs:documentation>
-						</xs:annotation>
-						<xs:group ref="xs:simpleRestrictionModel"/>
-					</xs:choice>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="simpleExtensionType">
-		<xs:complexContent>
-			<xs:restriction base="xs:extensionType">
-				<xs:sequence>
-					<xs:annotation>
-						<xs:documentation>
-      No typeDefParticle group reference</xs:documentation>
-					</xs:annotation>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="simpleContent" id="simpleContent">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:choice>
-						<xs:element name="restriction" type="xs:simpleRestrictionType"/>
-						<xs:element name="extension" type="xs:simpleExtensionType"/>
-					</xs:choice>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="complexType" type="xs:topLevelComplexType" id="complexType">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-complexType"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:simpleType name="blockSet">
-		<xs:annotation>
-			<xs:documentation>
-    A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-    #all or (possibly empty) subset of {substitution, extension,
-    restriction}</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list>
-					<xs:simpleType>
-						<xs:restriction base="xs:derivationControl">
-							<xs:enumeration value="extension"/>
-							<xs:enumeration value="restriction"/>
-							<xs:enumeration value="substitution"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:list>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:complexType name="element" abstract="true">
-		<xs:annotation>
-			<xs:documentation>
-   The element element can be used either
-   at the top level to define an element-type binding globally,
-   or within a content model to either reference a globally-defined
-   element or type or declare an element-type binding locally.
-   The ref form is not allowed at the top level.</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attribute name="type" type="xs:QName"/>
-				<xs:attribute name="substitutionGroup" type="xs:QName"/>
-				<xs:attributeGroup ref="xs:occurs"/>
-				<xs:attribute name="default" type="xs:string"/>
-				<xs:attribute name="fixed" type="xs:string"/>
-				<xs:attribute name="nillable" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="abstract" type="xs:boolean" use="optional" default="false"/>
-				<xs:attribute name="final" type="xs:derivationSet"/>
-				<xs:attribute name="block" type="xs:blockSet"/>
-				<xs:attribute name="form" type="xs:formChoice"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelElement">
-		<xs:complexContent>
-			<xs:restriction base="xs:element">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="form" use="prohibited"/>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localElement">
-		<xs:complexContent>
-			<xs:restriction base="xs:element">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0">
-						<xs:element name="simpleType" type="xs:localSimpleType"/>
-						<xs:element name="complexType" type="xs:localComplexType"/>
-					</xs:choice>
-					<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="substitutionGroup" use="prohibited"/>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:attribute name="abstract" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="element" type="xs:topLevelElement" id="element">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-element"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="group" abstract="true">
-		<xs:annotation>
-			<xs:documentation>
-   group type for explicit groups, named top-level groups and
-   group references</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:particle" minOccurs="0" maxOccurs="unbounded"/>
-				<xs:attributeGroup ref="xs:defRef"/>
-				<xs:attributeGroup ref="xs:occurs"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="realGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:group">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="0" maxOccurs="1">
-						<xs:element ref="xs:all"/>
-						<xs:element ref="xs:choice"/>
-						<xs:element ref="xs:sequence"/>
-					</xs:choice>
-				</xs:sequence>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="namedGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:realGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:choice minOccurs="1" maxOccurs="1">
-						<xs:element name="all">
-							<xs:complexType>
-								<xs:complexContent>
-									<xs:restriction base="xs:all">
-										<xs:group ref="xs:allModel"/>
-										<xs:attribute name="minOccurs" use="prohibited"/>
-										<xs:attribute name="maxOccurs" use="prohibited"/>
-										<xs:anyAttribute namespace="##other" processContents="lax"/>
-									</xs:restriction>
-								</xs:complexContent>
-							</xs:complexType>
-						</xs:element>
-						<xs:element name="choice" type="xs:simpleExplicitGroup"/>
-						<xs:element name="sequence" type="xs:simpleExplicitGroup"/>
-					</xs:choice>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="groupRef">
-		<xs:complexContent>
-			<xs:restriction base="xs:realGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="required" type="xs:QName"/>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="explicitGroup">
-		<xs:annotation>
-			<xs:documentation>
-   group type for the three kinds of group</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:group">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="prohibited"/>
-				<xs:attribute name="ref" type="xs:QName" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="simpleExplicitGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:explicitGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:nestedParticle" minOccurs="0" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="minOccurs" use="prohibited"/>
-				<xs:attribute name="maxOccurs" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="allModel">
-		<xs:sequence>
-			<xs:element ref="xs:annotation" minOccurs="0"/>
-			<xs:choice minOccurs="0" maxOccurs="unbounded">
-				<xs:annotation>
-					<xs:documentation>This choice with min/max is here to
-                          avoid a pblm with the Elt:All/Choice/Seq
-                          Particle derivation constraint</xs:documentation>
-				</xs:annotation>
-				<xs:element name="element">
-					<xs:complexType>
-						<xs:annotation>
-							<xs:documentation>restricted max/min</xs:documentation>
-						</xs:annotation>
-						<xs:complexContent>
-							<xs:restriction base="xs:localElement">
-								<xs:sequence>
-									<xs:element ref="xs:annotation" minOccurs="0"/>
-									<xs:choice minOccurs="0">
-										<xs:element name="simpleType" type="xs:localSimpleType"/>
-										<xs:element name="complexType" type="xs:localComplexType"/>
-									</xs:choice>
-									<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
-								</xs:sequence>
-								<xs:attribute name="minOccurs" use="optional" default="1">
-									<xs:simpleType>
-										<xs:restriction base="xs:nonNegativeInteger">
-											<xs:enumeration value="0"/>
-											<xs:enumeration value="1"/>
-										</xs:restriction>
-									</xs:simpleType>
-								</xs:attribute>
-								<xs:attribute name="maxOccurs" use="optional" default="1">
-									<xs:simpleType>
-										<xs:restriction base="xs:allNNI">
-											<xs:enumeration value="0"/>
-											<xs:enumeration value="1"/>
-										</xs:restriction>
-									</xs:simpleType>
-								</xs:attribute>
-								<xs:anyAttribute namespace="##other" processContents="lax"/>
-							</xs:restriction>
-						</xs:complexContent>
-					</xs:complexType>
-				</xs:element>
-			</xs:choice>
-		</xs:sequence>
-	</xs:group>
-	<xs:complexType name="all">
-		<xs:annotation>
-			<xs:documentation>
-   Only elements allowed inside</xs:documentation>
-		</xs:annotation>
-		<xs:complexContent>
-			<xs:restriction base="xs:explicitGroup">
-				<xs:group ref="xs:allModel"/>
-				<xs:attribute name="minOccurs" use="optional" default="1">
-					<xs:simpleType>
-						<xs:restriction base="xs:nonNegativeInteger">
-							<xs:enumeration value="0"/>
-							<xs:enumeration value="1"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:attribute name="maxOccurs" use="optional" default="1">
-					<xs:simpleType>
-						<xs:restriction base="xs:allNNI">
-							<xs:enumeration value="1"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="all" id="all" type="xs:all">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-all"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="choice" type="xs:explicitGroup" id="choice">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="sequence" type="xs:explicitGroup" id="sequence">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="group" type="xs:namedGroup" id="group">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-group"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="wildcard">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>
-				<xs:attribute name="processContents" use="optional" default="strict">
-					<xs:simpleType>
-						<xs:restriction base="xs:NMTOKEN">
-							<xs:enumeration value="skip"/>
-							<xs:enumeration value="lax"/>
-							<xs:enumeration value="strict"/>
-						</xs:restriction>
-					</xs:simpleType>
-				</xs:attribute>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="any" id="any">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:wildcard">
-					<xs:attributeGroup ref="xs:occurs"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:annotation>
-		<xs:documentation>
-   simple type for the value of the 'namespace' attr of
-   'any' and 'anyAttribute'</xs:documentation>
-	</xs:annotation>
-	<xs:annotation>
-		<xs:documentation>
-   Value is
-              ##any      - - any non-conflicting WFXML/attribute at all
-
-              ##other    - - any non-conflicting WFXML/attribute from
-                              namespace other than targetNS
-
-              ##local    - - any unqualified non-conflicting WFXML/attribute 
-
-              one or     - - any non-conflicting WFXML/attribute from
-              more URI        the listed namespaces
-              references
-              (space separated)
-
-    ##targetNamespace or ##local may appear in the above list, to
-        refer to the targetNamespace of the enclosing
-        schema or an absent targetNamespace respectively</xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="namespaceList">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="##any"/>
-					<xs:enumeration value="##other"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:list>
-					<xs:simpleType>
-						<xs:union memberTypes="xs:anyURI">
-							<xs:simpleType>
-								<xs:restriction base="xs:token">
-									<xs:enumeration value="##targetNamespace"/>
-									<xs:enumeration value="##local"/>
-								</xs:restriction>
-							</xs:simpleType>
-						</xs:union>
-					</xs:simpleType>
-				</xs:list>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:element name="attribute" type="xs:topLevelAttribute" id="attribute">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-attribute"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="attributeGroup" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:attrDecls"/>
-				<xs:attributeGroup ref="xs:defRef"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="namedAttributeGroup">
-		<xs:complexContent>
-			<xs:restriction base="xs:attributeGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:attrDecls"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName"/>
-				<xs:attribute name="ref" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="attributeGroupRef">
-		<xs:complexContent>
-			<xs:restriction base="xs:attributeGroup">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="ref" use="required" type="xs:QName"/>
-				<xs:attribute name="name" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="attributeGroup" type="xs:namedAttributeGroup" id="attributeGroup">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-attributeGroup"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="include" id="include">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-include"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="redefine" id="redefine">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:choice minOccurs="0" maxOccurs="unbounded">
-						<xs:element ref="xs:annotation"/>
-						<xs:group ref="xs:redefinable"/>
-					</xs:choice>
-					<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
-					<xs:attribute name="id" type="xs:ID"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="import" id="import">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="namespace" type="xs:anyURI"/>
-					<xs:attribute name="schemaLocation" type="xs:anyURI"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="selector" id="selector">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-selector"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="xpath" use="required">
-						<xs:simpleType>
-							<xs:annotation>
-								<xs:documentation>A subset of XPath expressions for use
-in selectors</xs:documentation>
-								<xs:documentation>A utility type, not for public
-use</xs:documentation>
-							</xs:annotation>
-							<xs:restriction base="xs:token">
-								<xs:annotation>
-									<xs:documentation>The following pattern is intended to allow XPath
-                           expressions per the following EBNF:
-          Selector    ::=    Path ( '|' Path )*  
-          Path    ::=    ('.//')? Step ( '/' Step )*  
-          Step    ::=    '.' | NameTest  
-          NameTest    ::=    QName | '*' | NCName ':' '*'  
-                           child:: is also allowed
-         </xs:documentation>
-								</xs:annotation>
-								<xs:pattern value="(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)*">
-        </xs:pattern>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="field" id="field">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-field"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="xpath" use="required">
-						<xs:simpleType>
-							<xs:annotation>
-								<xs:documentation>A subset of XPath expressions for use
-in fields</xs:documentation>
-								<xs:documentation>A utility type, not for public
-use</xs:documentation>
-							</xs:annotation>
-							<xs:restriction base="xs:token">
-								<xs:annotation>
-									<xs:documentation>The following pattern is intended to allow XPath
-                           expressions per the same EBNF as for selector,
-                           with the following change:
-          Path    ::=    ('.//')? ( Step '/' )* ( Step | '@' NameTest ) 
-         </xs:documentation>
-								</xs:annotation>
-								<xs:pattern value="(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*))))(\|(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*)))))*">
-        </xs:pattern>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="keybase">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:sequence>
-					<xs:element ref="xs:selector"/>
-					<xs:element ref="xs:field" minOccurs="1" maxOccurs="unbounded"/>
-				</xs:sequence>
-				<xs:attribute name="name" type="xs:NCName" use="required"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:group name="identityConstraint">
-		<xs:annotation>
-			<xs:documentation>The three kinds of identity constraints, all with
-                     type of or derived from 'keybase'.
-   </xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:unique"/>
-			<xs:element ref="xs:key"/>
-			<xs:element ref="xs:keyref"/>
-		</xs:choice>
-	</xs:group>
-	<xs:element name="unique" type="xs:keybase" id="unique">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="key" type="xs:keybase" id="key">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="keyref" id="keyref">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-keyref"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:keybase">
-					<xs:attribute name="refer" type="xs:QName" use="required"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="notation" id="notation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-notation"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:attribute name="name" type="xs:NCName" use="required"/>
-					<xs:attribute name="public" type="xs:public"/>
-					<xs:attribute name="system" type="xs:anyURI"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:simpleType name="public">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-			<xs:documentation>
-   A public identifier, per ISO 8879</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:token"/>
-	</xs:simpleType>
-	<xs:element name="appinfo" id="appinfo">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-appinfo"/>
-		</xs:annotation>
-		<xs:complexType mixed="true">
-			<xs:sequence minOccurs="0" maxOccurs="unbounded">
-				<xs:any processContents="lax"/>
-			</xs:sequence>
-			<xs:attribute name="source" type="xs:anyURI"/>
-			<xs:anyAttribute namespace="##other" processContents="lax"/>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="documentation" id="documentation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-documentation"/>
-		</xs:annotation>
-		<xs:complexType mixed="true">
-			<xs:sequence minOccurs="0" maxOccurs="unbounded">
-				<xs:any processContents="lax"/>
-			</xs:sequence>
-			<xs:attribute name="source" type="xs:anyURI"/>
-			<xs:attribute ref="xml:lang"/>
-			<xs:anyAttribute namespace="##other" processContents="lax"/>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="annotation" id="annotation">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:extension base="xs:openAttrs">
-					<xs:choice minOccurs="0" maxOccurs="unbounded">
-						<xs:element ref="xs:appinfo"/>
-						<xs:element ref="xs:documentation"/>
-					</xs:choice>
-					<xs:attribute name="id" type="xs:ID"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:annotation>
-		<xs:documentation>
-   notations for use within XML Schema schemas</xs:documentation>
-	</xs:annotation>
-	<xs:notation name="XMLSchemaStructures" public="structures" system="http://www.w3.org/2000/08/XMLSchema.xsd"/>
-	<xs:notation name="XML" public="REC-xml-19980210" system="http://www.w3.org/TR/1998/REC-xml-19980210"/>
-	<xs:complexType name="anyType" mixed="true">
-		<xs:annotation>
-			<xs:documentation>
-   Not the real urType, but as close an approximation as we can
-   get in the XML representation</xs:documentation>
-		</xs:annotation>
-		<xs:sequence>
-			<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
-		</xs:sequence>
-		<xs:anyAttribute processContents="lax"/>
-	</xs:complexType>
-	<xs:annotation>
-		<xs:documentation>
-      First the built-in primitive datatypes.  These definitions are for
-      information only, the real built-in definitions are magic.
-    </xs:documentation>
-		<xs:documentation>
-      For each built-in datatype in this schema (both primitive and
-      derived) can be uniquely addressed via a URI constructed
-      as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the datatype
-
-      For example, to address the int datatype, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#int
-
-      Additionally, each facet definition element can be uniquely
-      addressed via a URI constructed as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the facet
-
-      For example, to address the maxInclusive facet, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#maxInclusive
-
-      Additionally, each facet usage in a built-in datatype definition
-      can be uniquely addressed via a URI constructed as follows:
-        1) the base URI is the URI of the XML Schema namespace
-        2) the fragment identifier is the name of the datatype, followed
-           by a period (".") followed by the name of the facet
-
-      For example, to address the usage of the maxInclusive facet in
-      the definition of int, the URI is:
-
-        http://www.w3.org/2001/XMLSchema#int.maxInclusive
-
-    </xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="string" id="string">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#string"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="preserve" id="string.preserve"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="boolean" id="boolean">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#boolean"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="boolean.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="float" id="float">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#float"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="float.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="double" id="double">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#double"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="double.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="decimal" id="decimal">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="totalDigits"/>
-				<hfp:hasFacet name="fractionDigits"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="total"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="true"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#decimal"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="decimal.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="duration" id="duration">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#duration"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="duration.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="dateTime" id="dateTime">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#dateTime"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="dateTime.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="time" id="time">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#time"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="time.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="date" id="date">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#date"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="date.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gYearMonth" id="gYearMonth">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYearMonth"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gYearMonth.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gYear" id="gYear">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gYear"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gYear.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gMonthDay" id="gMonthDay">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonthDay"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gMonthDay.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gDay" id="gDay">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gDay"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gDay.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="gMonth" id="gMonth">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasFacet name="maxInclusive"/>
-				<hfp:hasFacet name="maxExclusive"/>
-				<hfp:hasFacet name="minInclusive"/>
-				<hfp:hasFacet name="minExclusive"/>
-				<hfp:hasProperty name="ordered" value="partial"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#gMonth"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="gMonth.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="hexBinary" id="hexBinary">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#binary"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="hexBinary.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="base64Binary" id="base64Binary">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#base64Binary"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="base64Binary.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="anyURI" id="anyURI">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#anyURI"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="anyURI.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="QName" id="QName">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#QName"/>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="QName.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NOTATION" id="NOTATION">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="pattern"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
-			<xs:documentation>
-        NOTATION cannot be used directly in a schema; rather a type
-        must be derived from it by specifying at least one enumeration
-        facet whose value is the name of a NOTATION declared in the
-        schema.
-      </xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:anySimpleType">
-			<xs:whiteSpace value="collapse" fixed="true" id="NOTATION.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:annotation>
-		<xs:documentation>
-      Now the derived primitive types
-    </xs:documentation>
-	</xs:annotation>
-	<xs:simpleType name="normalizedString" id="normalizedString">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#normalizedString"/>
-		</xs:annotation>
-		<xs:restriction base="xs:string">
-			<xs:whiteSpace value="replace" id="normalizedString.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="token" id="token">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#token"/>
-		</xs:annotation>
-		<xs:restriction base="xs:normalizedString">
-			<xs:whiteSpace value="collapse" id="token.whiteSpace"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="language" id="language">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*" id="language.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-LanguageID">
-            pattern specifies the content of section 2.12 of XML 1.0e2
-            and RFC 3066 (Revised version of RFC 1766).
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="IDREFS" id="IDREFS">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREFS"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:IDREF"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="IDREFS.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="ENTITIES" id="ENTITIES">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITIES"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:ENTITY"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="ENTITIES.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NMTOKEN" id="NMTOKEN">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKEN"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="\c+" id="NMTOKEN.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Nmtoken">
-            pattern matches production 7 from the XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NMTOKENS" id="NMTOKENS">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasFacet name="length"/>
-				<hfp:hasFacet name="minLength"/>
-				<hfp:hasFacet name="maxLength"/>
-				<hfp:hasFacet name="enumeration"/>
-				<hfp:hasFacet name="whiteSpace"/>
-				<hfp:hasProperty name="ordered" value="false"/>
-				<hfp:hasProperty name="bounded" value="false"/>
-				<hfp:hasProperty name="cardinality" value="countably infinite"/>
-				<hfp:hasProperty name="numeric" value="false"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NMTOKENS"/>
-		</xs:annotation>
-		<xs:restriction>
-			<xs:simpleType>
-				<xs:list itemType="xs:NMTOKEN"/>
-			</xs:simpleType>
-			<xs:minLength value="1" id="NMTOKENS.minLength"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="Name" id="Name">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#Name"/>
-		</xs:annotation>
-		<xs:restriction base="xs:token">
-			<xs:pattern value="\i\c*" id="Name.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml#NT-Name">
-            pattern matches production 5 from the XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="NCName" id="NCName">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NCName"/>
-		</xs:annotation>
-		<xs:restriction base="xs:Name">
-			<xs:pattern value="[\i-[:]][\c-[:]]*" id="NCName.pattern">
-				<xs:annotation>
-					<xs:documentation source="http://www.w3.org/TR/REC-xml-names/#NT-NCName">
-            pattern matches production 4 from the Namespaces in XML spec
-          </xs:documentation>
-				</xs:annotation>
-			</xs:pattern>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="ID" id="ID">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ID"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="IDREF" id="IDREF">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#IDREF"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="ENTITY" id="ENTITY">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#ENTITY"/>
-		</xs:annotation>
-		<xs:restriction base="xs:NCName"/>
-	</xs:simpleType>
-	<xs:simpleType name="integer" id="integer">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#integer"/>
-		</xs:annotation>
-		<xs:restriction base="xs:decimal">
-			<xs:fractionDigits value="0" fixed="true" id="integer.fractionDigits"/>
-			<xs:pattern value="[\-+]?[0-9]+"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="nonPositiveInteger" id="nonPositiveInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:maxInclusive value="0" id="nonPositiveInteger.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="negativeInteger" id="negativeInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#negativeInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonPositiveInteger">
-			<xs:maxInclusive value="-1" id="negativeInteger.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="long" id="long">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#long"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:minInclusive value="-9223372036854775808" id="long.minInclusive"/>
-			<xs:maxInclusive value="9223372036854775807" id="long.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="int" id="int">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#int"/>
-		</xs:annotation>
-		<xs:restriction base="xs:long">
-			<xs:minInclusive value="-2147483648" id="int.minInclusive"/>
-			<xs:maxInclusive value="2147483647" id="int.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="short" id="short">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#short"/>
-		</xs:annotation>
-		<xs:restriction base="xs:int">
-			<xs:minInclusive value="-32768" id="short.minInclusive"/>
-			<xs:maxInclusive value="32767" id="short.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="byte" id="byte">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#byte"/>
-		</xs:annotation>
-		<xs:restriction base="xs:short">
-			<xs:minInclusive value="-128" id="byte.minInclusive"/>
-			<xs:maxInclusive value="127" id="byte.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="nonNegativeInteger" id="nonNegativeInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:integer">
-			<xs:minInclusive value="0" id="nonNegativeInteger.minInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedLong" id="unsignedLong">
-		<xs:annotation>
-			<xs:appinfo>
-				<hfp:hasProperty name="bounded" value="true"/>
-				<hfp:hasProperty name="cardinality" value="finite"/>
-			</xs:appinfo>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedLong"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonNegativeInteger">
-			<xs:maxInclusive value="18446744073709551615" id="unsignedLong.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedInt" id="unsignedInt">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedInt"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedLong">
-			<xs:maxInclusive value="4294967295" id="unsignedInt.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedShort" id="unsignedShort">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedShort"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedInt">
-			<xs:maxInclusive value="65535" id="unsignedShort.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="unsignedByte" id="unsignedByte">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedByte"/>
-		</xs:annotation>
-		<xs:restriction base="xs:unsignedShort">
-			<xs:maxInclusive value="255" id="unsignedByte.maxInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="positiveInteger" id="positiveInteger">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#positiveInteger"/>
-		</xs:annotation>
-		<xs:restriction base="xs:nonNegativeInteger">
-			<xs:minInclusive value="1" id="positiveInteger.minInclusive"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:simpleType name="derivationControl">
-		<xs:annotation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:restriction base="xs:NMTOKEN">
-			<xs:enumeration value="substitution"/>
-			<xs:enumeration value="extension"/>
-			<xs:enumeration value="restriction"/>
-			<xs:enumeration value="list"/>
-			<xs:enumeration value="union"/>
-		</xs:restriction>
-	</xs:simpleType>
-	<xs:group name="simpleDerivation">
-		<xs:choice>
-			<xs:element ref="xs:restriction"/>
-			<xs:element ref="xs:list"/>
-			<xs:element ref="xs:union"/>
-		</xs:choice>
-	</xs:group>
-	<xs:simpleType name="simpleDerivationSet">
-		<xs:annotation>
-			<xs:documentation>
-   #all or (possibly empty) subset of {restriction, union, list}
-   </xs:documentation>
-			<xs:documentation>
-   A utility type, not for public use</xs:documentation>
-		</xs:annotation>
-		<xs:union>
-			<xs:simpleType>
-				<xs:restriction base="xs:token">
-					<xs:enumeration value="#all"/>
-				</xs:restriction>
-			</xs:simpleType>
-			<xs:simpleType>
-				<xs:restriction base="xs:derivationControl">
-					<xs:enumeration value="list"/>
-					<xs:enumeration value="union"/>
-					<xs:enumeration value="restriction"/>
-				</xs:restriction>
-			</xs:simpleType>
-		</xs:union>
-	</xs:simpleType>
-	<xs:complexType name="simpleType" abstract="true">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:group ref="xs:simpleDerivation"/>
-				<xs:attribute name="final" type="xs:simpleDerivationSet"/>
-				<xs:attribute name="name" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-              Can be restricted to required or forbidden
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="topLevelSimpleType">
-		<xs:complexContent>
-			<xs:restriction base="xs:simpleType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:simpleDerivation"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="required" type="xs:NCName">
-					<xs:annotation>
-						<xs:documentation>
-              Required at the top level
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="localSimpleType">
-		<xs:complexContent>
-			<xs:restriction base="xs:simpleType">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-					<xs:group ref="xs:simpleDerivation"/>
-				</xs:sequence>
-				<xs:attribute name="name" use="prohibited">
-					<xs:annotation>
-						<xs:documentation>
-              Forbidden when nested
-            </xs:documentation>
-					</xs:annotation>
-				</xs:attribute>
-				<xs:attribute name="final" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="simpleType" type="xs:topLevelSimpleType" id="simpleType">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-simpleType"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:group name="facets">
-		<xs:annotation>
-			<xs:documentation>
-       We should use a substitution group for facets, but
-       that's ruled out because it would allow users to
-       add their own, which we're not ready for yet.
-    </xs:documentation>
-		</xs:annotation>
-		<xs:choice>
-			<xs:element ref="xs:minExclusive"/>
-			<xs:element ref="xs:minInclusive"/>
-			<xs:element ref="xs:maxExclusive"/>
-			<xs:element ref="xs:maxInclusive"/>
-			<xs:element ref="xs:totalDigits"/>
-			<xs:element ref="xs:fractionDigits"/>
-			<xs:element ref="xs:length"/>
-			<xs:element ref="xs:minLength"/>
-			<xs:element ref="xs:maxLength"/>
-			<xs:element ref="xs:enumeration"/>
-			<xs:element ref="xs:whiteSpace"/>
-			<xs:element ref="xs:pattern"/>
-		</xs:choice>
-	</xs:group>
-	<xs:group name="simpleRestrictionModel">
-		<xs:sequence>
-			<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
-			<xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/>
-		</xs:sequence>
-	</xs:group>
-	<xs:element name="restriction" id="restriction">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-restriction">
-          base attribute and simpleType child are mutually
-          exclusive, but one or other is required
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:group ref="xs:simpleRestrictionModel"/>
-					<xs:attribute name="base" type="xs:QName" use="optional"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="list" id="list">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list">
-          itemType attribute and simpleType child are mutually
-          exclusive, but one or other is required
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:sequence>
-						<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="itemType" type="xs:QName" use="optional"/>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="union" id="union">
-		<xs:complexType>
-			<xs:annotation>
-				<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-union">
-          memberTypes attribute must be non-empty or there must be
-          at least one simpleType child
-        </xs:documentation>
-			</xs:annotation>
-			<xs:complexContent>
-				<xs:extension base="xs:annotated">
-					<xs:sequence>
-						<xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0" maxOccurs="unbounded"/>
-					</xs:sequence>
-					<xs:attribute name="memberTypes" use="optional">
-						<xs:simpleType>
-							<xs:list itemType="xs:QName"/>
-						</xs:simpleType>
-					</xs:attribute>
-				</xs:extension>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:complexType name="facet">
-		<xs:complexContent>
-			<xs:extension base="xs:annotated">
-				<xs:attribute name="value" use="required"/>
-				<xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"/>
-			</xs:extension>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:complexType name="noFixedFacet">
-		<xs:complexContent>
-			<xs:restriction base="xs:facet">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="fixed" use="prohibited"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="minExclusive" id="minExclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minExclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="minInclusive" id="minInclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minInclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxExclusive" id="maxExclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxExclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxInclusive" id="maxInclusive" type="xs:facet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxInclusive"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:complexType name="numFacet">
-		<xs:complexContent>
-			<xs:restriction base="xs:facet">
-				<xs:sequence>
-					<xs:element ref="xs:annotation" minOccurs="0"/>
-				</xs:sequence>
-				<xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
-				<xs:anyAttribute namespace="##other" processContents="lax"/>
-			</xs:restriction>
-		</xs:complexContent>
-	</xs:complexType>
-	<xs:element name="totalDigits" id="totalDigits">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-totalDigits"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:numFacet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" type="xs:positiveInteger" use="required"/>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="fractionDigits" id="fractionDigits" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-fractionDigits"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="length" id="length" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-length"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="minLength" id="minLength" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-minLength"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="maxLength" id="maxLength" type="xs:numFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-maxLength"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/>
-		</xs:annotation>
-	</xs:element>
-	<xs:element name="whiteSpace" id="whiteSpace">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:facet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" use="required">
-						<xs:simpleType>
-							<xs:restriction base="xs:NMTOKEN">
-								<xs:enumeration value="preserve"/>
-								<xs:enumeration value="replace"/>
-								<xs:enumeration value="collapse"/>
-							</xs:restriction>
-						</xs:simpleType>
-					</xs:attribute>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-	<xs:element name="pattern" id="pattern">
-		<xs:annotation>
-			<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-pattern"/>
-		</xs:annotation>
-		<xs:complexType>
-			<xs:complexContent>
-				<xs:restriction base="xs:noFixedFacet">
-					<xs:sequence>
-						<xs:element ref="xs:annotation" minOccurs="0"/>
-					</xs:sequence>
-					<xs:attribute name="value" type="xs:string" use="required"/>
-					<xs:anyAttribute namespace="##other" processContents="lax"/>
-				</xs:restriction>
-			</xs:complexContent>
-		</xs:complexType>
-	</xs:element>
-</xs:schema>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/images/rm.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/images/rm.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/images/rm.jpg
deleted file mode 100644
index d0b4a5f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/rm/docs/images/rm.jpg and /dev/null differ


[19/19] git commit: applied 0001-Removed-stratos2-folder-from-products.patch

Posted by la...@apache.org.
applied 0001-Removed-stratos2-folder-from-products.patch


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a6d73412
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a6d73412
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a6d73412

Branch: refs/heads/master
Commit: a6d73412f0e570586b407ad53c5efa01a83ec7e3
Parents: 39a0abb
Author: Lakmal Warusawithana <la...@wso2.com>
Authored: Mon Jul 22 20:29:25 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Mon Jul 22 20:29:25 2013 +0530

----------------------------------------------------------------------
 .../stratos2/cloud_controller/1.0.0/INSTALL.txt |   78 -
 .../1.0.0/docs/resources/css/mb-docs.css        |  173 --
 .../1.0.0/docs/resources/images/Login.png       |  Bin 112406 -> 0 bytes
 .../resources/images/MessageFlowDiagram.jpg     |  Bin 43164 -> 0 bytes
 .../resources/images/cluster_scenario_02.png    |  Bin 105140 -> 0 bytes
 .../resources/images/cluster_scenario_03.png    |  Bin 105277 -> 0 bytes
 .../resources/images/cluster_scenario_04.png    |  Bin 103247 -> 0 bytes
 .../resources/images/cluster_scenario_05.png    |  Bin 88343 -> 0 bytes
 .../1.0.0/docs/resources/images/logs.PNG        |  Bin 63610 -> 0 bytes
 .../1.0.0/docs/resources/images/mb-docs-bg.gif  |  Bin 520 -> 0 bytes
 .../1.0.0/docs/resources/images/storeConfig.png |  Bin 25128 -> 0 bytes
 .../docs/resources/images/table-header.gif      |  Bin 873 -> 0 bytes
 .../docs/resources/images/topicBrowser.png      |  Bin 41142 -> 0 bytes
 .../images/topic_AddTopicFromDetails.png        |  Bin 25193 -> 0 bytes
 .../resources/images/topic_addSubscription.png  |  Bin 76820 -> 0 bytes
 .../docs/resources/images/topic_browser.png     |  Bin 50827 -> 0 bytes
 .../1.0.0/docs/xdoc/admin_guide.xml             |  484 ----
 .../1.0.0/docs/xdoc/cluster_scenario_03.xml     |  199 --
 .../1.0.0/docs/xdoc/cluster_scenario_04.xml     |  168 --
 .../1.0.0/docs/xdoc/deployment_guide.xml        |   90 -
 .../1.0.0/docs/xdoc/docs_index.xml              |   76 -
 .../cloud_controller/1.0.0/docs/xdoc/faq.xml    |   79 -
 .../docs/xdoc/samples/jms_topic_sample.xml      |  252 --
 .../1.0.0/docs/xdoc/samples_index.xml           |   79 -
 .../1.0.0/docs/xdoc/setting_java_home.xml       |   53 -
 .../distribution/lib/home/images/bottom.gif     |  Bin 523 -> 0 bytes
 .../lib/home/images/feature-01-icon.gif         |  Bin 2063 -> 0 bytes
 .../lib/home/images/powered-logo.gif            |  Bin 1280 -> 0 bytes
 .../distribution/lib/home/images/register.gif   |  Bin 6859 -> 0 bytes
 .../distribution/lib/home/images/title-bg.gif   |  Bin 1182 -> 0 bytes
 .../modules/distribution/lib/home/style.css     |   46 -
 .../distribution/src/main/assembly/bin.xml      |  329 ---
 .../src/main/assembly/filter.properties         |    4 -
 .../distribution/src/main/assembly/src.xml      |   73 -
 .../src/main/conf/cipher-text.properties        |   23 -
 .../distribution/src/main/conf/event-broker.xml |   44 -
 .../distribution/src/main/conf/jaas.conf        |   10 -
 .../distribution/src/main/conf/log4j.properties |  125 -
 .../synapse-configs/default/sequences/main.xml  |  109 -
 .../src/main/conf/synapse.properties            |   35 -
 .../resources/images/cluster_scenario_02.png    |  Bin 105140 -> 0 bytes
 .../resources/images/cluster_scenario_03.png    |  Bin 105277 -> 0 bytes
 .../resources/images/cluster_scenario_04.png    |  Bin 103247 -> 0 bytes
 .../resources/images/cluster_scenario_05.png    |  Bin 88343 -> 0 bytes
 .../src/site/resources/images/createMB.png      |  Bin 68180 -> 0 bytes
 .../site/resources/images/listMessageBoxes.png  |  Bin 69959 -> 0 bytes
 .../site/resources/images/mb-docs-header.gif    |  Bin 5716 -> 0 bytes
 .../site/resources/images/retrieveMessage.png   |  Bin 84034 -> 0 bytes
 .../src/site/resources/images/table-header.gif  |  Bin 873 -> 0 bytes
 .../images/topic_AddTopicFromDetails.png        |  Bin 25193 -> 0 bytes
 .../resources/images/topic_browser_clicked.png  |  Bin 55746 -> 0 bytes
 .../src/site/resources/images/user-mgt.PNG      |  Bin 8985 -> 0 bytes
 .../src/site/xdoc/admin/css/documentation.css   |   74 -
 .../src/site/xdoc/admin/css/global.css          | 1436 -----------
 .../images/ui-bg_glass_65_ffffff_1x400.png      |  Bin 105 -> 0 bytes
 .../images/ui-bg_glass_75_dadada_1x400.png      |  Bin 111 -> 0 bytes
 .../images/ui-bg_glass_75_e6e6e6_1x400.png      |  Bin 110 -> 0 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png    |  Bin 101 -> 0 bytes
 .../css/smoothness/jquery-ui-1.8.11.custom.css  |  573 -----
 .../src/site/xdoc/admin/docs/userguide.xml      |  232 --
 .../src/site/xdoc/admin/images/1px.gif          |  Bin 43 -> 0 bytes
 .../site/xdoc/admin/images/add-collection.gif   |  Bin 628 -> 0 bytes
 .../site/xdoc/admin/images/add-small-icon.gif   |  Bin 938 -> 0 bytes
 .../src/site/xdoc/admin/images/add.gif          |  Bin 407 -> 0 bytes
 .../src/site/xdoc/admin/images/am_logo_h23.gif  |  Bin 1536 -> 0 bytes
 .../xdoc/admin/images/appserver_logo_h23.gif    |  Bin 1574 -> 0 bytes
 .../src/site/xdoc/admin/images/arrow-up.png     |  Bin 319 -> 0 bytes
 .../site/xdoc/admin/images/button-bg-hover.gif  |  Bin 243 -> 0 bytes
 .../src/site/xdoc/admin/images/button-bg.gif    |  Bin 243 -> 0 bytes
 .../src/site/xdoc/admin/images/calculator.gif   |  Bin 623 -> 0 bytes
 .../src/site/xdoc/admin/images/cep_logo_h23.gif |  Bin 1998 -> 0 bytes
 .../src/site/xdoc/admin/images/cloneTab.gif     |  Bin 170 -> 0 bytes
 .../src/site/xdoc/admin/images/ds_logo_h23.gif  |  Bin 1686 -> 0 bytes
 .../src/site/xdoc/admin/images/edit.gif         |  Bin 1041 -> 0 bytes
 .../src/site/xdoc/admin/images/excelicon.gif    |  Bin 1080 -> 0 bytes
 .../src/site/xdoc/admin/images/favicon.ico      |  Bin 17542 -> 0 bytes
 .../src/site/xdoc/admin/images/header-bg.gif    |  Bin 495 -> 0 bytes
 .../site/xdoc/admin/images/header-region-bg.gif |  Bin 369 -> 0 bytes
 .../src/site/xdoc/admin/images/help-bg.gif      |  Bin 465 -> 0 bytes
 .../src/site/xdoc/admin/images/help-footer.gif  |  Bin 1708 -> 0 bytes
 .../xdoc/admin/images/identity_logo_h23.gif     |  Bin 1499 -> 0 bytes
 .../site/xdoc/admin/images/mashup_logo_h23.gif  |  Bin 1508 -> 0 bytes
 .../src/site/xdoc/admin/images/mgt-logo.gif     |  Bin 2095 -> 0 bytes
 .../site/xdoc/admin/images/nseditor-icon.gif    |  Bin 1065 -> 0 bytes
 .../src/site/xdoc/admin/images/oops.gif         |  Bin 678 -> 0 bytes
 .../src/site/xdoc/admin/images/overlay.png      |  Bin 289 -> 0 bytes
 .../src/site/xdoc/admin/images/panelImage.png   |  Bin 144 -> 0 bytes
 .../src/site/xdoc/admin/images/pdficon.gif      |  Bin 361 -> 0 bytes
 .../site/xdoc/admin/images/plugin_delete.gif    |  Bin 1031 -> 0 bytes
 .../src/site/xdoc/admin/images/policies.gif     |  Bin 387 -> 0 bytes
 .../xdoc/admin/images/registry_logo_h23.gif     |  Bin 1657 -> 0 bytes
 .../src/site/xdoc/admin/images/spacer.gif       |  Bin 43 -> 0 bytes
 .../src/site/xdoc/admin/images/star.gif         |  Bin 588 -> 0 bytes
 .../src/site/xdoc/admin/images/table-header.gif |  Bin 873 -> 0 bytes
 .../xdoc/admin/images/trace-icon-disabled.gif   |  Bin 950 -> 0 bytes
 .../src/site/xdoc/admin/images/user.gif         |  Bin 604 -> 0 bytes
 .../src/site/xdoc/admin/images/view.gif         |  Bin 596 -> 0 bytes
 .../src/site/xdoc/admin/images/zoom_out.gif     |  Bin 563 -> 0 bytes
 .../images/cassandra-connection.png             |  Bin 13921 -> 0 bytes
 .../xdoc/andes-cluster-mgt/images/nodeIDBox.png |  Bin 5775 -> 0 bytes
 .../images/nodewiseQueueWorkers.png             |  Bin 17287 -> 0 bytes
 .../site/xdoc/andes-cluster-mgt/images/qpid.png |  Bin 709 -> 0 bytes
 .../andes-cluster-mgt/images/queue_type_sqs.gif |  Bin 467 -> 0 bytes
 .../xdoc/andes-cluster-mgt/images/secure.gif    |  Bin 943 -> 0 bytes
 .../images/zookeeper-connection.png             |  Bin 4968 -> 0 bytes
 .../andes-cluster-mgt/styles/tree-styles.css    |   36 -
 .../src/site/xdoc/axis2/images/type.gif         |  Bin 409 -> 0 bytes
 .../src/site/xdoc/caching/docs/userguide.xml    |  142 --
 .../src/site/xdoc/cluster_scenario_01.xml       |  183 --
 .../src/site/xdoc/cluster_scenario_02.xml       |  159 --
 .../src/site/xdoc/dialog/css/dialog-ie8.css     |    4 -
 .../images/222222_11x11_icon_resize_se.gif      |  Bin 61 -> 0 bytes
 .../jqueryui/images/222222_7x7_arrow_left.gif   |  Bin 53 -> 0 bytes
 .../jqueryui/images/222222_7x7_arrow_right.gif  |  Bin 53 -> 0 bytes
 .../jqueryui/images/454545_11x11_icon_close.gif |  Bin 62 -> 0 bytes
 .../src/site/xdoc/dialog/img/confirm.gif        |  Bin 2324 -> 0 bytes
 .../src/site/xdoc/dialog/img/warning.gif        |  Bin 2345 -> 0 bytes
 .../222222_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../tabs/images/222222_11x11_icon_doc.gif       |  Bin 64 -> 0 bytes
 .../tabs/images/222222_11x11_icon_plus.gif      |  Bin 61 -> 0 bytes
 .../454545_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../images/454545_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../tabs/images/454545_11x11_icon_close.gif     |  Bin 62 -> 0 bytes
 .../tabs/images/454545_11x11_icon_doc.gif       |  Bin 64 -> 0 bytes
 .../tabs/images/454545_11x11_icon_plus.gif      |  Bin 61 -> 0 bytes
 .../tabs/images/454545_7x7_arrow_down.gif       |  Bin 52 -> 0 bytes
 .../tabs/images/454545_7x7_arrow_left.gif       |  Bin 53 -> 0 bytes
 .../tabs/images/454545_7x7_arrow_right.gif      |  Bin 53 -> 0 bytes
 .../tabs/images/454545_7x7_arrow_up.gif         |  Bin 52 -> 0 bytes
 .../images/888888_11x11_icon_folder_open.gif    |  Bin 61 -> 0 bytes
 .../tabs/images/888888_11x11_icon_plus.gif      |  Bin 61 -> 0 bytes
 .../tabs/images/888888_7x7_arrow_up.gif         |  Bin 52 -> 0 bytes
 .../dadada_40x100_textures_02_glass_75.png      |  Bin 214 -> 0 bytes
 .../e6e6e6_40x100_textures_02_glass_75.png      |  Bin 211 -> 0 bytes
 .../ffffff_40x100_textures_01_flat_75.png       |  Bin 178 -> 0 bytes
 .../distribution/src/site/xdoc/docs/about.xml   |  125 -
 .../src/site/xdoc/eventing/css/dsxmleditor.css  |   82 -
 .../src/site/xdoc/eventing/images/add.gif       |  Bin 407 -> 0 bytes
 .../src/site/xdoc/eventing/images/list.gif      |  Bin 216 -> 0 bytes
 .../src/site/xdoc/eventing/images/secure.gif    |  Bin 943 -> 0 bytes
 .../src/site/xdoc/eventing/images/show.gif      |  Bin 919 -> 0 bytes
 .../src/site/xdoc/eventing/images/topics.gif    |  Bin 147 -> 0 bytes
 .../src/site/xdoc/eventing/images/up.png        |  Bin 562 -> 0 bytes
 .../images/222222_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../css/images/222222_11x11_icon_doc.gif        |  Bin 64 -> 0 bytes
 .../css/images/222222_11x11_icon_plus.gif       |  Bin 61 -> 0 bytes
 .../css/images/222222_7x7_arrow_left.gif        |  Bin 53 -> 0 bytes
 .../454545_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../css/images/454545_11x11_icon_plus.gif       |  Bin 61 -> 0 bytes
 .../images/888888_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../css/images/888888_11x11_icon_close.gif      |  Bin 62 -> 0 bytes
 .../images/888888_11x11_icon_folder_open.gif    |  Bin 61 -> 0 bytes
 .../css/images/888888_11x11_icon_minus.gif      |  Bin 56 -> 0 bytes
 .../css/images/888888_7x7_arrow_up.gif          |  Bin 52 -> 0 bytes
 .../e6e6e6_40x100_textures_02_glass_75.png      |  Bin 211 -> 0 bytes
 .../ffffff_40x100_textures_01_flat_75.png       |  Bin 178 -> 0 bytes
 .../src/site/xdoc/feature-mgt/css/ui.all.css    |  699 ------
 .../docs/images/available-features.png          |  Bin 55734 -> 0 bytes
 .../images/select-a-category-to-install.png     |  Bin 115949 -> 0 bytes
 .../site/xdoc/feature-mgt/images/more-info.gif  |  Bin 617 -> 0 bytes
 .../src/site/xdoc/feature-mgt/images/nodata.gif |  Bin 883 -> 0 bytes
 .../distribution/src/site/xdoc/images/menu.jpg  |  Bin 15430 -> 0 bytes
 .../src/site/xdoc/images/usergroups.jpg         |  Bin 13759 -> 0 bytes
 .../distribution/src/site/xdoc/images/users.jpg |  Bin 10656 -> 0 bytes
 .../src/site/xdoc/images/userstores.jpg         |  Bin 15682 -> 0 bytes
 .../distribution/src/site/xdoc/index.xml        |   70 -
 .../src/site/xdoc/installation_guide.xml        |  413 ----
 .../xdoc/java2wsdl/docs/images/add_resource.png |  Bin 12443 -> 0 bytes
 .../site/xdoc/java2wsdl/images/java2wsdl.gif    |  Bin 399 -> 0 bytes
 .../docs/images/keystoremanagement.JPG          |  Bin 12691 -> 0 bytes
 .../site/xdoc/keystoremgt/docs/userguide.xml    |   77 -
 .../src/site/xdoc/keystoremgt/images/add.gif    |  Bin 407 -> 0 bytes
 .../src/site/xdoc/keystoremgt/images/delete.gif |  Bin 555 -> 0 bytes
 .../src/site/xdoc/keystoremgt/images/edit.gif   |  Bin 1036 -> 0 bytes
 .../xdoc/keystoremgt/images/import-cert.png     |  Bin 13474 -> 0 bytes
 .../xdoc/keystoremgt/images/view-keystore.png   |  Bin 20459 -> 0 bytes
 .../site/xdoc/log-view/docs/images/logview.jpg  |  Bin 104153 -> 0 bytes
 .../src/site/xdoc/log-view/images/fatal.png     |  Bin 670 -> 0 bytes
 .../src/site/xdoc/log-view/images/minus.gif     |  Bin 896 -> 0 bytes
 .../src/site/xdoc/log-view/images/plus.gif      |  Bin 905 -> 0 bytes
 .../site/xdoc/log-view/images/script_gear.gif   |  Bin 1082 -> 0 bytes
 .../src/site/xdoc/log-view/images/search.gif    |  Bin 578 -> 0 bytes
 .../src/site/xdoc/log-view/images/trace.png     |  Bin 900 -> 0 bytes
 .../src/site/xdoc/log-view/images/view.gif      |  Bin 596 -> 0 bytes
 .../xdoc/mediation/images/mediation-icon.gif    |  Bin 573 -> 0 bytes
 .../menugeneral/images/chart_organisation.gif   |  Bin 558 -> 0 bytes
 .../site/xdoc/menugeneral/images/magnifier.gif  |  Bin 578 -> 0 bytes
 .../xdoc/modulemgt/docs/images/global-after.png |  Bin 111586 -> 0 bytes
 .../src/site/xdoc/modulemgt/docs/userguide.xml  |  138 --
 .../src/site/xdoc/modulemgt/images/add.gif      |  Bin 407 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/bricks.gif   |  Bin 1051 -> 0 bytes
 .../site/xdoc/modulemgt/images/disengage.gif    |  Bin 595 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/engage.gif   |  Bin 603 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/list.gif     |  Bin 216 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/policies.gif |  Bin 387 -> 0 bytes
 .../src/site/xdoc/operation/images/caching.gif  |  Bin 630 -> 0 bytes
 .../src/site/xdoc/operation/images/service.gif  |  Bin 638 -> 0 bytes
 .../docs/images/policy-editor-source-view.png   |  Bin 83111 -> 0 bytes
 .../docs/images/select-service-policies.png     |  Bin 17068 -> 0 bytes
 .../src/site/xdoc/queues/docs/userguide.xml     |   92 -
 .../src/site/xdoc/queues/images/move.gif        |  Bin 565 -> 0 bytes
 .../src/site/xdoc/queues/images/nodata.gif      |  Bin 883 -> 0 bytes
 .../src/site/xdoc/queues/images/plus.gif        |  Bin 905 -> 0 bytes
 .../src/site/xdoc/queues/images/queue_add.png   |  Bin 29186 -> 0 bytes
 .../xdoc/queues/images/queue_add_success.png    |  Bin 21010 -> 0 bytes
 .../site/xdoc/queues/images/queue_browse.png    |  Bin 25479 -> 0 bytes
 .../xdoc/queues/images/queue_from_tenant.png    |  Bin 18297 -> 0 bytes
 .../site/xdoc/queues/images/queue_type_sqs.gif  |  Bin 467 -> 0 bytes
 .../src/site/xdoc/queues/images/queues.gif      |  Bin 366 -> 0 bytes
 .../src/site/xdoc/queues/images/secure.gif      |  Bin 943 -> 0 bytes
 .../src/site/xdoc/queues/images/treetop.jpg     |  Bin 795 -> 0 bytes
 .../src/site/xdoc/queues/styles/dsxmleditor.css |   82 -
 .../site/xdoc/resources/css/registry-ie7.css    |    7 -
 .../src/site/xdoc/resources/css/registry.css    |  842 -------
 .../resources/docs/images/HierSubscriptions.png |  Bin 27885 -> 0 bytes
 .../xdoc/resources/docs/images/addResource.png  |  Bin 22508 -> 0 bytes
 .../resources/docs/images/add_subscription.png  |  Bin 20527 -> 0 bytes
 .../xdoc/resources/docs/images/associations.png |  Bin 20179 -> 0 bytes
 .../xdoc/resources/docs/images/comments.png     |  Bin 13497 -> 0 bytes
 .../site/xdoc/resources/docs/images/content.png |  Bin 27060 -> 0 bytes
 .../xdoc/resources/docs/images/lifeCycles.png   |  Bin 10306 -> 0 bytes
 .../site/xdoc/resources/docs/images/symlink.png |  Bin 376850 -> 0 bytes
 .../xdoc/resources/docs/images/tagSearch.png    |  Bin 4565 -> 0 bytes
 .../xdoc/resources/docs/images/version_view.png |  Bin 21283 -> 0 bytes
 .../xdoc/resources/images/TrainingTitleBack.jpg |  Bin 331 -> 0 bytes
 .../site/xdoc/resources/images/ajax-loader.gif  |  Bin 673 -> 0 bytes
 .../images/collection-extn-mounted.gif          |  Bin 614 -> 0 bytes
 .../xdoc/resources/images/collection-extn.gif   |  Bin 1006 -> 0 bytes
 .../xdoc/resources/images/icon-add-folder.gif   |  Bin 628 -> 0 bytes
 .../xdoc/resources/images/icon-add-resource.gif |  Bin 616 -> 0 bytes
 .../site/xdoc/resources/images/icon-copy.jpg    |  Bin 647 -> 0 bytes
 .../xdoc/resources/images/icon-download.jpg     |  Bin 466 -> 0 bytes
 .../site/xdoc/resources/images/icon-move.jpg    |  Bin 580 -> 0 bytes
 .../site/xdoc/resources/images/icon-restore.gif |  Bin 639 -> 0 bytes
 .../site/xdoc/resources/images/icon-search.gif  |  Bin 1003 -> 0 bytes
 .../xdoc/resources/images/icon-tree-minus.gif   |  Bin 955 -> 0 bytes
 .../site/xdoc/resources/images/icon-tree.png    |  Bin 528 -> 0 bytes
 .../site/xdoc/resources/images/icon-upload.jpg  |  Bin 1167 -> 0 bytes
 .../site/xdoc/resources/images/menu-back.jpg    |  Bin 347 -> 0 bytes
 .../xdoc/resources/images/page-back-repeat.jpg  |  Bin 4215 -> 0 bytes
 .../site/xdoc/resources/images/page-back.jpg    |  Bin 351 -> 0 bytes
 .../xdoc/resources/images/page-left-top.gif     |  Bin 291 -> 0 bytes
 .../site/xdoc/resources/images/point-left.gif   |  Bin 407 -> 0 bytes
 .../site/xdoc/resources/images/point-right.gif  |  Bin 401 -> 0 bytes
 .../resources/images/promotionBackground.jpg    |  Bin 379 -> 0 bytes
 .../src/site/xdoc/resources/images/r02.gif      |  Bin 980 -> 0 bytes
 .../src/site/xdoc/resources/images/r03.gif      |  Bin 981 -> 0 bytes
 .../src/site/xdoc/resources/images/r4x.gif      |  Bin 582 -> 0 bytes
 .../resources/images/resource-extn-mounted.gif  |  Bin 619 -> 0 bytes
 .../src/site/xdoc/resources/images/resource.gif |  Bin 1008 -> 0 bytes
 .../site/xdoc/resources/images/resources.gif    |  Bin 1028 -> 0 bytes
 .../site/xdoc/resources/images/save-button.gif  |  Bin 623 -> 0 bytes
 .../site/xdoc/resources/images/seperator.gif    |  Bin 817 -> 0 bytes
 .../src/site/xdoc/resources/images/spacer.jpg   |  Bin 309 -> 0 bytes
 .../src/site/xdoc/resources/images/sqr.gif      |  Bin 812 -> 0 bytes
 .../resources/images/submain-title-back.jpg     |  Bin 361 -> 0 bytes
 .../src/site/xdoc/resources/images/to-root.gif  |  Bin 1023 -> 0 bytes
 .../xdoc/resources/images/universal-add.gif     |  Bin 986 -> 0 bytes
 .../src/site/xdoc/resources/xslt/XMLSchema.xsd  | 2312 ------------------
 .../src/site/xdoc/rm/docs/images/rm.jpg         |  Bin 88288 -> 0 bytes
 .../src/site/xdoc/rm/docs/userguide.xml         |  158 --
 .../src/site/xdoc/role/docs/userguide.xml       |  111 -
 .../src/site/xdoc/role/images/add-role3.png     |  Bin 20692 -> 0 bytes
 .../src/site/xdoc/role/images/check2.gif        |  Bin 622 -> 0 bytes
 .../src/site/xdoc/role/images/contractall.gif   |  Bin 987 -> 0 bytes
 .../src/site/xdoc/role/images/delete.gif        |  Bin 555 -> 0 bytes
 .../src/site/xdoc/role/images/edit.gif          |  Bin 1036 -> 0 bytes
 .../src/site/xdoc/role/images/expandall.gif     |  Bin 983 -> 0 bytes
 .../site/xdoc/role/images/external-roles.gif    |  Bin 623 -> 0 bytes
 .../src/site/xdoc/role/images/role-main.png     |  Bin 17918 -> 0 bytes
 .../src/site/xdoc/role/images/user-roles.gif    |  Bin 1048 -> 0 bytes
 .../src/site/xdoc/role/images/users.gif         |  Bin 1027 -> 0 bytes
 .../site/xdoc/roles-mgt/docs/server-roles.xml   |   62 -
 .../src/site/xdoc/roles-mgt/docs/userguide.xml  |   91 -
 .../src/site/xdoc/roles-mgt/images/add.gif      |  Bin 407 -> 0 bytes
 .../xdoc/roles-mgt/images/add_server_role.jpg   |  Bin 46641 -> 0 bytes
 .../src/site/xdoc/roles-mgt/images/delete.gif   |  Bin 555 -> 0 bytes
 .../xdoc/roles-mgt/images/icon-expanded.gif     |  Bin 389 -> 0 bytes
 .../xdoc/roles-mgt/images/icon-minimized.gif    |  Bin 405 -> 0 bytes
 .../src/site/xdoc/samples/jms_queue_sample.xml  |  260 --
 .../src/site/xdoc/samples/jms_topic_sample.xml  |  252 --
 .../src/site/xdoc/search/css/search.css         |   25 -
 .../src/site/xdoc/search/docs/images/date.png   |  Bin 54047 -> 0 bytes
 .../xdoc/search/docs/images/reporting_crumb.png |  Bin 4290 -> 0 bytes
 .../src/site/xdoc/search/docs/userguide.xml     |  102 -
 .../src/site/xdoc/search/images/arrow-down.png  |  Bin 529 -> 0 bytes
 .../src/site/xdoc/search/images/r01.gif         |  Bin 980 -> 0 bytes
 .../src/site/xdoc/search/images/r04.gif         |  Bin 582 -> 0 bytes
 .../src/site/xdoc/search/images/r44.gif         |  Bin 582 -> 0 bytes
 .../src/site/xdoc/search/images/search-top.png  |  Bin 785 -> 0 bytes
 .../src/site/xdoc/search/images/search.gif      |  Bin 578 -> 0 bytes
 .../images/activate_security_user_groups.png    |  Bin 19093 -> 0 bytes
 .../securityconfig/docs/images/kerberos_spn.png |  Bin 23907 -> 0 bytes
 .../securityconfig/docs/images/no_security.png  |  Bin 14725 -> 0 bytes
 .../xdoc/securityconfig/images/scenario1.png    |  Bin 51504 -> 0 bytes
 .../xdoc/securityconfig/images/scenario10.png   |  Bin 85245 -> 0 bytes
 .../xdoc/securityconfig/images/scenario13.png   |  Bin 93878 -> 0 bytes
 .../xdoc/securityconfig/images/scenario2.png    |  Bin 60285 -> 0 bytes
 .../xdoc/securityconfig/images/scenario3.png    |  Bin 71785 -> 0 bytes
 .../xdoc/securityconfig/images/scenario4.png    |  Bin 72930 -> 0 bytes
 .../xdoc/securityconfig/images/scenario7.png    |  Bin 84269 -> 0 bytes
 .../server-admin/docs/images/server-admin.gif   |  Bin 21871 -> 0 bytes
 .../site/xdoc/server-admin/docs/userguide.xml   |   55 -
 .../server-admin/images/graceful-shutdown.gif   |  Bin 623 -> 0 bytes
 .../docs/images/Servicegroup Dashboard.JPG      |  Bin 23262 -> 0 bytes
 .../docs/images/deployedservices.JPG            |  Bin 134937 -> 0 bytes
 .../service-mgt/docs/images/service details.JPG |  Bin 12416 -> 0 bytes
 .../docs/images/service group parameters.JPG    |  Bin 18175 -> 0 bytes
 .../docs/images/service parameters.JPG          |  Bin 21034 -> 0 bytes
 .../service-mgt/docs/images/try the service.JPG |  Bin 15674 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/QoS.jpg    |  Bin 18555 -> 0 bytes
 .../site/xdoc/service-mgt/images/caching.gif    |  Bin 630 -> 0 bytes
 .../service-mgt/images/client operations.jpg    |  Bin 9520 -> 0 bytes
 .../site/xdoc/service-mgt/images/create_svc.gif |  Bin 623 -> 0 bytes
 .../service-mgt/images/deployedservices.jpg     |  Bin 42108 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/list.gif   |  Bin 216 -> 0 bytes
 .../site/xdoc/service-mgt/images/operations.gif |  Bin 623 -> 0 bytes
 .../service-mgt/images/response time graph.jpg  |  Bin 19259 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/search.gif |  Bin 578 -> 0 bytes
 .../site/xdoc/service-mgt/images/secured.gif    |  Bin 558 -> 0 bytes
 .../site/xdoc/service-mgt/images/security.gif   |  Bin 1019 -> 0 bytes
 .../service-mgt/images/service parameters.jpg   |  Bin 36648 -> 0 bytes
 .../site/xdoc/service-mgt/images/service.jpg    |  Bin 235858 -> 0 bytes
 .../xdoc/service-mgt/images/try the service.jpg |  Bin 14462 -> 0 bytes
 .../site/xdoc/service-mgt/styles/datatypes.dtd  |  216 --
 .../src/site/xdoc/setting_java_home.xml         |   53 -
 .../src/site/xdoc/sso-acs/css/authFailures.css  |   28 -
 .../site/xdoc/statistics/gadget/stat_gadget.xml |  158 --
 .../xdoc/statistics/gadget/stats_gadget.xml     |   91 -
 .../site/xdoc/statistics/images/chart_bar.gif   |  Bin 1040 -> 0 bytes
 .../images/cloud-identity-sso-config-ok.png     |  Bin 38465 -> 0 bytes
 .../images/cloud-identity-sso-config.png        |  Bin 32929 -> 0 bytes
 .../stratos-auth/images/cloud-sso-config.png    |  Bin 29222 -> 0 bytes
 .../site/xdoc/stratos-auth/images/import.gif    |  Bin 1051 -> 0 bytes
 .../site/xdoc/stratos-auth/images/loading.gif   |  Bin 14367 -> 0 bytes
 .../site/xdoc/stratos-auth/images/register.gif  |  Bin 4099 -> 0 bytes
 .../stratos-auth/images/st-login-body-bg.gif    |  Bin 2215 -> 0 bytes
 .../stratos-auth/images/st-login-footer-bg.gif  |  Bin 749 -> 0 bytes
 .../stratos-auth/images/st-login-header-bg.gif  |  Bin 64503 -> 0 bytes
 .../src/site/xdoc/tenant-mgt/css/tenant.css     |   62 -
 .../site/xdoc/tenant-mgt/images/services1.gif   |  Bin 608 -> 0 bytes
 .../xdoc/throttling/docs/images/throttle.jpg    |  Bin 112870 -> 0 bytes
 .../src/site/xdoc/throttling/images/add.gif     |  Bin 589 -> 0 bytes
 .../src/site/xdoc/throttling/images/delete.gif  |  Bin 555 -> 0 bytes
 .../src/site/xdoc/tools/images/tools.gif        |  Bin 573 -> 0 bytes
 .../src/site/xdoc/topics/css/dsxmleditor.css    |   82 -
 .../src/site/xdoc/topics/css/topics.css         |   17 -
 .../src/site/xdoc/topics/css/tree-styles.css    |   80 -
 .../src/site/xdoc/topics/docs/userguide.xml     |  135 -
 .../site/xdoc/topics/images/Add_subtopic.png    |  Bin 53579 -> 0 bytes
 .../src/site/xdoc/topics/images/details.gif     |  Bin 1046 -> 0 bytes
 .../src/site/xdoc/topics/images/down.png        |  Bin 555 -> 0 bytes
 .../site/xdoc/topics/images/icon-tree-minus.gif |  Bin 117 -> 0 bytes
 .../xdoc/topics/images/icon-tree-plus-alone.jpg |  Bin 1347 -> 0 bytes
 .../site/xdoc/topics/images/icon-tree-plus.gif  |  Bin 128 -> 0 bytes
 .../site/xdoc/topics/images/icon-tree-plus.jpg  |  Bin 1290 -> 0 bytes
 .../src/site/xdoc/topics/images/line.png        |  Bin 144 -> 0 bytes
 .../src/site/xdoc/topics/images/minus.gif       |  Bin 896 -> 0 bytes
 .../src/site/xdoc/topics/images/refresh.gif     |  Bin 929 -> 0 bytes
 .../src/site/xdoc/topics/images/secure.gif      |  Bin 943 -> 0 bytes
 .../src/site/xdoc/topics/images/subscribe.gif   |  Bin 366 -> 0 bytes
 .../src/site/xdoc/topics/images/treetop.jpg     |  Bin 795 -> 0 bytes
 .../src/site/xdoc/topics/images/up.png          |  Bin 562 -> 0 bytes
 .../site/xdoc/tracer/docs/images/tracer_on.jpg  |  Bin 120355 -> 0 bytes
 .../src/site/xdoc/tracer/images/delete.gif      |  Bin 606 -> 0 bytes
 .../src/site/xdoc/tracer/images/refresh.gif     |  Bin 251 -> 0 bytes
 .../src/site/xdoc/tracer/images/tracer.gif      |  Bin 1058 -> 0 bytes
 .../xdoc/tryit/docs/images/choose_endpoints.jpg |  Bin 19027 -> 0 bytes
 .../src/site/xdoc/tryit/docs/images/results.jpg |  Bin 27740 -> 0 bytes
 .../src/site/xdoc/tryit/images/error.png        |  Bin 813 -> 0 bytes
 .../src/site/xdoc/tryit/images/plus.png         |  Bin 82 -> 0 bytes
 .../src/site/xdoc/tryit/images/prior.png        |  Bin 1173 -> 0 bytes
 .../src/site/xdoc/tryit/images/tryit.gif        |  Bin 592 -> 0 bytes
 .../src/site/xdoc/user/images/Thumbs.db         |  Bin 12800 -> 0 bytes
 .../src/site/xdoc/user/images/add.gif           |  Bin 407 -> 0 bytes
 .../src/site/xdoc/user/images/bulk-import.gif   |  Bin 1016 -> 0 bytes
 .../src/site/xdoc/user/images/edit.gif          |  Bin 1036 -> 0 bytes
 .../site/xdoc/user/images/external-roles.gif    |  Bin 623 -> 0 bytes
 .../src/site/xdoc/user/images/user-main.png     |  Bin 21016 -> 0 bytes
 .../src/site/xdoc/user/images/user-store.gif    |  Bin 589 -> 0 bytes
 .../src/site/xdoc/user/images/users.JPG         |  Bin 24922 -> 0 bytes
 .../distribution/src/site/xdoc/user_guide.xml   |  416 ----
 .../src/site/xdoc/userstore/images/add.gif      |  Bin 407 -> 0 bytes
 .../src/site/xdoc/userstore/images/delete.gif   |  Bin 555 -> 0 bytes
 .../src/site/xdoc/userstore/images/edit.gif     |  Bin 1036 -> 0 bytes
 .../site/xdoc/userstore/images/user-chpass.png  |  Bin 17664 -> 0 bytes
 .../site/xdoc/userstore/images/user-roles.gif   |  Bin 1048 -> 0 bytes
 .../src/site/xdoc/userstore/images/users.gif    |  Bin 1027 -> 0 bytes
 .../xdoc/viewflows/docs/images/handlers.png     |  Bin 20561 -> 0 bytes
 .../core/images/handlerChain_leftmost.gif       |  Bin 2154 -> 0 bytes
 .../images/handlerChain_leftmost_outflow.gif    |  Bin 2476 -> 0 bytes
 .../core/images/handlerChain_rightmost.gif      |  Bin 1716 -> 0 bytes
 .../images/handlerChain_rightmost_inflow.gif    |  Bin 1962 -> 0 bytes
 .../images/handlerChain_rightmost_outflow.gif   |  Bin 1924 -> 0 bytes
 .../extensions/core/images/handler_01_right.gif |  Bin 1367 -> 0 bytes
 .../extensions/core/images/handler_flow.gif     |  Bin 1309 -> 0 bytes
 .../extensions/core/images/handlers.jpg         |  Bin 17669 -> 0 bytes
 .../xdoc/wsdl_validator/docs/images/result.png  |  Bin 13481 -> 0 bytes
 .../stratos2/cloud_controller/1.0.1/LICENSE.txt |  512 ----
 .../1.0.1/docs/resources/css/mb-docs.css        |  173 --
 .../1.0.1/docs/resources/images/Login.png       |  Bin 112406 -> 0 bytes
 .../1.0.1/docs/resources/images/addMessage.png  |  Bin 83311 -> 0 bytes
 .../resources/images/cluster_scenario_05.png    |  Bin 88343 -> 0 bytes
 .../1.0.1/docs/resources/images/mb-docs-bg.gif  |  Bin 520 -> 0 bytes
 .../docs/resources/images/mb-docs-header.gif    |  Bin 5716 -> 0 bytes
 .../images/topic_AddTopicFromDetails.png        |  Bin 25193 -> 0 bytes
 .../1.0.1/docs/resources/images/topic_add.png   |  Bin 57217 -> 0 bytes
 .../resources/images/topic_browser_clicked.png  |  Bin 55746 -> 0 bytes
 .../images/topic_updatePermissions.png          |  Bin 85779 -> 0 bytes
 .../docs/resources/images/zookeeperConfig.png   |  Bin 19377 -> 0 bytes
 .../1.0.1/docs/xdoc/cluster_scenario_01.xml     |  183 --
 .../1.0.1/docs/xdoc/cluster_scenario_02.xml     |  159 --
 .../1.0.1/docs/xdoc/cluster_scenario_04.xml     |  168 --
 .../distribution/lib/home/images/content-bg.gif |  Bin 233 -> 0 bytes
 .../distribution/lib/home/images/favicon.ico    |  Bin 17542 -> 0 bytes
 .../lib/home/images/feature-03-icon.gif         |  Bin 2649 -> 0 bytes
 .../distribution/lib/home/images/logo.gif       |  Bin 3931 -> 0 bytes
 .../lib/home/images/powered-logo.gif            |  Bin 1280 -> 0 bytes
 .../distribution/lib/home/images/sign-in.gif    |  Bin 3256 -> 0 bytes
 .../distribution/lib/home/images/top.gif        |  Bin 16149 -> 0 bytes
 .../1.0.1/modules/distribution/pom.xml          |  272 ---
 .../distribution/src/main/assembly/dist.xml     |   36 -
 .../src/main/conf/datasources.properties        |   55 -
 .../distribution/src/main/conf/event-broker.xml |   44 -
 .../src/main/conf/synapse.properties            |   35 -
 .../distribution/src/main/resources/launch.ini  |  248 --
 .../src/main/resources/wso2server.sh            |  296 ---
 .../src/site/resources/images/Login.png         |  Bin 112406 -> 0 bytes
 .../resources/images/MessageFlowDiagram.jpg     |  Bin 43164 -> 0 bytes
 .../resources/images/cluster_scenario_01.png    |  Bin 64444 -> 0 bytes
 .../resources/images/cluster_scenario_04.png    |  Bin 103247 -> 0 bytes
 .../resources/images/cluster_scenario_05.png    |  Bin 88343 -> 0 bytes
 .../site/resources/images/listMessageBoxes.png  |  Bin 69959 -> 0 bytes
 .../src/site/resources/images/logs.PNG          |  Bin 63610 -> 0 bytes
 .../src/site/resources/images/table-header.gif  |  Bin 873 -> 0 bytes
 .../src/site/resources/images/topicBrowser.png  |  Bin 41142 -> 0 bytes
 .../images/topic_AddTopicFromDetails.png        |  Bin 25193 -> 0 bytes
 .../src/site/resources/images/topic_browser.png |  Bin 50827 -> 0 bytes
 .../src/site/resources/images/topic_details.png |  Bin 70525 -> 0 bytes
 .../images/topic_subscriptionDetails.png        |  Bin 47014 -> 0 bytes
 .../modules/distribution/src/site/site.xml      |   70 -
 .../site/xdoc/admin/css/carbonFormStyles.css    |  265 --
 .../images/ui-bg_flat_0_aaaaaa_40x100.png       |  Bin 180 -> 0 bytes
 .../images/ui-bg_glass_75_dadada_1x400.png      |  Bin 111 -> 0 bytes
 .../images/ui-icons_222222_256x240.png          |  Bin 4369 -> 0 bytes
 .../images/ui-icons_2e83ff_256x240.png          |  Bin 4369 -> 0 bytes
 .../images/ui-icons_cd0a0a_256x240.png          |  Bin 4369 -> 0 bytes
 .../src/site/xdoc/admin/images/1px.gif          |  Bin 43 -> 0 bytes
 .../src/site/xdoc/admin/images/add-resource.gif |  Bin 616 -> 0 bytes
 .../src/site/xdoc/admin/images/atom.gif         |  Bin 204 -> 0 bytes
 .../src/site/xdoc/admin/images/basket_put.gif   |  Bin 599 -> 0 bytes
 .../site/xdoc/admin/images/basket_remove.gif    |  Bin 599 -> 0 bytes
 .../src/site/xdoc/admin/images/book_add.gif     |  Bin 1086 -> 0 bytes
 .../src/site/xdoc/admin/images/brick_edit.gif   |  Bin 649 -> 0 bytes
 .../src/site/xdoc/admin/images/brs_logo_h23.gif |  Bin 2864 -> 0 bytes
 .../site/xdoc/admin/images/button-bg-focus.gif  |  Bin 111 -> 0 bytes
 .../site/xdoc/admin/images/button-bg-hover.gif  |  Bin 243 -> 0 bytes
 .../src/site/xdoc/admin/images/calculator.gif   |  Bin 623 -> 0 bytes
 .../src/site/xdoc/admin/images/cancel.gif       |  Bin 411 -> 0 bytes
 .../src/site/xdoc/admin/images/cep_logo_h23.gif |  Bin 1998 -> 0 bytes
 .../src/site/xdoc/admin/images/delete.gif       |  Bin 555 -> 0 bytes
 .../src/site/xdoc/admin/images/edit.gif         |  Bin 1041 -> 0 bytes
 .../src/site/xdoc/admin/images/elb_logo_h23.gif |  Bin 1710 -> 0 bytes
 .../src/site/xdoc/admin/images/home-bg.gif      |  Bin 145 -> 0 bytes
 .../xdoc/admin/images/identity_logo_h23.gif     |  Bin 1499 -> 0 bytes
 .../src/site/xdoc/admin/images/loading.gif      |  Bin 14367 -> 0 bytes
 .../src/site/xdoc/admin/images/mainIcons.png    |  Bin 1891 -> 0 bytes
 .../src/site/xdoc/admin/images/minus-plus.png   |  Bin 1113 -> 0 bytes
 .../src/site/xdoc/admin/images/move.gif         |  Bin 166 -> 0 bytes
 .../src/site/xdoc/admin/images/oops.gif         |  Bin 678 -> 0 bytes
 .../src/site/xdoc/admin/images/pdficon.gif      |  Bin 361 -> 0 bytes
 .../src/site/xdoc/admin/images/spacer.gif       |  Bin 43 -> 0 bytes
 .../xdoc/admin/images/static-icon-disabled.gif  |  Bin 935 -> 0 bytes
 .../xdoc/admin/images/trace-icon-disabled.gif   |  Bin 950 -> 0 bytes
 .../src/site/xdoc/admin/images/trace-icon.gif   |  Bin 961 -> 0 bytes
 .../src/site/xdoc/admin/images/zoom_out.gif     |  Bin 563 -> 0 bytes
 .../xdoc/andes-cluster-mgt/docs/userguide.xml   |  108 -
 .../site/xdoc/andes-cluster-mgt/images/list.gif |  Bin 216 -> 0 bytes
 .../site/xdoc/andes-cluster-mgt/images/move.gif |  Bin 565 -> 0 bytes
 .../site/xdoc/andes-cluster-mgt/images/plus.gif |  Bin 905 -> 0 bytes
 .../andes-cluster-mgt/images/queue_type_sqs.gif |  Bin 467 -> 0 bytes
 .../xdoc/andes-cluster-mgt/images/refresh.gif   |  Bin 596 -> 0 bytes
 .../xdoc/andes-cluster-mgt/images/restart.png   |  Bin 854 -> 0 bytes
 .../xdoc/andes-cluster-mgt/images/treetop.jpg   |  Bin 795 -> 0 bytes
 .../images/zookeeper-connection.png             |  Bin 4968 -> 0 bytes
 .../andes-cluster-mgt/styles/tree-styles.css    |   36 -
 .../src/site/xdoc/cluster_scenario_01.xml       |  183 --
 .../src/site/xdoc/cluster_scenario_05.xml       |  215 --
 .../src/site/xdoc/deployment_guide.xml          |   90 -
 .../src/site/xdoc/dialog/css/dialog-ie8.css     |    4 -
 .../src/site/xdoc/dialog/css/dialog.css         |  129 -
 .../images/222222_11x11_icon_resize_se.gif      |  Bin 61 -> 0 bytes
 .../ffffff_40x100_textures_02_glass_65.png      |  Bin 207 -> 0 bytes
 .../src/site/xdoc/dialog/img/error.gif          |  Bin 2258 -> 0 bytes
 .../src/site/xdoc/dialog/img/info.gif           |  Bin 2349 -> 0 bytes
 .../src/site/xdoc/dialog/img/warning.gif        |  Bin 2345 -> 0 bytes
 .../222222_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../tabs/images/222222_11x11_icon_plus.gif      |  Bin 61 -> 0 bytes
 .../tabs/images/222222_7x7_arrow_down.gif       |  Bin 52 -> 0 bytes
 .../images/454545_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../tabs/images/454545_11x11_icon_close.gif     |  Bin 62 -> 0 bytes
 .../tabs/images/454545_11x11_icon_doc.gif       |  Bin 64 -> 0 bytes
 .../images/454545_11x11_icon_folder_closed.gif  |  Bin 61 -> 0 bytes
 .../tabs/images/454545_7x7_arrow_down.gif       |  Bin 52 -> 0 bytes
 .../888888_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../images/888888_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../tabs/images/888888_11x11_icon_close.gif     |  Bin 62 -> 0 bytes
 .../images/888888_11x11_icon_folder_closed.gif  |  Bin 61 -> 0 bytes
 .../images/888888_11x11_icon_folder_open.gif    |  Bin 61 -> 0 bytes
 .../tabs/images/888888_7x7_arrow_left.gif       |  Bin 53 -> 0 bytes
 .../tabs/images/888888_7x7_arrow_up.gif         |  Bin 52 -> 0 bytes
 .../dadada_40x100_textures_02_glass_75.png      |  Bin 214 -> 0 bytes
 .../ffffff_40x100_textures_01_flat_75.png       |  Bin 178 -> 0 bytes
 .../distribution/src/site/xdoc/docs/about.xml   |  125 -
 .../src/site/xdoc/docs/images/login.png         |  Bin 5995 -> 0 bytes
 .../src/site/xdoc/docs/signin_userguide.xml     |   70 -
 .../src/site/xdoc/eventing/css/tree-styles.css  |   36 -
 .../src/site/xdoc/eventing/images/hide.gif      |  Bin 919 -> 0 bytes
 .../src/site/xdoc/eventing/images/minus.gif     |  Bin 896 -> 0 bytes
 .../src/site/xdoc/eventing/images/plus.gif      |  Bin 905 -> 0 bytes
 .../src/site/xdoc/eventing/images/refresh.gif   |  Bin 929 -> 0 bytes
 .../src/site/xdoc/eventing/images/secure.gif    |  Bin 943 -> 0 bytes
 .../css/images/222222_7x7_arrow_left.gif        |  Bin 53 -> 0 bytes
 .../css/images/222222_7x7_arrow_up.gif          |  Bin 52 -> 0 bytes
 .../454545_11x11_icon_arrows_leftright.gif      |  Bin 58 -> 0 bytes
 .../css/images/454545_11x11_icon_minus.gif      |  Bin 56 -> 0 bytes
 .../css/images/454545_7x7_arrow_left.gif        |  Bin 53 -> 0 bytes
 .../css/images/454545_7x7_arrow_right.gif       |  Bin 53 -> 0 bytes
 .../images/888888_11x11_icon_arrows_updown.gif  |  Bin 56 -> 0 bytes
 .../css/images/888888_11x11_icon_close.gif      |  Bin 62 -> 0 bytes
 .../css/images/888888_11x11_icon_doc.gif        |  Bin 64 -> 0 bytes
 .../css/images/888888_11x11_icon_minus.gif      |  Bin 56 -> 0 bytes
 .../css/images/888888_7x7_arrow_down.gif        |  Bin 52 -> 0 bytes
 .../css/images/888888_7x7_arrow_left.gif        |  Bin 53 -> 0 bytes
 .../css/images/888888_7x7_arrow_right.gif       |  Bin 53 -> 0 bytes
 .../css/images/888888_7x7_arrow_up.gif          |  Bin 52 -> 0 bytes
 .../feature-mgt/css/images/buttonRow-bg.gif     |  Bin 130 -> 0 bytes
 .../feature-mgt/docs/images/find-features.png   |  Bin 44004 -> 0 bytes
 .../docs/images/manage-repositories.png         |  Bin 33724 -> 0 bytes
 .../docs/images/review-installation.png         |  Bin 27514 -> 0 bytes
 .../site/xdoc/feature-mgt/docs/userguide.xml    |  170 --
 .../src/site/xdoc/feature-mgt/images/add.gif    |  Bin 407 -> 0 bytes
 .../site/xdoc/feature-mgt/images/deactivate.gif |  Bin 606 -> 0 bytes
 .../xdoc/feature-mgt/images/install-feature.png |  Bin 783 -> 0 bytes
 .../site/xdoc/feature-mgt/images/magnifier.gif  |  Bin 578 -> 0 bytes
 .../feature-mgt/images/uninstall-feature.png    |  Bin 769 -> 0 bytes
 .../src/site/xdoc/highlighter/js/clipboard.swf  |  Bin 109 -> 0 bytes
 .../src/site/xdoc/images/keystores2.jpg         |  Bin 15098 -> 0 bytes
 .../distribution/src/site/xdoc/images/users.jpg |  Bin 10656 -> 0 bytes
 .../xdoc/java2wsdl/docs/images/java2wsdl.png    |  Bin 77420 -> 0 bytes
 .../src/site/xdoc/java2wsdl/docs/userguide.xml  |   55 -
 .../keystoremgt/docs/images/adding-keystore.JPG |  Bin 19638 -> 0 bytes
 .../src/site/xdoc/keystoremgt/images/close.gif  |  Bin 403 -> 0 bytes
 .../src/site/xdoc/keystoremgt/images/delete.gif |  Bin 555 -> 0 bytes
 .../xdoc/keystoremgt/images/import-cert.png     |  Bin 13474 -> 0 bytes
 .../site/xdoc/keystoremgt/images/keystore.gif   |  Bin 604 -> 0 bytes
 .../docs/images/config log4j loggers.JPG        |  Bin 164685 -> 0 bytes
 .../xdoc/log-admin/docs/images/configSyslog.JPG |  Bin 19463 -> 0 bytes
 .../src/site/xdoc/log-admin/docs/userguide.xml  |  112 -
 .../src/site/xdoc/log-admin/images/log.gif      |  Bin 596 -> 0 bytes
 .../site/xdoc/log-view/docs/images/logIndex.jpg |  Bin 35191 -> 0 bytes
 .../src/site/xdoc/log-view/docs/userguide.xml   |   76 -
 .../src/site/xdoc/log-view/images/cancel.gif    |  Bin 1032 -> 0 bytes
 .../src/site/xdoc/log-view/images/debug.png     |  Bin 775 -> 0 bytes
 .../src/site/xdoc/log-view/images/error.png     |  Bin 778 -> 0 bytes
 .../site/xdoc/log-view/images/information.gif   |  Bin 1025 -> 0 bytes
 .../src/site/xdoc/log-view/images/magnifier.gif |  Bin 578 -> 0 bytes
 .../src/site/xdoc/log-view/images/plus.gif      |  Bin 905 -> 0 bytes
 .../site/xdoc/menugeneral/images/magnifier.gif  |  Bin 578 -> 0 bytes
 .../xdoc/modulemgt/docs/images/global-after.png |  Bin 111586 -> 0 bytes
 .../modulemgt/docs/images/global-before.png     |  Bin 106993 -> 0 bytes
 .../modulemgt/docs/images/global-throttling.png |  Bin 36168 -> 0 bytes
 .../src/site/xdoc/modulemgt/docs/userguide.xml  |  138 --
 .../site/xdoc/modulemgt/images/configure.gif    |  Bin 608 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/edit.gif     |  Bin 1036 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/engage.gif   |  Bin 603 -> 0 bytes
 .../src/site/xdoc/modulemgt/images/shutdown.png |  Bin 3347 -> 0 bytes
 .../site/xdoc/modulemgt/images/shutdowng.png    |  Bin 2785 -> 0 bytes
 .../src/site/xdoc/operation/docs/userguide.xml  |  105 -
 .../src/site/xdoc/operation/images/caching.gif  |  Bin 630 -> 0 bytes
 .../src/site/xdoc/operation/images/flows.gif    |  Bin 1309 -> 0 bytes
 .../src/site/xdoc/operation/images/modules.gif  |  Bin 1051 -> 0 bytes
 .../src/site/xdoc/operation/images/service.gif  |  Bin 638 -> 0 bytes
 .../site/xdoc/policyeditor/css/local-styles.css |   48 -
 .../docs/images/service-policy-hierarchy.png    |  Bin 38498 -> 0 bytes
 .../xdoc/properties/images/icon-expanded.gif    |  Bin 389 -> 0 bytes
 .../src/site/xdoc/queues/docs/userguide.xml     |   92 -
 .../src/site/xdoc/queues/images/add.gif         |  Bin 407 -> 0 bytes
 .../src/site/xdoc/queues/images/list.gif        |  Bin 216 -> 0 bytes
 .../src/site/xdoc/queues/images/minus.gif       |  Bin 896 -> 0 bytes
 .../src/site/xdoc/queues/images/qpid.png        |  Bin 709 -> 0 bytes
 .../xdoc/queues/images/queue_add_success.png    |  Bin 21010 -> 0 bytes
 .../site/xdoc/queues/images/queue_browse.png    |  Bin 25479 -> 0 bytes
 .../xdoc/queues/images/queue_from_tenant.png    |  Bin 18297 -> 0 bytes
 .../xdoc/queues/images/queue_type_admin.gif     |  Bin 481 -> 0 bytes
 .../src/site/xdoc/queues/images/refresh.gif     |  Bin 596 -> 0 bytes
 .../src/site/xdoc/queues/images/secure.gif      |  Bin 943 -> 0 bytes
 .../src/site/xdoc/queues/images/treetop.jpg     |  Bin 795 -> 0 bytes
 .../src/site/xdoc/queues/styles/tree-styles.css |   36 -
 .../site/xdoc/resources/css/registry-ie8.css    |    4 -
 .../resources/docs/images/addCollection.png     |  Bin 10514 -> 0 bytes
 .../xdoc/resources/docs/images/associations.png |  Bin 20179 -> 0 bytes
 .../site/xdoc/resources/docs/images/content.png |  Bin 27060 -> 0 bytes
 .../xdoc/resources/docs/images/dependency.png   |  Bin 19592 -> 0 bytes
 .../xdoc/resources/docs/images/details_view.png |  Bin 46680 -> 0 bytes
 .../docs/images/manage_notifications.png        |  Bin 17486 -> 0 bytes
 .../xdoc/resources/docs/images/metadata.png     |  Bin 20963 -> 0 bytes
 .../xdoc/resources/docs/images/properties.png   |  Bin 19831 -> 0 bytes
 .../resources/docs/images/registryBrowser.png   |  Bin 40815 -> 0 bytes
 .../xdoc/resources/images/TrainingTitleBack.jpg |  Bin 331 -> 0 bytes
 .../xdoc/resources/images/button_center.gif     |  Bin 865 -> 0 bytes
 .../resources/images/button_center_focus.gif    |  Bin 860 -> 0 bytes
 .../resources/images/button_center_over.gif     |  Bin 853 -> 0 bytes
 .../src/site/xdoc/resources/images/colSep.jpg   |  Bin 376 -> 0 bytes
 .../site/xdoc/resources/images/col_header.gif   |  Bin 866 -> 0 bytes
 .../src/site/xdoc/resources/images/config.gif   |  Bin 1006 -> 0 bytes
 .../site/xdoc/resources/images/icon-copy.jpg    |  Bin 647 -> 0 bytes
 .../xdoc/resources/images/icon-detail-view.png  |  Bin 369 -> 0 bytes
 .../xdoc/resources/images/icon-expanded.gif     |  Bin 389 -> 0 bytes
 .../xdoc/resources/images/icon-feed-small.gif   |  Bin 664 -> 0 bytes
 .../xdoc/resources/images/icon-folder-small.gif |  Bin 631 -> 0 bytes
 .../site/xdoc/resources/images/icon-search.gif  |  Bin 1003 -> 0 bytes
 .../xdoc/resources/images/icon-tree-minus.gif   |  Bin 955 -> 0 bytes
 .../xdoc/resources/images/icon-tree-plus.gif    |  Bin 988 -> 0 bytes
 .../site/xdoc/resources/images/icon-tree.png    |  Bin 528 -> 0 bytes
 .../site/xdoc/resources/images/icon-upload.jpg  |  Bin 1167 -> 0 bytes
 .../site/xdoc/resources/images/icon-vlidate.jpg |  Bin 653 -> 0 bytes
 .../site/xdoc/resources/images/menu-back.jpg    |  Bin 347 -> 0 bytes
 .../xdoc/resources/images/page-left-top.gif     |  Bin 291 -> 0 bytes
 .../src/site/xdoc/resources/images/popback.png  |  Bin 144 -> 0 bytes
 .../src/site/xdoc/resources/images/r01.gif      |  Bin 980 -> 0 bytes
 .../src/site/xdoc/resources/images/r02.gif      |  Bin 980 -> 0 bytes
 .../src/site/xdoc/resources/images/r44.gif      |  Bin 582 -> 0 bytes
 .../site/xdoc/resources/images/seperator.gif    |  Bin 817 -> 0 bytes
 .../src/site/xdoc/resources/images/sqr.gif      |  Bin 812 -> 0 bytes
 .../site/xdoc/resources/images/table_header.gif |  Bin 212 -> 0 bytes
 .../site/xdoc/resources/images/titleBack.jpg    |  Bin 370 -> 0 bytes
 .../src/site/xdoc/resources/xslt/XMLSchema.xsd  | 2312 ------------------
 .../src/site/xdoc/rm/docs/images/rm.jpg         |  Bin 88288 -> 0 bytes
 .../src/site/xdoc/rm/docs/userguide.xml         |  158 --
 .../src/site/xdoc/role/images/add-role1.png     |  Bin 14525 -> 0 bytes
 .../src/site/xdoc/role/images/add-role2.png     |  Bin 34733 -> 0 bytes
 .../src/site/xdoc/role/images/delete.gif        |  Bin 555 -> 0 bytes
 .../src/site/xdoc/role/images/expandall.gif     |  Bin 983 -> 0 bytes
 .../site/xdoc/role/images/external-users.gif    |  Bin 586 -> 0 bytes
 .../src/site/xdoc/role/images/test.gif          |  Bin 600 -> 0 bytes
 .../src/site/xdoc/role/images/user-store.gif    |  Bin 589 -> 0 bytes
 .../xdoc/roles-mgt/images/add_server_role.jpg   |  Bin 46641 -> 0 bytes
 .../xdoc/roles-mgt/images/icon-minimized.gif    |  Bin 405 -> 0 bytes
 .../site/xdoc/roles-mgt/images/landingpage.jpg  |  Bin 95016 -> 0 bytes
 .../xdoc/samples/web_service_client_sample.xml  |  232 --
 .../src/site/xdoc/search/css/search.css         |   25 -
 .../xdoc/search/docs/images/configuration.png   |  Bin 49079 -> 0 bytes
 .../xdoc/search/docs/images/reporting_crumb.png |  Bin 4290 -> 0 bytes
 .../xdoc/search/docs/images/save_filter.png     |  Bin 10440 -> 0 bytes
 .../src/site/xdoc/search/docs/userguide.xml     |  102 -
 .../src/site/xdoc/search/images/arrow-up.png    |  Bin 512 -> 0 bytes
 .../src/site/xdoc/search/images/calendar.jpg    |  Bin 572 -> 0 bytes
 .../xdoc/search/images/icon-folder-small.gif    |  Bin 631 -> 0 bytes
 .../src/site/xdoc/search/images/r00.gif         |  Bin 577 -> 0 bytes
 .../src/site/xdoc/search/images/r02.gif         |  Bin 980 -> 0 bytes
 .../src/site/xdoc/search/images/r03.gif         |  Bin 981 -> 0 bytes
 .../src/site/xdoc/search/images/r44.gif         |  Bin 582 -> 0 bytes
 .../src/site/xdoc/search/images/r4x.gif         |  Bin 582 -> 0 bytes
 .../src/site/xdoc/search/images/resource.gif    |  Bin 1008 -> 0 bytes
 .../images/activate_security_custom_policy.png  |  Bin 30309 -> 0 bytes
 .../securityconfig/docs/images/kerberos_spn.png |  Bin 23907 -> 0 bytes
 .../docs/images/policy_from_registry.png        |  Bin 13835 -> 0 bytes
 .../site/xdoc/securityconfig/docs/userguide.xml |  205 --
 .../xdoc/securityconfig/images/scenario1.png    |  Bin 51504 -> 0 bytes
 .../xdoc/securityconfig/images/scenario10.png   |  Bin 85245 -> 0 bytes
 .../xdoc/securityconfig/images/scenario11.png   |  Bin 86296 -> 0 bytes
 .../xdoc/securityconfig/images/scenario8.png    |  Bin 83791 -> 0 bytes
 .../server-admin/images/graceful-restart.gif    |  Bin 630 -> 0 bytes
 .../site/xdoc/server-admin/images/shutdown.gif  |  Bin 404 -> 0 bytes
 .../docs/faultyservices_userguide.xml           |   47 -
 .../docs/images/client operations.JPG           |  Bin 8717 -> 0 bytes
 .../service-mgt/docs/images/faulty_services.jpg |  Bin 1973914 -> 0 bytes
 .../xdoc/service-mgt/docs/images/wsdl2code.JPG  |  Bin 72697 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/QoS.jpg    |  Bin 18555 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/axis.gif   |  Bin 372 -> 0 bytes
 .../site/xdoc/service-mgt/images/axis2_01.gif   |  Bin 409 -> 0 bytes
 .../site/xdoc/service-mgt/images/axis2_02.gif   |  Bin 613 -> 0 bytes
 .../service-mgt/images/client operations.jpg    |  Bin 9520 -> 0 bytes
 .../site/xdoc/service-mgt/images/create_svc.gif |  Bin 623 -> 0 bytes
 .../site/xdoc/service-mgt/images/policies.gif   |  Bin 387 -> 0 bytes
 .../service-mgt/images/response time graph.jpg  |  Bin 19259 -> 0 bytes
 .../site/xdoc/service-mgt/images/secured.gif    |  Bin 558 -> 0 bytes
 .../xdoc/service-mgt/images/service details.jpg |  Bin 14738 -> 0 bytes
 .../src/site/xdoc/service-mgt/images/tryit.gif  |  Bin 632 -> 0 bytes
 .../src/site/xdoc/source-repository.xml         |  136 --
 .../xdoc/statistics/docs/images/statistics.jpg  |  Bin 223782 -> 0 bytes
 .../xdoc/statistics/gadget/stats_gadget.xml     |   91 -
 .../images/cloud-identity-sso-config-ok.png     |  Bin 38465 -> 0 bytes
 .../images/cloud-identity-sso-config.png        |  Bin 32929 -> 0 bytes
 .../stratos-auth/images/cloud-sso-config.png    |  Bin 29222 -> 0 bytes
 .../site/xdoc/stratos-auth/images/import.gif    |  Bin 1051 -> 0 bytes
 .../site/xdoc/stratos-auth/images/register.gif  |  Bin 4099 -> 0 bytes
 .../stratos-auth/images/st-login-content-bg.gif |  Bin 1060 -> 0 bytes
 .../stratos-auth/images/st-login-footer-bg.gif  |  Bin 749 -> 0 bytes
 .../xdoc/tenant-mgt/docs/aboutUsagePlans.xml    |  104 -
 .../src/site/xdoc/tenant-mgt/docs/userguide.xml |   56 -
 .../site/xdoc/tenant-mgt/images/services1.gif   |  Bin 608 -> 0 bytes
 .../src/site/xdoc/throttling/images/add.gif     |  Bin 589 -> 0 bytes
 .../src/site/xdoc/throttling/images/help.gif    |  Bin 1109 -> 0 bytes
 .../src/site/xdoc/topics/css/topics.css         |   17 -
 .../site/xdoc/topics/images/Add_subtopic.png    |  Bin 53579 -> 0 bytes
 .../site/xdoc/topics/images/Topic_Browser.png   |  Bin 43590 -> 0 bytes
 .../site/xdoc/topics/images/Topic_details.png   |  Bin 67101 -> 0 bytes
 .../src/site/xdoc/topics/images/add.gif         |  Bin 873 -> 0 bytes
 .../src/site/xdoc/topics/images/details.gif     |  Bin 1046 -> 0 bytes
 .../site/xdoc/topics/images/icon-tree-dot.gif   |  Bin 119 -> 0 bytes
 .../site/xdoc/topics/images/icon-tree-minus.jpg |  Bin 1278 -> 0 bytes
 .../src/site/xdoc/topics/images/minus.gif       |  Bin 896 -> 0 bytes
 .../src/site/xdoc/topics/images/nodata.gif      |  Bin 883 -> 0 bytes
 .../site/xdoc/topics/images/node-selected.gif   |  Bin 978 -> 0 bytes
 .../src/site/xdoc/topics/images/refresh.gif     |  Bin 929 -> 0 bytes
 .../src/site/xdoc/topics/images/show.gif        |  Bin 919 -> 0 bytes
 .../src/site/xdoc/tracer/docs/images/tracer.jpg |  Bin 25921 -> 0 bytes
 .../site/xdoc/tracer/docs/images/tracer_on.jpg  |  Bin 120355 -> 0 bytes
 .../src/site/xdoc/transport/docs/userguide.xml  |   62 -
 .../xdoc/transport/images/transport-stats.gif   |  Bin 1036 -> 0 bytes
 .../src/site/xdoc/tryit/docs/images/results.jpg |  Bin 27740 -> 0 bytes
 .../src/site/xdoc/tryit/images/error.png        |  Bin 813 -> 0 bytes
 .../src/site/xdoc/tryit/images/info.png         |  Bin 881 -> 0 bytes
 .../src/site/xdoc/tryit/images/minus-plus.png   |  Bin 2805 -> 0 bytes
 .../src/site/xdoc/tryit/images/tryit.gif        |  Bin 592 -> 0 bytes
 .../src/site/xdoc/tryit/images/warrning.png     |  Bin 690 -> 0 bytes
 .../src/site/xdoc/user/images/Thumbs.db         |  Bin 12800 -> 0 bytes
 .../src/site/xdoc/user/images/bulk-import1.png  |  Bin 17641 -> 0 bytes
 .../src/site/xdoc/user/images/edit.gif          |  Bin 1036 -> 0 bytes
 .../src/site/xdoc/user/images/test.gif          |  Bin 600 -> 0 bytes
 .../src/site/xdoc/user/images/users.JPG         |  Bin 24922 -> 0 bytes
 .../src/site/xdoc/user/images/users.gif         |  Bin 1027 -> 0 bytes
 .../userstore/images/External-user store.JPG    |  Bin 16722 -> 0 bytes
 .../src/site/xdoc/userstore/images/keys.gif     |  Bin 969 -> 0 bytes
 .../src/site/xdoc/userstore/images/roles.JPG    |  Bin 20207 -> 0 bytes
 .../src/site/xdoc/userstore/images/test.gif     |  Bin 600 -> 0 bytes
 .../site/xdoc/userstore/images/user-chpass.png  |  Bin 17664 -> 0 bytes
 .../xdoc/userstore/images/user-role-main.png    |  Bin 14744 -> 0 bytes
 .../site/xdoc/userstore/images/user-store.gif   |  Bin 617 -> 0 bytes
 .../xdoc/viewflows/docs/images/handlers.png     |  Bin 20561 -> 0 bytes
 .../site/xdoc/viewflows/docs/images/phases.png  |  Bin 64651 -> 0 bytes
 .../src/site/xdoc/viewflows/docs/userguide.xml  |   81 -
 .../extensions/core/images/handler_01_left.gif  |  Bin 1362 -> 0 bytes
 .../extensions/core/images/handler_02_BG.gif    |  Bin 472 -> 0 bytes
 .../extensions/core/images/handler_02_right.gif |  Bin 1512 -> 0 bytes
 .../extensions/core/images/handler_flow.gif     |  Bin 1309 -> 0 bytes
 .../extensions/core/images/handlers.jpg         |  Bin 17669 -> 0 bytes
 .../xdoc/wsdl2code/docs/images/wsdl2code.jpg    |  Bin 103562 -> 0 bytes
 .../xdoc/wsdl_validator/docs/images/result.png  |  Bin 13481 -> 0 bytes
 .../wsdl_validator/docs/images/url-wsdl.png     |  Bin 7162 -> 0 bytes
 .../site/xdoc/wsdl_validator/docs/userguide.xml |   62 -
 .../1.0.1/modules/p2-profile/pom.xml            |  605 -----
 .../src/main/resources/META-INF/product.xml     |   27 -
 .../src/main/resources/web/styles/css/main.css  |  155 --
 .../web/styles/images/right-links-bg.gif        |  Bin 1070 -> 0 bytes
 .../resources/web/styles/images/def-body-bg.gif |  Bin 419 -> 0 bytes
 .../web/styles/images/def-header-region-bg.gif  |  Bin 22784 -> 0 bytes
 .../main/resources/web/styles/images/logo.gif   |  Bin 1815 -> 0 bytes
 .../stratos2/cloud_controller/1.0.1/pom.xml     |  161 --
 products/stratos2/pom.xml                       |   27 -
 762 files changed, 21774 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/INSTALL.txt
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/INSTALL.txt b/products/stratos2/cloud_controller/1.0.0/INSTALL.txt
deleted file mode 100644
index e304d2d..0000000
--- a/products/stratos2/cloud_controller/1.0.0/INSTALL.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-Installing  WSO2 Message Broker Server (MB) 2.0.1
-===================================================================
-
-1. The directory containing this INSTALL.txt file will be the root and it will be
-   treated as Carbon home directory and let it be CARBON_HOME.
-
-2. All the shell scripts and .bat files are available in CARBON_HOME/bin folder.
-
-3. To start MB one can use either wso2server.sh or daemon.sh in all Unix
-   systems & wso2server.bat file on Windows operating systems.
-
-4. Either of the following commands can be used to start MB
-      i)  ./wso2server.sh {console|start|stop|restart|version}
-      ii)  wso2server.bat {start|stop|version}
-
-            Usage: wso2server.sh [command] [options] [system-properties]
-
-                command:
-                    --start		    Start MB as a Unix daemon in the background
-                    --console	    Start MB as a Unix daemon in the foreground
-                    --stop		    Stop the MB Unix daemon
-                    --restart	    Restart the MB Unix daemon
-                    --version	    What version of the MB server are you running
-
-                options:
-                    --debug <port> 	Start the server in remote debugging mode.
-                                    port: The remote debugging port.
-                    --cleanRegistry	Clean registry space
-                    --reset		    Clean the cache & component repository and the
-                                    registry space
-
-                system-properties:
-                    -DhttpPort		Overrides the HTTP port defined in the
-                                    catalina-server.xml file
-                    -DhttpsPort		Overrides the HTTPS port defined in the
-                                    catalina-server.xml file
-                    -DSynapseServerName=[server-name]
-                                    Server name of the synapse server
-                    -DosgiConsole=[port]
-                                    Start Carbon with Equinox OSGi console.
-                                    If the optional 'port' parameter is provided, a
-                                    telnet port will be opened
-                    -DosgiDebugOptions=[options-file]
-                                    Start Carbon with OSGi debugging enabled.
-                                    If the optional 'options-file is provided, the
-                                    OSGi debug options will be loaded from it.
-                    -Dsetup			Clean the Registry database & other
-                                    configuration, recreate DB, re-populate the
-                                    configuration, and start Carbon
-                    -Dcarbon.registry.root
-                                    The root of the Registry used by
-                                    this Carbon instance
-                    -Dweb.location	The directory into which UI artifacts
-                                    included in an Axis2 AAR file are extracted to
-                    -DworkerNode=true
-                                    Set this system property when starting as a worker node.
-                                    This is required in clustered setups with master and worker nodes.
-
-System Requirements
-=======================
-1. Minimum memory - 1GB
-2. Processor      - Pentium 800MHz or equivalent at minimum
-3. Java SE Development Kit 1.6.24 or higher
-4. The Management Console requires you to enable Javascript of the Web browser,
-   with MS IE 7. In addition to JavaScript, ActiveX should also be enabled
-   with IE. This can be achieved by setting your security level to
-   medium or lower.
-5. To compile and run the sample clients, an Ant version is required. Ant 1.7.0
-   version is recommended
-6. To build WSO2 MB from the Source distribution, it is necessary that you have
-   JDK 1.6.24 version and Maven 3.0.4 or later
-
-
-For more details see
-    http://docs.wso2.org/wiki/display/Carbon401/Installation+Prerequisites
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/css/mb-docs.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/css/mb-docs.css b/products/stratos2/cloud_controller/1.0.0/docs/resources/css/mb-docs.css
deleted file mode 100644
index ef45164..0000000
--- a/products/stratos2/cloud_controller/1.0.0/docs/resources/css/mb-docs.css
+++ /dev/null
@@ -1,173 +0,0 @@
-body {
-    color: #000;
-    font-size: 11px;
-    font-family: Verdana, Arial, Helvetica, sans-serif;
-    background-image: url( ../images/mb-docs-bg.gif );
-    background-repeat: repeat-x;
-    background-attachment: scroll;
-    background-position: left top;
-    text-decoration: none;
-    text-align: left;
-    padding: 0px;
-    list-style-type: square;
-    list-style-position: outside;
-}
-
-div#banner {
-	background-image: url(../images/mb-docs-header.gif);
-	background-repeat: no-repeat;
-	background-position: left top;
-	height: 38px;
-	padding-top: 30px;
-	padding-left: 265px;
-	border-bottom: 0px;
-}
-
-div#banner	span#bannerLeft {
-	font-size: 180%;
-	color: #A80063;
-}
-
-div#breadcrumbs {
-	background-color: transparent;
-	border-top: solid 0px;
-	border-bottom: solid 0px;
-	height: 23px;
-	padding-top: 5px;
-	padding-left: 20px;
-	padding-right: 20px;
-}
-
-div#leftColumn {
-	margin-left: 0px;
-	margin-top: 0px;
-	border-top: 0px;
-	background-color: #F7F7F7;
-	border-left: solid 0px;
-	border-right: solid 1px #A80063;
-	border-bottom: solid 1px #A80063;
-}
-
-div#leftColumn div#navcolumn {
-	padding-left: 20px;
-	padding-right: 20px;
-	padding-top: 15px;
-	background-color: #F7F7F7;
-}
-
-
-div#contentBox {
-	margin-top: 10px;
-	margin-bottom: 15px;
-	font-size: 12px;
-}
-
-div#navcolumn h5 {
-	margin-bottom: 2px;
-	padding-bottom: 2px;
-	border-bottom: solid 1px #A80063;
-	font-size: 110%;
-}
-
-#navcolumn li {
-	padding-top: 2px;
-	padding-bottom: 2px;
-}
-
-p {
-}
-
-td {
-    background-color: #f8f8f8;
-    padding: 3px 5px;
-    outline-color: gray;
-    outline-width: 0;
-}
-
-a:link {
-    color: #36c;
-}
-
-a:visited {
-}
-
-a:hover {
-    color: #7f7f7f;
-}
-
-a:active {
-}
-
-body, td, select, input, li  {
-	line-height: 18px;
-}
-
-h1 {
-    color: #333;
-    font-size: 18px;
-    font-weight: bold;
-    font-style: normal;
-    line-height: normal;
-    background-image: none;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    background-position: left top;
-    text-decoration: none;
-    height: 30px;
-    padding-bottom: 2px;
-    border-bottom: 1px solid #A80063;
-}
-
-h2 {
-    color: black;
-    font-size: 15px;
-    font-weight: bold;
-    line-height: 24px;
-    border-bottom: 0px;
-    border-left: solid 1px #ccc;
-    border-right: solid 1px #ccc;
-    border-top: 0px;
-    background-color: #B5B5B5;
-    padding-left: 5px;
-    padding-top: 0px;
-    padding-bottom: 0px; 
-    color: #fff;
-}
-
-h3 {
-    color: #3a3a3a;
-    font-size: 12px;
-    font-weight: bold;
-    padding-top: 10px;
-    padding-bottom: 4px;
-    padding-left: 10px;
-    border-left: 0px;
-    border-right: 0px;
-    border-top: 0px;
-    border-bottom: 1px solid #ccc;
-    background-image: url(../images/table-header.gif);
-    background-position: left bottom;
-    background-repeat: repeat-x;
-    background-color: transparent;
-}
-
-table {
-    background-color: #cbcbcb;
-    margin: 0;
-    padding: 1px;
-    border-style: solid;
-    border-width: 0;
-}
-
-th {
-    padding-left: 5px;
-}
-
-img {
-    background-color: gray;
-    padding: 1px;
-}
-div#footer {
-	background-color: #ccc;
-	padding-right: 20px;
-}
\ 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/docs/resources/images/Login.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/Login.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/Login.png
deleted file mode 100644
index 4cc00c2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/Login.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/images/MessageFlowDiagram.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/MessageFlowDiagram.jpg b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/MessageFlowDiagram.jpg
deleted file mode 100644
index 13c1aba..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/MessageFlowDiagram.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_02.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_02.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_02.png
deleted file mode 100644
index 6c8c003..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/cluster_scenario_03.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_03.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_03.png
deleted file mode 100644
index 0db2694..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/cluster_scenario_04.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_04.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_04.png
deleted file mode 100644
index 1919328..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/cluster_scenario_05.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_05.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/cluster_scenario_05.png
deleted file mode 100644
index cdd84ca..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/logs.PNG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/logs.PNG b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/logs.PNG
deleted file mode 100644
index 9204327..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/logs.PNG and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/images/table-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/table-header.gif b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/table-header.gif
deleted file mode 100644
index 92283f0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/topicBrowser.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topicBrowser.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topicBrowser.png
deleted file mode 100644
index e7512d1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topicBrowser.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_AddTopicFromDetails.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_AddTopicFromDetails.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_AddTopicFromDetails.png
deleted file mode 100644
index 6104538..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/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/docs/resources/images/topic_addSubscription.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_addSubscription.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_addSubscription.png
deleted file mode 100644
index 276710c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_addSubscription.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_browser.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_browser.png b/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_browser.png
deleted file mode 100644
index 2d113f5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/docs/resources/images/topic_browser.png and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/carbonFormStyles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/carbonFormStyles.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/carbonFormStyles.css
deleted file mode 100644
index 3b37ed3..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/carbonFormStyles.css
+++ /dev/null
@@ -1,265 +0,0 @@
-.placeholderClass {
-    color: #ccc;
-}
-
-#tabs ul li {
-    /* webkit */
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #cdd6e3 ), to( #ffffff ) ); /* mozilla - FF3.6+ */
-    background-image: -moz-linear-gradient( top, #cdd6e3 0%, #ffffff 100% ); /* IE 5.5 - 7 */
-    filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColor = 0, endColorStr = #cdd6e3 ); /* IE8 */
-    -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColor = 0, endColoStr = #cdd6e3 );
-
-    padding: 2px 8px 3px;
-    color: #fff;
-    text-decoration: none;
-    line-height: 1;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-topright: 5px;
-    border-top-left-radius: 5px;
-    border-top-right-radius: 5px;
-
-    border-bottom: none;
-    height: 20px;
-    margin-right: 5px;
-    border-top: solid 1px #b2ccdd;
-    border-left: solid 1px #b2ccdd;
-    border-right: solid 1px #b2ccdd;
-}
-
-#tabs ul li a {
-    color: #00608f;
-    padding: 2px;
-    font-size: .8em;
-}
-
-#tabs ul li.ui-tabs-selected {
-    background-image: none;
-    background-color: #fff;
-}
-
-#tabs ul li.ui-tabs-selected a {
-    color: #000;
-}
-
-#workArea {
-    padding-bottom: 0px;
-}
-
-.carbonFormTable {
-    color: #555;
-    width: 100%;
-}
-
-.carbonFormTable td {
-    vertical-align: top;
-    font-size: 12px;
-    padding-bottom: 5px !important;
-}
-
-.carbonFormTable input[type=text],.carbonFormTable input[type=password] {
-/* webkit */
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #f7f7f7 ), to( #ffffff ) ); /* mozilla - FF3.6+ */
-    background-image: -moz-linear-gradient( top, #f7f7f7 0%, #ffffff 100% ); /* IE 5.5 - 7 */
-    filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColorStr = #ffffffff ); /* IE8 */
-    -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColoStr = #ffffffff );
-
-    background-repeat: repeat-x;
-    border: 1px solid #58697d;
-    min-width: 230px;
-    height: 20px;
-    color: #333333;
-    padding: 3px;
-    margin-right: 4px;
-    margin-bottom: 2px; /*font-family:tahoma, arial, sans-serif;*/
-}
-.carbonFormTable input[disabled=disabled]{
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #dddddd ), to( #eeeeee ) ); /* mozilla - FF3.6+ */
-      background-image: -moz-linear-gradient( top, #dddddd 0%, #eeeeee 100% ); /* IE 5.5 - 7 */
-      filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #ddddddff, endColorStr = #eeeeeeff ); /* IE8 */
-      -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #ddddddff, endColoStr = #eeeeeeff );
-
-}
-.carbonFormTable td.labelField, .carbonFormTable label.labelField {
-}
-
-.buttonRow {
-    padding: 10px; /* webkit */
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #f2f2f2 ), to( #ffffff ) ); /* mozilla - FF3.6+ */
-    background-image: -moz-linear-gradient( top, #f2f2f2 0%, #ffffff 100% ); /* IE 5.5 - 7 */
-    filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #f2f2f2ff, endColorStr = #ffffffff ); /* IE8 */
-    -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #f2f2f2ff, endColoStr = #ffffffff );
-
-    border: solid 1px #b8c9d0;
-
-}
-.sub_buttonRow{
-     padding: 10px; /* webkit */
-    background-color:#f5f5f5;
-    border-left: solid 1px #b8c9d0;
-    border-right: solid 1px #b8c9d0;
-    border-bottom: solid 1px #b8c9d0;
-}
-.sub_buttonRow input.button,.sub_buttonRow button.button {
-    margin-right:10px;
-}
-.ui-tabs .ui-tabs-panel {
-    padding: 0px;
-}
-
-.togglebleTitle {
-/*background:transparent url(../images/arrowDownUp.png) no-repeat left -20px;*/
-    cursor: pointer;
-}
-
-.sectionSeperator {
-    color: #000;
-    text-transform: capitalize;
-    font-size: 12px;
-
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #ffffff ), to( #dddddd ) ); /* mozilla - FF3.6+ */
-    background-image: -moz-linear-gradient( top, #ffffff 0%, #dddddd 100% ); /* IE 5.5 - 7 */
-    filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #ffffff, endColorStr = #dddddd ); /* IE8 */
-    -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #ffffff, endColoStr = #dddddd );
-
-    -moz-border-radius: 3px;
-    border-radius: 3px;
-    border: solid 1px #888888;
-    padding: 5px 10px;
-    width: auto;
-
-    -moz-box-shadow: 3px 3px 2px #ddd;
-    -webkit-box-shadow: 3px 3px 2px #ddd;
-    box-shadow: 3px 3px 2px #ddd;
-    margin-bottom: 10px;
-    clear: both;
-}
-
-.sectionSeperator img {
-    margin-left: 20px;
-}
-
-.contentHidden {
-/*background:transparent url(../images/arrowDownUp.png) no-repeat left 5px !important; */
-    color: #fff;
-    background-image: -webkit-gradient( linear, left top, left bottom, from( #555555 ), to( #dddddd ) ); /* mozilla - FF3.6+ */
-    background-image: -moz-linear-gradient( top, #888888 0%, #eeeeee 100% ); /* IE 5.5 - 7 */
-    filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #555555, endColorStr = #dddddd ); /* IE8 */
-    -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #555555, endColoStr = #dddddd );
-}
-
-.sectionSub {
-    padding-left: 10px;
-    padding-bottom: 10px;
-    padding-top: 10px;
-}
-.sectionSubForm{
-    border: solid 1px #b8c9d0;
-}
-.sectionSub table.styledLeft{
-    margin-left:0px !important;
-}
-.sectionHelp {
-    padding-bottom: 10px;
-    font-style: italic;
-    background: transparent url( ../images/help-small-icon.png ) no-repeat left top;
-    text-indent: 20px;
-}
-
-.button, .button:visited {
-    font-family: Arial;
-  color: #000000;
-  font-size: 13px;
-  padding: 2px;
-  text-decoration: none;
-  -webkit-border-radius: 3px;
-  -moz-border-radius: 3px;
-
-  text-shadow: 1px 1px 3px #ffffff;
-  border: solid #9D9FA1 1px;
-  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#cccccc));
-  background: -moz-linear-gradient(top, #f7f7f7, #cccccc);
-  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f7f7f7, endColorStr=#cccccc);
-  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f7f7f7, endColorStr=#cccccc);
-  display:inline-block; /* IE is so silly */
-    position: relative;
-    cursor: pointer;
-}
-
-.button:hover, .button:focus {
-     background: #ededed;
-}
-input.button[disabled='disabled'] ,button.button[disabled='disabled'],input.button[disabled=''] ,button.button[disabled=''] {
-    color:#888;
-     background: #ededed;
-}
-.txtbox-small {
-    width: 20px;
-}
-
-.txtbox-med {
-    width: 100px;
-}
-
-.txtbox-big {
-    width: 200px;
-}
-
-.expandedTextarea {
-    width: 99%;
-    height: 150px;
-}
-.sectionInputs{
-    background-color:#eee;
-    border:solid 1px #999;
-    padding:3px 0px 3px 3px;
-}
-.sectionInputs div.sectionHelp{
-    margin:10px 5px 0px 5px;    
-}
-ul.items{
-    margin:0px;
-    list-style-type:none;
-}
-ul.items li{
-    padding:5px 0px;
-}
-
-/* Tempory overrides */
-.ui-tabs-nav li a{
-    background:none;
-}
-/* -- Form headdings --*/
-.heading_A  {
-    font-size:12px;font-weight: bold;border-bottom: solid 1px #ccc;line-height: 20px;
-}
-.heading_B  {
-    font-size:12px;font-weight: bold;line-height: 20px;
-}
-.heading_C  {
-    color:#888;font-size:12px;font-weight: bold;line-height: 20px;
-}
-
-/* Icons */
-a.icon-a{
-    cursor:pointer;
-    color:#2F7ABD;
-    line-height:25px;
-}
-[class^="icon-"], [class*=" icon-"] {
-  display: inline-block;
-  line-height: 14px;
-  vertical-align: text-top;
-  background-repeat: no-repeat;
-  margin-right:5px;
-  *margin-right: .3em;
-}
-[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
-  *margin-left: 0;
-}
-
-.icon-edit { width: 16px; height: 16px; background:url(../images/mainIcons.png) no-repeat -0px -0px; }
-.icon-add { width: 16px; height: 16px; background:url(../images/mainIcons.png) no-repeat -0px -16px; }
-.icon-add-small { width: 12px; height: 12px; background:url(../images/mainIcons.png) no-repeat -0px -32px; }
-.icon-delete { width: 16px; height: 16px; background:url(../images/mainIcons.png) no-repeat -0px -44px; }
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
deleted file mode 100644
index 5b5dab2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_222222_256x240.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_222222_256x240.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_222222_256x240.png
deleted file mode 100644
index b273ff1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_222222_256x240.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_2e83ff_256x240.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_2e83ff_256x240.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_2e83ff_256x240.png
deleted file mode 100644
index 09d1cdc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_2e83ff_256x240.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_cd0a0a_256x240.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_cd0a0a_256x240.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_cd0a0a_256x240.png
deleted file mode 100644
index 2ab019b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-icons_cd0a0a_256x240.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/1px.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/1px.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/1px.gif
deleted file mode 100644
index f866f1d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/1px.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/add-resource.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/add-resource.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/add-resource.gif
deleted file mode 100644
index de45602..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/add-resource.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/atom.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/atom.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/atom.gif
deleted file mode 100644
index b6bc882..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/atom.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_put.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_put.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_put.gif
deleted file mode 100644
index 2905fe3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_put.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_remove.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_remove.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_remove.gif
deleted file mode 100644
index 8a33c33..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/basket_remove.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/book_add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/book_add.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/book_add.gif
deleted file mode 100644
index 1904abc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/book_add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brick_edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brick_edit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brick_edit.gif
deleted file mode 100644
index 4e18c36..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brick_edit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brs_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brs_logo_h23.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brs_logo_h23.gif
deleted file mode 100644
index ee6cafc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/brs_logo_h23.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-focus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-focus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-focus.gif
deleted file mode 100644
index be3943d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-focus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif
deleted file mode 100644
index fe59129..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/calculator.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/calculator.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/calculator.gif
deleted file mode 100644
index ce0436d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/calculator.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cancel.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cancel.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cancel.gif
deleted file mode 100644
index 6c71ebc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cancel.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif
deleted file mode 100644
index b80554a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/delete.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/delete.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/edit.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/edit.gif
deleted file mode 100644
index f44da7b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/edit.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/elb_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/elb_logo_h23.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/elb_logo_h23.gif
deleted file mode 100644
index 0bbeb20..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/elb_logo_h23.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/home-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/home-bg.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/home-bg.gif
deleted file mode 100644
index ac00910..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/home-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif
deleted file mode 100644
index 6a1f285..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/loading.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/loading.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/loading.gif
deleted file mode 100644
index 5b200ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/loading.gif and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/move.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/move.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/move.gif
deleted file mode 100644
index 3cbbde4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/move.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/oops.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/oops.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/oops.gif
deleted file mode 100644
index 6484f57..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/oops.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/pdficon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/pdficon.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/pdficon.gif
deleted file mode 100644
index bb5edca..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/pdficon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/spacer.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/spacer.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/spacer.gif
deleted file mode 100644
index 5bfd67a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/spacer.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/static-icon-disabled.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/static-icon-disabled.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/static-icon-disabled.gif
deleted file mode 100644
index ec24847..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/static-icon-disabled.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif
deleted file mode 100644
index ddcd94c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon.gif
deleted file mode 100644
index 02d399e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/trace-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif
deleted file mode 100644
index 2866fe6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/docs/userguide.xml
deleted file mode 100644
index 7083212..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/docs/userguide.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html>
-	<head>
-		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-		<title> Cluster Management - User Guide</title>
-        <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-	</head>
-	<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-    <h1>WSO2 Message Broker Cluster Management</h1>
-    <p>When WSO2 Message Broker is running in clustered mode queues and topic subscriptions are distributed. Although
-       This is transparent to the user, he may need to know what are the nodes in the cluster and how queue ownership
-       has been dynamically decided. Cluster management feature is there to address that aspect of usability. </p>
-    <p>Following capabilities are provided under Cluster Management:</p>
-
-    <ul>
-        <li>View Zookeeper coordination detail</li>
-        <li>View Cassandra connection detail</li>
-        <li>View how queue ownership has been decided</li>
-        <li>View individual queue information node-wise</li>
-    </ul>
-    <h2>View Zookeeper coordination detail</h2>
-        <p>WSO2 MB should be pointed to a running Apache Zookeeper server during cluster configuration. User can see
-           that configuration here.</p>
-        <p><img alt="" src="../images/zookeeper-connection.png"/></p>
-        <p align="middle">Figure 1: Apache Zookeeper Connection</p>
-
-
-    <h2>View Cassandra coordination detail</h2>
-        <p>WSO2 MB uses Apache Cassandra as the Message Storage. Thus during cluster configuration MB instance should be
-           pointed to a running Apache Cassandra server. That connection detail is shown here.</p>
-        <p><img alt="" src="../images/cassandra-connection.png"/></p>
-        <p align="middle">Figure 2: Apache Cassandra Connection</p>
-
-
-    <h2>View how queue ownership has been decided</h2>
-        <p>When clustered, each queue has a owner (handling the actual processing of the queue), which is dynamically decided
-           considering the load distributed among the cluster nodes. If the user is interested to know what nodes process
-           which queues, that information is listed to a table as below.</p>
-        <p><img alt="" src="../images/nodewiseQueueWorkers.png"/></p>
-        <p align="middle">Figure 3: Nodes and Queue Ownership</p>
-        <p>This table lists all the nodes that is visible to the server accessed by the management console. After setting up
-           the cluster, using this table users can verify that each server can see one another in the cluster. </p>
-        <p>After each node, it shows how many queues are owned by that server node. This is analogous to the workload owned by each
-           node in the cluster for queues defined. When the number is clicked user, is navigated for individual queue information. </p>
-
-
-    <h2>View individual queue information node-wise</h2>
-        <p>This shows the names of the queues owned by the node clicked above. Also number of messages yet to be delivered
-           is also shown.</p>
-        <p><img alt="" src="../images/nodeQueues.png"/></p>
-        <p align="middle">Figure 4: Nodes Specific Queues</p>
-
-    <h2>What is node ID?</h2>
-        <p>Node ID is assigned to each node joined in the cluster, giving a unique way to identify each node. This is useful for
-           troubleshooting. Each node is considered as a peer, and there's no master-slave concept in WSO2 Message Broker. In
-           following window it shows the node id been assigned to the node plus whether node is configured to be clustered
-           or running in standalone mode. </p>
-        <p><img alt="" src="../images/nodeIDBox.png"/></p>
-        <p align="middle">Figure 5: Node ID and Running Mode</p>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/list.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/list.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/move.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/move.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/move.gif
deleted file mode 100644
index a24a49f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/move.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/plus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/plus.gif
deleted file mode 100644
index 1a0e2c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/plus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif
deleted file mode 100644
index 9301627..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/refresh.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/refresh.gif
deleted file mode 100644
index c2e6deb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/refresh.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/restart.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/restart.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/restart.png
deleted file mode 100644
index 8f35d19..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/restart.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/treetop.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/treetop.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/treetop.jpg
deleted file mode 100644
index bdf3a39..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/treetop.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png
deleted file mode 100644
index d9788bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css
deleted file mode 100644
index fc5bc03..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css
+++ /dev/null
@@ -1,36 +0,0 @@
-.treeControl ul{
-    padding:0px;
-    margin:0px;
-}
-
-.treeControl ul li{
-    list-style:none;
-    padding-left:15px;
-    padding-top:5px;
-    white-space:nowrap;
-}
-.treeControl ul li a.plus{
-    background-image:url(../images/plus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.minus{
-    background-image:url(../images/minus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.nodata{
-    background-image:url(../images/nodata.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.treeNode{
-    cursor:pointer;
-    color:#4c99c3;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_01.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
deleted file mode 100644
index c45c2eb..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
+++ /dev/null
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 01
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external cassandra server and zoo keeper server and point all broker nodes to them</h2>
-      <p>
-          In this model you need to get downloaded following apache products
-      </p>
-
-      <ul>
-          <li><a href=" http://zookeeper.apache.org/releases.html#download">Apache Zoo Keeper</a> <p> Version 3.3.4</p></li>
-          <li><a href="http://cassandra.apache.org/download/">Apache Cassandra</a><p> Version 1.0.*</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_01.png" alt="Cluster Setup Scenario 01" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common cassandra server and a common zoo keeper server. Both of them can be in a same
-       host or in different hosts. Eg: Lets say they are in two different hosts as bellow</p>
-      <ul>
-          <li>Cassandra Server - 192.168.0.100</li>
-          <li>Zoo Keeper Server - 192.168.0.101</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.102</li>
-          <li>MB Server 02 - 192.168.0.103</li>
-          <li>MB Server 03 - 192.168.0.104</li>
-      </ul>
-
-      <p> We need to configure cassandra server to listen to all the broker nodes.For that we need to change the following entries
-      in the "Cassandra.yaml" file which is located in the "apache-cassandra-1.0.1/conf/" directory.</p>
-
-      <ul>
-          <li>Change the data storage directories of cassandra. Here by default it will point to the location "/var/lib/". But
-          it will be better, if you can keep the data locally inside the folder where you have the server setup. So change it to "./repository/database" off
-          all three entries as</li>
-          <pre>
-              # directories where Cassandra should store data on disk.
-              data_file_directories:
-                  - ./repository/database/cassandra/data
-
-              # commit log
-              commitlog_directory: ./repository/database/cassandra/commitlog
-
-              # saved caches
-              saved_caches_directory: ./repository/database/cassandra/saved_caches
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server.
-          </li>
-          <pre>
-             listen_address: 192.168.0.100
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. </li>
-           <pre>
-             rpc_address: 192.168.0.100
-          </pre>
-      </ul>
-      <p> Now save the cassandra.yaml file and you can start the cassandra server by executing the script "cassandra" with the
-          option -f.  Eg: "./cassandra -f"
-      </p>
-
-      <p> Then we need to configure the Zoo Keeper Server to listen to all broker nodes. We can do it by renaming the "zoo_sample.cfg"
-      file which can be found at "zookeeper-3.3.4/conf" folder to "zoo.cfg" and do the following modification in that file
-      </p>
-
-      <ul>
-          <li>Change the data directory to store data local to the installation directory</li>
-          <li>Add the entry "clientPortAddress" by providing the ip of the localhost</li>
-      </ul>
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-            # The number of milliseconds of each tick
-            tickTime=2000
-            # The number of ticks that the initial
-            # synchronization phase can take
-            initLimit=10
-            # The number of ticks that can pass between
-            # sending a request and getting an acknowledgement
-            syncLimit=5
-            # the directory where the snapshot is stored.
-            dataDir=./../data
-            # the port at which the clients will connect
-            clientPort=2181
-
-            clientPortAddress=192.168.0.101
-        </pre>
-      <p>
-          Once you done the above changes, you can save the file and start the zookeeper server by executing the "zkServer.sh" script
-          with the option start. eg: sh zkServer.sh start
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>true&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.101</b>:2181&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Modify qpid-virtualhosts.xml file which is located at :/repository/conf/advanced directory as bellow</p>
-       <ul>
-          <li>Change the connection string by pointing to the cassandra server</li>
-      </ul>
-      <pre>
-          &lt;store>
-              &lt;class>org.wso2.andes.server.store.CassandraMessageStore&lt;/class>
-              &lt;username>admin&lt;/username>
-              &lt;password>admin&lt;/password>
-              &lt;cluster>ClusterOne&lt;/cluster>
-              &lt;idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator&lt;/idGenerator>
-              &lt;connectionString><b>192.168.0.100</b>:9160&lt;/connectionString>
-          &lt;/store>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_05.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_05.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_05.xml
deleted file mode 100644
index dec9837..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/cluster_scenario_05.xml
+++ /dev/null
@@ -1,215 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 04
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Use inbuilt cassandra server and zoo keeper server in a customized manner</h2>
-
-      <p> The deployment model of this scenario will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_05.png" alt="Cluster Setup Scenario 05" height="600" width ="950"/>
-      </p>
-      <p> In this model we have two rings, Cassandra ring and ZooKeeper ring. There is a common Message broker node for these rings.
-          <b>The reason for having a common broker node is , there should be at least on cassandra server and one zoo keeper server
-          to start WSO2 Message broker in clustered mode</b>   Apart from that we have a message broker server
-          which points to both of these rings.Since we are shipping a cassandra server and zoo keeper server
-          with Message broker product we can use them and create a cassandra ring and a zoo keeper ring in the cluster.</p>
-
-      <p> As in the image, We have four Message Broker servers in four different hosts. In that we use two servers to create a cassandra ring, another two
-      servers to create a zoo keeper ring and another server uses above created rings as in the diagram.</p>
-
-      <p>Servers used to create cassandra ring</p>
-      <ul>
-          <li>MB Server 01 - 192.168.0.100</li>
-          <li>MB Server 02 - 192.168.0.101</li>
-      </ul>
-
-      <p>Servers used to create zoo keeper ring</p>
-
-      <ul>
-          <li>MB Server 01 - 192.168.0.101</li>
-          <li>MB Server 02 - 192.168.0.102</li>
-      </ul>
-
-      <p>Standalone server</p>
-      <ul>
-          <li>MB Server 01 - 192.168.0.103</li>
-      </ul>
-
-      <p><font color="red">Note that 192.168.0.101 server is common to both rings !</font> </p>
-
-      <p>First we need to configure the HostName in carbon.xml file which is located in "wso2mb-2.0.1/repository/conf/" directory.
-      Specify the ip of the host as follows</p>
-      <pre>
-          &lt;!--
-                 Host name or IP address of the machine hosting this server
-                 e.g. www.wso2.org, 192.168.1.10
-                 This is will become part of the End Point Reference of the
-                 services deployed on this server instance.
-              -->
-              &lt;HostName>192.168.0.101&lt;/HostName>
-
-      </pre>
-
-      <p> We need to configure cassandra servers in these MB servers to form a cassandra ring. For that we need to change the following
-          entries in the "Cassandra.yaml" file which is located in the "wso2mb-2.0.1/repository/conf/etc" directory.</p>
-
-      <ul>
-          <li>Change the seeds in the ring. You can get a better idea on setting a cassandra from following <a href="http://www.datastax.com/docs/1.0/install/cluster_init">web page.</a>
-          Here we are configuring two seed nodes. (MB Server 01 and 02)</li>
-
-          <pre>
-              # seeds is actually a comma-delimited list of addresses.
-              # Ex: "&lt;ip1>,&lt;ip2>,&lt;ip3>"
-              - seeds: "192.168.0.100,192.168.0.101"
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the listen address of the each server to it's ip address. Here
-          for the server 192.168.0.100, it will like bellow. </b>
-          </li>
-          <pre>
-             listen_address: 192.168.0.100
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the RPC address of the each server to it's ip address. Here
-          for the server 192.168.0.100, it will like bellow. </b></li>
-           <pre>
-             rpc_address: 192.168.0.100
-          </pre>
-      </ul>
-       <p>
-          <b>You need to change this entry in the 192.168.0.101 message broker server also.</b>
-      </p>
-
-
-      <p>
-               <b>Configuring Zookeeper Cluster</b>
-           </p>
-           <p> Then we need to configure the Zoo Keeper Servers to create a ring within among all broker nodes. We can do it by
-            adding client port address to the "zoo.cfg" which is located at "wso2mb-2.0.1/repository/conf/etc " . </p>
-
-           <p>After modifying the file , it will look like bellow. </p>
-           <pre>
-                tickTime=2000
-                dataDir=repository/data/zookeeper
-                clientPort=2181
-               <b>start_zk_server=true</b>
-               <b>clientPortAddress=192.168.0.101</b>
-               <b>server.1=192.168.0.101:2888:3888</b>
-               <b>server.2=192.168.0.102:2888:3888</b>
-           </pre>
-
-           <p> Above zoo.cfg file is for the server 192.168.0.101. You can copy the same zoo.cfg file to other two servers
-           and change the entry "clientPortAddress" to the ip of that particular server.</p>
-
-           <p> Then you need to create file "myid" in the data directory (repository/data/zookeeper) of each server. In that file
-           you need to specify the id of the server.</p>
-
-           <p>
-               eg: Id of the the server 192.168.0.101 will be "1". You need only to have the number 1 in that myid file.
-           </p>
-
-           <p>You can find more information on this in  <a href="http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html#sc_zkMulitServerSetup">zookeeper clustering setup guide</a></p>
-
-           <p>
-               <b>You need to do above configuration in each of the message broker servers appropriately.</b>
-           </p>
-
-      <p>
-          <b>You need to change this entry in the 192.168.0.102 message broker server also.</b>
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in 192.168.0.100,192.168.0.101 (Servers with cassandra) Message broker nodes
-          and 192.168.0.103 node.
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>false&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.101:2181,192.168.0.102:2181</b>&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-       <p>
-          Then you need to do the following configuration changes in 192.168.0.101,192.168.0.102 (Servers with zookeeper) Message broker nodes
-            and 192.168.0.103 node.
-      </p>
-
-        <p>Modify qpid-virtualhosts.xml file which is located at :/repository/conf/advanced directory as bellow</p>
-       <ul>
-          <li>Change the connection string by pointing to the cassandra server</li>
-      </ul>
-      <pre>
-          &lt;store>
-              &lt;class>org.wso2.andes.server.store.CassandraMessageStore&lt;/class>
-              &lt;username>admin&lt;/username>
-              &lt;password>admin&lt;/password>
-              &lt;cluster>ClusterOne&lt;/cluster>
-              &lt;idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator&lt;/idGenerator>
-              &lt;connectionString><b>192.168.0.101</b>:9160&lt;/connectionString>
-          &lt;/store>
-      </pre>
-      <p>Now you can start node common to both of the rings (192.168.0.101) which have cassandra servers and  zookeeper server and
-      then you can start all the other nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/deployment_guide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/deployment_guide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/deployment_guide.xml
deleted file mode 100644
index f9cf0e5..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/deployment_guide.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB - Deployment Guide
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-    <h1>
-      WSO2 Message Broker Server  (MB) Deployment Guide
-    </h1>
-    <p>Deploying the WSO2 MB correctly on your infrastructure is a vital task for the success
-        of the usage of the MB. You should first analyze the requirement and then select the
-        best matching deployment mode. There are different set of possible deployment modes with
-        different configurations.
-    </p>
-    <h2>
-      Available Deployment options
-    </h2>
-    <p>
-      <a href="installation_guide.html">Standalone Deployment Guide</a> :
-      Describes the default standalone installation and deployment of the MB
-    </p>
-    <p>
-      <a>Clustered Deployment Guide</a> :
-      Contains the information on deploying the Message Broker in a clustered environment, this particular guide
-      explains the available options on a clustered deployment.
-    </p>
-      <h2>Clustered Deployment Guide </h2>
-      <p> In clustered deployment of WSO2 message broker, there are several scenarios which can be implemented. Basically
-      in WSO2 message broker, there are three components.
-      </p>
-      <ul>
-                <li>Broker</li>
-                <li>Cassandra Server</li>
-                <li>Zoo Keeper Server</li>
-      </ul>
-      <p>By default, WSO2 mb is packed with all these three component. In a clustered setup, it is possible to have these
-      three components separately and shared with each other.
-      </p>
-      <p>Here we are describing some of the possible deployment scenarios and it can be customized according to your
-      requirement.</p>
-
-      <h3> Deployment models</h3>
-       <ul>
-                <li><a href="cluster_scenario_01.html">Starting external cassandra server and zoo keeper server and point all broker nodes to them</a> </li>
-                <li><a href="cluster_scenario_02.html">Starting external zoo keeper server and use the inbuilt cassandra server in ring model with broker nodes</a></li>
-                <li><a href="cluster_scenario_03.html">Starting external cassandra server and use inbuilt zoo keeper server in ring model with broker nodes</a></li>
-                <li><a href="cluster_scenario_04.html">Use inbuilt cassandra server and zoo keeper server for all the broker nodes</a></li>
-                <li><a href="cluster_scenario_05.html">Use inbuilt cassandra server and zoo keeper server in a customized manner</a></li>
-      </ul>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
deleted file mode 100644
index ef4e298..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
+++ /dev/null
@@ -1,4 +0,0 @@
-div.ui-dialog-overlay {
-    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/overlay.png');    */
-    background-image:none !important;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog.css
deleted file mode 100644
index 72718e5..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/dialog.css
+++ /dev/null
@@ -1,129 +0,0 @@
-div#messagebox {
-    background-image: url(../img/confirm.gif);
-    background-position: 15px 15px;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    padding-left: 75px;
-    padding-right: 15px;
-    padding-top: 15px;
-    padding-bottom: 15px;
-    width: 360px;
-    height: 68px;
-    _height: 150px;
-    overflow: auto;
-}
-
-div#messagebox img {
-    float: left;
-    margin-right: 20px;
-}
-
-div#messagebox p {
-    font-size: 115%;
-    margin: 0px;
-}
-
-div#messagebox-warning {
-    background-image: url(../img/warning.gif);
-    background-position: 15px 15px;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    padding-left: 75px;
-    padding-right: 15px;
-    padding-top: 15px;
-    padding-bottom: 15px;
-    width: 360px;
-    height: 68px;
-    _height: 150px;
-    overflow: auto;
-}
-
-div#messagebox-warning img {
-    float: left;
-    margin-right: 20px;
-}
-
-div#messagebox-warning p {
-    font-size: 115%;
-    margin: 0px;
-}
-div#messagebox-error { 
-	background-image: url(../img/error.gif); 
-	background-position: 15px 15px; 
-	background-repeat: no-repeat; 
-	background-attachment: scroll; 
-	height: 108px;
-	width: 400px; 
-	padding: 15px 15px 15px 75px;
-    overflow:auto;
-}
-
-div#messagebox-error img {
-    float: left;
-    margin-right: 20px;
-}
-
-div#messagebox-error p {
-    font-size: 115%;
-    margin: 0px;
-}
-div#messagebox-info {
-    background-image: url(../img/info.gif);
-    background-position: 15px 15px;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    padding-left: 75px;
-    padding-right: 15px;
-    padding-top: 15px;
-    padding-bottom: 15px;
-    height: 68px;
-    _height: 150px;
-    width: 360px;
-    overflow: auto;
-}
-
-div#messagebox-info img {
-    float: left;
-    margin-right: 20px;
-}
-
-div#messagebox-info p {
-    font-size: 115%;
-    margin: 0px;
-}
-div#messagebox-confirm {
-    background-image: url(../img/confirm.gif);
-    background-position: 15px 15px;
-    background-repeat: no-repeat;
-    background-attachment: scroll;
-    padding-left: 75px;
-    padding-right: 15px;
-    padding-top: 15px;
-    padding-bottom: 15px;
-    width: 360px;
-    height: 68px;
-    _height: 150px;
-    overflow:auto;
-}
-
-div#messagebox-confirm img {
-    float: left;
-    margin-right: 20px;
-}
-
-div#messagebox-confirm p {
-    font-size: 115%;
-    margin: 0px;
-}
-div.ui-dialog-overlay{
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/overlay.png');
-}
-div.ui-dialog-overlay[class] {
-    background-image:url(../img/overlay.png);
-}
-/* dialog overflow fix */
-.ui-dialog-content{
-padding:0px;
-overflow: auto;
-}
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif
deleted file mode 100644
index 251dc16..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/ffffff_40x100_textures_02_glass_65.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/ffffff_40x100_textures_02_glass_65.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/ffffff_40x100_textures_02_glass_65.png
deleted file mode 100644
index 2c16183..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/ffffff_40x100_textures_02_glass_65.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/error.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/error.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/error.gif
deleted file mode 100644
index b8da205..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/error.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/info.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/info.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/info.gif
deleted file mode 100644
index 31ecb4e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/info.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/warning.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/warning.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/warning.gif
deleted file mode 100644
index b4ba52f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/img/warning.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index b26780a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif
deleted file mode 100644
index 74ac5cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_7x7_arrow_down.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_7x7_arrow_down.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_7x7_arrow_down.gif
deleted file mode 100644
index 29c6c70..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_7x7_arrow_down.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif
deleted file mode 100644
index 4f00635..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif
deleted file mode 100644
index 390a759..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif
deleted file mode 100644
index e91c733..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_folder_closed.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_folder_closed.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_folder_closed.gif
deleted file mode 100644
index 85f0e0b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_folder_closed.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif
deleted file mode 100644
index 92fdfe0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index 19f9d6b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_leftright.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_updown.gif
deleted file mode 100644
index c10451f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_arrows_updown.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_close.gif
deleted file mode 100644
index 326d015..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_close.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_closed.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_closed.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_closed.gif
deleted file mode 100644
index 71bff05..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_closed.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif
deleted file mode 100644
index 33a20b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_left.gif
deleted file mode 100644
index d6c523b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_left.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif
deleted file mode 100644
index 165666a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png
deleted file mode 100644
index 60ba001..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png
deleted file mode 100644
index ac8b229..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
deleted file mode 100644
index 4a02c1a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/rm/docs/userguide.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>Reliable messaging - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-  </head>
-
-<body>
-<h1>Reliable Messaging</h1>
-
-<p>The goal of Reliable Messaging in Web services is to allow applications to
-send and receive messages in an efficient, and reliable manner
-amidst application, platform, or network failure. The WS-Reliable Messaging
-specification (WS-RM), defines a protocol and a set of mechanisms that ensure
-that messages are delivered reliably between two endpoints.</p>
-
-<p>The WSO2 Web Services Application Server (WSAS) provides a Reliable
-Messaging tool that is used to enable WS-RM to services at global level and service level. If
-you activate reliable messaging for a particular service, your configurations
-will be applied to that particular service. WS-Reliable Messaging handles and
-solves both simple and complex scenarios arising in message transmission.</p>
-
-<p></p>
-
-<h2>Enabling Reliable Messaging</h2>
-<p><strong>Service Level</strong></p>
-<ol>
-  <li>In the navigator, under Manage/Services, click <strong>List</strong>.
-    The <em><strong>Deployed Services</strong></em> page appears. </li>
-  <li>Click the service for which you want to activate reliable messaging.
-    The <em><strong>Service Dashboard</strong></em> page appears. </li>
-  <li>Click <strong>Reliable Messaging</strong> in the Quality of Service
-    Configuration panel. The <em><strong>Enable Reliable
-    Messaging</strong></em> page appears.</li>
-  <li>In the <strong>Enable Reliable Messaging</strong> list, click
-    <strong>Yes</strong>.
-    The current reliable messaging configuration appears.</li>
-  <li>Modify the configuration if required.</li>
-  <li>Click <strong>Finish</strong>.
-    Reliable messaging will be activated for that particular service.</li>
-</ol>
-
-<p><a href="#Sequence">Field Descriptions</a></p>
-
-<p><img alt="" src="./images/rm.jpg" height="462" width="713"/></p>
-
-<p>Figure 1: Enabling Reliable Messaging</p>
-
-<p><strong>Global Level</strong></p>
-
-<p>In the navigator, under Manage/Modules, click click <strong>List</strong>.
-    This will show you all the deployed modules. Then click <strong>Configure</strong> link
-    in front of sandesha2 module. Then you can configure reliable meassaging in the same
-    way as explained above.</p>
-
-<h2><a name="Sequence" id="Sequence">RM Sequence Configuration
-Parameters</a></h2>
-
-<p>WS-RM defines a one way sequence. The sender (source) is called the RMS
-(reliable messaging source) and the receiver (destination) is called the RMD
-(reliable messaging destination). Therefore for in-out operations, the RM
-uses two sequences. For request messages, the server acts as the RMD and for
-response messages, the server act as the RMS.</p>
-
-<table style="width: 100%;" border="1">
-  <tbody>
-    <tr>
-      <td><strong>Inactivity Timeout Interval </strong></td>
-      <td>The maximum inactive time for any RM session. After the sequence
-        timeout, the RM session is terminated.</td>
-    </tr>
-    <tr>
-      <td>I<strong>nactivity Timeout Measure</strong></td>
-      <td>The unit in which the inactivity timeout interval is specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Interval</strong></td>
-      <td>If the sequence is inactive during this time period, the sequence
-        is removed from the storage.</td>
-    </tr>
-    <tr>
-      <td><strong>Sequence Removal Timeout Measure </strong></td>
-      <td>The unit in which the sequence removal timeout interval is
-        specified.</td>
-    </tr>
-    <tr>
-      <td><strong>Acknowledgment Interval</strong></td>
-      <td>The time interval that the RMD uses to send the acknowledgments</td>
-    </tr>
-    <tr>
-      <td><strong>Retransmission Interval</strong></td>
-      <td>The time interval after which the RMS retransmits the message if it
-        does not get an acknowledgment </td>
-    </tr>
-    <tr>
-      <td><strong>ExponentialBackoff</strong></td>
-      <td>Whether RMS exponentially increases the retransmission time or
-      not</td>
-    </tr>
-    <tr>
-      <td><strong>Maximum Retransmission Count</strong></td>
-      <td>The maximum number of retransmits the RMS sends</td>
-    </tr>
-  </tbody>
-</table>
-
-<p></p>
-
-<h2>Permanent Storage Parameters</h2>
-
-<table style="width: 100%;" border="1">
-  <caption></caption>
-  <tbody>
-    <tr>
-      <td><strong>Storage Manager</strong></td>
-      <td>The type of storage manager to use.</td>
-    </tr>
-    <tr>
-      <td><strong>Connection String</strong></td>
-      <td>The JDBC connection string to the database.</td>
-    </tr>
-    <tr>
-      <td><strong>Driver Name</strong></td>
-      <td>The driver name to use for this connection.</td>
-    </tr>
-    <tr>
-      <td><strong>User Name</strong></td>
-      <td>The database user name.</td>
-    </tr>
-    <tr>
-      <td><strong>Password</strong></td>
-      <td>The database user password.</td>
-    </tr>
-  </tbody>
-</table>
-
-<p>
-</p>
-
-<p></p>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
deleted file mode 100644
index 7d05d78..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/docs/userguide.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Role Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-<h1>User Management</h1>
-
-<p>The User Management component of the WSO2 Carbon facilitates the management
-and control of user accounts and user roles at different levels. The key
-functionalities of this component include:</p>
-<ul>
-  <li>Add, modify or remove user accounts</li>
-  <li>Add, modify or remove user roles</li>
-</ul>
-
-<h2>Managing User Roles</h2>
-
-<p>Use the <em><strong>Roles</strong></em> page to add new user roles, modify
-existing roles, or delete existing roles.</p>
-
-<p><img alt="" src="../images/role-main.png" height="207" width="577"/></p>
-
-<p>Figure 1: Roles Management</p>
-
-
-<ol>
-  <li>In the navigator, under <strong>Configure</strong>, click <strong>Users and Roles
-    </strong>. The <em><strong>User Management</strong></em>
-    page appears.</li>
-  <li>Click on <strong>Roles</strong> in the <strong> System User Store</strong>
-    panel. The <em><strong>Roles</strong></em> page appears.</li>
-</ol>
-<ul>
-  <ul>
-    <li>To add a user role,</li>
-  </ul>
-</ul>
-<ol>
-  <ol>
-    <li>Click <strong>Add New Role</strong> on the
-      <em><strong>Roles</strong></em> page.</li>
-    <li>Enter the role name.</li>
-    <li>Click <strong>Next.</strong></li>
-
-    <p><img alt="" src="../images/add-role1.png" height="200" width="500"/></p>
-
-    <p>Figure 2: Add user role</p>
-    <li>In step 2, select the permissions you want to assign to the role. Please refer to the
-    <a href="rolepermissions.html">Role Permissions</a> guide for details on permissions.</li>
-  </ol>
-</ol>
-
-<p><img alt="" src="../images/add-role2.png" height="418" width="471"/></p>
-
-<p>Figure 3: Add permission to user role</p>
-<ul>
-  <li>You can modify role permissions, and re-assign the users belonging to
-    particular role, by clicking <strong>Edit Permissions</strong>, and
-    <strong>Edit Users</strong> respectively on the
-    <em><strong>Roles</strong></em> page.. 
-    
-  </li>
-    <li>In step 3, optionally, you can select the users who
-      belong to that role. (Some external user stores like LDAP, do not allow to create empty roles. In that case this step is mandatory.)
-    </li>
-    <li>Click <strong>Finish</strong>.
-      The role you created will appear in the <em><strong>Roles</strong></em>
-      panel.
-    </li>
-    <p><img alt="" src="../images/add-role3.png" height="300" width="600"/></p>
-
-    <p>Figure 4: Add users to role</p>
-  <li>To delete a role, click <strong>Delete</strong> on the
-    <em><strong>Roles</strong></em> page. Please note that you cannot delete
-    the admin role from the system.</li>
-</ul>
-
-<p><b>Note:</b></p>
-<ul>
-    <li>If you connect to an external user store (like LDAP) in read only mode, you can read existing roles from it
-    but you can not edit/delete the roles.</li>
-    <li>
-       In this case, you can still create new roles which will be managed internally and which are editable.
-    </li>
-    <li>If you connect to the external user store in read/write mode, you can edit the roles in external user store as well.</li>
-</ul>
-
-<p></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.png
deleted file mode 100644
index 476502f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/add-role3.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/role/images/check2.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.gif
deleted file mode 100644
index 7d9ceba..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/check2.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/xdoc/role/images/contractall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.gif
deleted file mode 100644
index b267f7f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/contractall.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/xdoc/role/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/delete.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/xdoc/role/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/edit.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/xdoc/role/images/expandall.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.gif
deleted file mode 100644
index 333180d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/expandall.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/xdoc/role/images/external-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.gif
deleted file mode 100644
index 1f1f75b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/external-roles.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/xdoc/role/images/role-main.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.png
deleted file mode 100644
index 1be4bd0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/role-main.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/role/images/user-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.gif
deleted file mode 100644
index 8d76864..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/user-roles.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/xdoc/role/images/users.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.gif
deleted file mode 100644
index 702ae1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/role/images/users.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/xdoc/roles-mgt/docs/server-roles.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml
deleted file mode 100644
index ef0f3f6..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/server-roles.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<!--
-  ~ Copyright 2008 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ 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.
-  -->
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-        "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-    <title>Server Roles Management - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-
-<h1>Server Roles</h1>
-
-    <p>A server-role is a parameter that is mentioned in carbon.xml for wso2carbon based products.
-       Each product has a different default ServerRoles property in its carbon.xml. Default server
-       role values for WSO2Carbon based products are as follows.</p>
-
-    <ul>
-        <li>WSO2 AppServer - "ApplicationServer"</li>
-        <li>WSO2 BAM - "BusinessActivityMonitor"</li>
-        <li>WSO2 BPS - "BusinessProcessServer"</li>
-        <li>WSO2 BRS - "BusinessRulesServer"</li>
-        <li>WSO2 DSS - "DataServicesServer"</li>
-		<li>WSO2 ESB - "EnterpriseServiceBus"</li>
-        <li>WSO2 GS - "GadgetServer"</li>
-        <li>WSO2 GReg - "GovernanceRegistry"</li>
-        <li>WSO2 IS - "IdentityServer"</li>
-        <li>WSO2 MS - "MashupServer"</li>
-   </ul>
-  <p>This property value is used for deployment of C-App archives. Generally a C-App consists of a
-     set of resources that is to be deployed in different products. So if an user deploys a C-App
-     in a carbon product all of the resources cannot be deployed in that particular product instance.
-     To sort out which can be deployed and which is can't server-role property is used. When a C-App
-     is being deployed it reads the ServerRoles property in carbon.xml and deploys only the
-     resources which matches the server-role values in there. Here is a example list of C-App
-     resources that map to default server roles.</p>
-  
-  	<ul>
-		<li>ApplicationServer - foo.aar, jax-wx.jar</li>
-		<li>EnterpriseServiceBus - proxy.xml</li>
-		<li>BusinessProcessServer - my_bpel.zip</li>
-		<li>GadgetServer - gadget.xml</li>
-  	</ul>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
deleted file mode 100644
index 8f26d9c..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/docs/userguide.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Server Roles Management - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-<h1>Server Roles Manager</h1>
-
-<h2>Introduction</h2>
-
-<p><strong>Server Roles Manager</strong> is a component to manage server roles property for
-   WSO2Carbon based products. Read more about <a href="server-roles.html">
-   <strong>Server Roles</strong></a>.</p>
-
-<p>As carbon supports adding different product features into one product instance original concept
-   of the server role property   being added into carbon.xml is hard to manage as users may have to
-   manually modify the carbon.xml to include the server-roles related to the product feature they
-   have added to a carbon product instance. As WSO2 Stratos and WSO2 Mars are introduced above
-   action is not possible for a tenant since the tenant user is remote to the server instance.</p>
-
-<p>To overcome those issues server role manager is introduced. Server role manager will store the
-   both carbon.xml default product roles and user/tenant specified server roles in Configuration
-   registry. So when a C-App is deploying in carbon the C-App deployer will check for afro-mentioned
-   server roles from the registry instead of carbon.xml.</p>
-
-<h2>How It Works</h2>
-
-<p>You can access the server roles manager UI clicking '<strong>Configure -> Server Roles</strong>'
-   or directly from <strong>https://&lt;host&gt;:&lt;port&gt;/carbon/roles-mgt/server-roles-mgt.jsp
-    </strong>.
-
-Server Roles Manager Displays all the server roles included in the current product instance in the
-landing page.
-
-<p><img alt="" src="../images/landingpage.jpg"/></p>
-<p>Figure 1: Server Roles Manager Landing page.</p>
-
-In server roles manager, server roles properties will be of two types, <strong>Default</strong> and
-<strong>Custom</strong>. Default type will be all the server roles picked from that particular
-product instance's carbon.xml and all other server roles added by the user will have type custom.
-</p>
-
-<h2>Functionality</h2>
-
-<p>Server Roles Manager has two basic functionalities,</p>
-	<ol>
-		<li>Add Server Role</li>
-		<p>You can add any textual name as a server role without special characters except
-           underscore.</p>
-		
-		<p><img alt="" src="../images/add_server_role.jpg"/></p>
-		<p>Figure 2: Add Server Role.</p>
-		
-		<p>Click the link '<strong>Add New Server Role</strong>' and a drop down menu will appear to
-           give the new role name. Just enter the preferred server role name than click
-            <strong>Add</strong>, and it will add the server role name.</p>
-		
-		<li>Remove Server Role</li>
-		<p>Simply click the <strong>garbage/delete icon</strong>
-           (<img alt="" src="../images/delete.gif"/>) at the right side of the any existing server
-           role. It will prompt a <strong>confirmation dialog</strong> and once confirmed it will
-           delete the server role.</p>
-		
-		<p><img alt="" src="../images/delete_server_role.jpg"/></p>
-		<p>Figure 2: Remove Server Role.</p>
-	
-	<p><strong>Note: </strong>Here users can even delete a default server role. Once it is deleted
-        when next time loading server role manager will not pick it up from the carbon.xml.</p>
-	</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add.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/xdoc/roles-mgt/images/add_server_role.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg
deleted file mode 100644
index 2528d2c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/add_server_role.jpg 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/roles-mgt/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/delete.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/xdoc/roles-mgt/images/icon-expanded.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.gif
deleted file mode 100644
index e9b6739..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-expanded.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/xdoc/roles-mgt/images/icon-minimized.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.gif
deleted file mode 100644
index cd9a7a5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/roles-mgt/images/icon-minimized.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/xdoc/samples/jms_queue_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml
deleted file mode 100644
index d4bea8e..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_queue_sample.xml
+++ /dev/null
@@ -1,260 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, 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.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - JMS Queue Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>] </p>
-            <h1>WSO2 MB - Samples :JMS Queue Sample</h1>
-
-            <p>This guide demonstrates how persistent queues can be created and used in Message
-                Broker using JMS API.
-            </p>
-
-            <h2>Contents</h2>
-
-            <div class="toc">
-                <ul>
-                    <li>
-                        <a href="#jms_queue_sample">JMS Queue Sample</a>
-                    </li>
-                </ul>
-            </div>
-
-            <h2 id="jms_queue_sample">JMS Queue Sample</h2>
-
-            <p>Following JMS client is used to send messages to a known created queue in WSO2 Message Broker. Queue Receiver
-               can receive messages and message is printed in console.
-            </p>
-
-            <p>
-                First log into WSO2 Message Broker Management console and create a queue named 'testQueue'. Click on the
-                'Add' menu item under the 'Queues' menu to create a queue. To create a queue , the only thing needed to
-                be provided is the name of the queue.
-            </p>
-
-            <p>
-                note: To run this code sample, you need to have dependencies located at
-                $CARBON_HOME/client-lib in class path. You need to run QueueReceiver class prior to QueueSender class
-                when testing this sample.
-            </p>
-            <p>
-                Using following QueueSender JMS client messages can be sent to 'testQueue'.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.Queue;
-                import javax.jms.QueueConnection;
-                import javax.jms.QueueConnectionFactory;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-                public class QueueSender {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String QUEUE_NAME_PREFIX = "queue.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String queueName = "testQueue";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        QueueSender queueSender = new QueueSender();
-                        queueSender.sendMessages();
-                    }
-
-                    public void sendMessages() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-                        properties.put(QUEUE_NAME_PREFIX + queueName, queueName);
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        QueueConnectionFactory connFactory = (QueueConnectionFactory) ctx.lookup(CF_NAME);
-                        QueueConnection queueConnection = connFactory.createQueueConnection();
-                        queueConnection.start();
-                        QueueSession queueSession =
-                                queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Queue queue = (Queue)ctx.lookup(queueName);
-
-                        // create the message to send
-                        TextMessage textMessage = queueSession.createTextMessage("Test Message Content");
-
-                        javax.jms.QueueSender queueSender = queueSession.createSender(queue);
-                        queueSender.send(textMessage);
-
-                        queueSender.close();
-                        queueSession.close();
-                        queueConnection.close();
-
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-
-                }
-
-            </pre>
-             <p>
-                 You can view created queue and its increased message count using Message Broker management console.
-             </p>
-            <p>
-                Now to receive the messages from the 'testQueue' following QueueReceiver class can be used. Message received gets printed on the
-                console.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.*;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-                public class QueueReceiver {
-
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String queueName = "testQueue";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        QueueReceiver queueReceiver = new QueueReceiver();
-                        queueReceiver.receiveMessages();
-                    }
-
-                    public void receiveMessages() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-                        properties.put("queue."+ queueName,queueName);
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        QueueConnectionFactory connFactory = (QueueConnectionFactory) ctx.lookup(CF_NAME);
-                        QueueConnection queueConnection = connFactory.createQueueConnection();
-                        queueConnection.start();
-                        QueueSession queueSession =
-                                queueConnection.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        //Receive message
-                        Queue queue =  (Queue) ctx.lookup(queueName);
-                        MessageConsumer queueReceiver = queueSession.createConsumer(queue);
-                        TextMessage message = (TextMessage) queueReceiver.receive();
-                        System.out.println("Got message ==>" + message.getText());
-
-                        queueReceiver.close();
-                        queueSession.close();
-                        queueConnection.stop();
-                        queueConnection.close();
-
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-
-                }
-
-            </pre>
-        <p>
-            Now you should be able to see message count gets decreased for 'testQueue' using Management Console.
-        </p>
-    </body>
-</html>
\ 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/samples/jms_topic_sample.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml
deleted file mode 100644
index d58dba4..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/samples/jms_topic_sample.xml
+++ /dev/null
@@ -1,252 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!--
-~ Copyright (c) 2009, 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.
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>WSO2 MB Samples - JMS Topic Sample</title>
-        <link href="../css/mb-docs.css" rel="stylesheet"/>
-        <link href="../styles/dist-docs.css" rel="stylesheet" type="text/css"
-              media="all"/>
-    </head>
-
-    <body>
-        <p>[<a href="../docs_index.html">Documentation Index</a>]  </p>
-            <h1>WSO2 MB - Samples :JMS Topic Sample</h1>
-
-            <p>This guide demonstrates how topics can be created and used in Message
-                Broker using JMS API.
-            </p>
-
-            <h2>Contents</h2>
-
-            <div class="toc">
-                <ul>
-                    <li>
-                        <a href="#jms_queue_sample">JMS Topic Sample</a>
-                    </li>
-                </ul>
-            </div>
-
-            <h2 id="jms_queue_sample">JMS Topic Sample</h2>
-
-            <p>Following code is used to create a topic, subscribe to it and publish messages. To
-                run this code sample, you need to have dependencies located at
-                $CARBON_HOME/client-lib in class path.
-                To try out following code fragment, Run the Topic Subscriber first and then run
-                Topic Publisher code. You should see, published message in Topic subscriber console.
-
-                You can see created topics in management console as well.
-            </p>
-
-            <p>Topic Publisher: This code is used to publish messages to a given topic.</p>
-
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicPublisher {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicPublisher topicPublisher = new TopicPublisher();
-                        topicPublisher.publishMessage();
-                    }
-
-                    public void publishMessage() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-
-                        // create the message to send
-                        TextMessage textMessage = topicSession.createTextMessage("Test Message");
-
-                        javax.jms.TopicPublisher topicPublisher = topicSession.createPublisher(topic);
-                        topicPublisher.publish(textMessage);
-
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-
-            <p>Topic Subscriber: This code is used to Subscribe for topics.
-                topicSubscriber.receive() will wait till a message is received and exit the main
-                thread.
-            </p>
-            <pre xml:space="preserve">
-                package com.org.wso2.mb.jms.sample;
-                /**
-                 * Copyright (c) 2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
-                 *
-                 * Licensed under the Apache License, Version 2.0 (the "License");
-                 * you may not use this file except in compliance with the License.
-                 * You may obtain a copy of the License at
-                 *
-                 * http://www.apache.org/licenses/LICENSE-2.0
-                 *
-                 * Unless required by applicable law or agreed to in writing, software
-                 * distributed under the License is distributed on an "AS IS" BASIS,
-                 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-                 * See the License for the specific language governing permissions and
-                 * limitations under the License.
-                 */
-
-                import javax.jms.JMSException;
-                import javax.jms.Message;
-                import javax.jms.QueueSession;
-                import javax.jms.TextMessage;
-                import javax.jms.Topic;
-                import javax.jms.TopicConnection;
-                import javax.jms.TopicConnectionFactory;
-                import javax.jms.TopicSession;
-                import javax.naming.Context;
-                import javax.naming.InitialContext;
-                import javax.naming.NamingException;
-                import java.util.Properties;
-
-
-                public class TopicSubscriber {
-                    public static final String QPID_ICF = "org.wso2.andes.jndi.PropertiesFileInitialContextFactory";
-                    private static final String CF_NAME_PREFIX = "connectionfactory.";
-                    private static final String CF_NAME = "qpidConnectionfactory";
-                    String userName = "admin";
-                    String password = "admin";
-
-                    private static String CARBON_CLIENT_ID = "carbon";
-                    private static String CARBON_VIRTUAL_HOST_NAME = "carbon";
-                    private static String CARBON_DEFAULT_HOSTNAME = "localhost";
-                    private static String CARBON_DEFAULT_PORT = "5672";
-                    String topicName = "MYTopic";
-
-
-                    public static void main(String[] args) throws NamingException, JMSException {
-                        TopicSubscriber topicSubscriber = new TopicSubscriber();
-                        topicSubscriber.subscribe();
-                    }
-
-                    public void subscribe() throws NamingException, JMSException {
-                        Properties properties = new Properties();
-                        properties.put(Context.INITIAL_CONTEXT_FACTORY, QPID_ICF);
-                        properties.put(CF_NAME_PREFIX + CF_NAME, getTCPConnectionURL(userName, password));
-
-                        System.out.println("getTCPConnectionURL(userName,password) = " + getTCPConnectionURL(userName, password));
-
-                        InitialContext ctx = new InitialContext(properties);
-                        // Lookup connection factory
-                        TopicConnectionFactory connFactory = (TopicConnectionFactory) ctx.lookup(CF_NAME);
-                        TopicConnection topicConnection = connFactory.createTopicConnection();
-                        topicConnection.start();
-                        TopicSession topicSession =
-                                topicConnection.createTopicSession(false, QueueSession.AUTO_ACKNOWLEDGE);
-
-                        // Send message
-                        Topic topic = topicSession.createTopic(topicName);
-                        javax.jms.TopicSubscriber topicSubscriber = topicSession.createSubscriber(topic);
-                        Message message = topicSubscriber.receive();
-                        if (message instanceof TextMessage) {
-                            TextMessage textMessage = (TextMessage) message;
-                            System.out.println("textMessage.getText() = " + textMessage.getText());
-                        }
-                        topicSession.close();
-                        topicConnection.close();
-                    }
-
-                    public String getTCPConnectionURL(String username, String password) {
-                        // amqp://{username}:{password}@carbon/carbon?brokerlist='tcp://{hostname}:{port}'
-                        return new StringBuffer()
-                                .append("amqp://").append(username).append(":").append(password)
-                                .append("@").append(CARBON_CLIENT_ID)
-                                .append("/").append(CARBON_VIRTUAL_HOST_NAME)
-                                .append("?brokerlist='tcp://").append(CARBON_DEFAULT_HOSTNAME).append(":").append(CARBON_DEFAULT_PORT).append("'")
-                                .toString();
-                    }
-
-                }
-
-
-            </pre>
-        <p>Also note that a MessageListener can be set to topicSubscriber to receive messages asynchronously.</p>
-    </body>
-</html>
\ 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/search/css/search.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css
deleted file mode 100644
index 890372f..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/css/search.css
+++ /dev/null
@@ -1,25 +0,0 @@
-table tbody tr td {
-    border: 0 none;
-    padding: 0;
-    text-align: left;
-    vertical-align: top;
-}
-
-body {
-    margin: 0;
-    padding: 0;
-}
-
-#mediaTypeAutoComplete {
-    width: 130px; /* set width here or else widget will expand to fit its container */
-}
-
-.loadMediaTypeButton {
-    margin-left: 170px;
-    display:block;
-    width:50px;
-}
-.search-subtitle{
-    color: #666666;
-    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/search/docs/images/date.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.png
deleted file mode 100644
index bf70c91..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/date.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/search/docs/images/reporting_crumb.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.png
deleted file mode 100644
index a41f431..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/images/reporting_crumb.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/search/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml
deleted file mode 100644
index bf17c12..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/docs/userguide.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-    <title>Registry Search - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<body>                                                                                              
-<h1>Registry Search</h1>
-
-<h2>Search</h2>
-
-    <p> All resources found in the registry, can be searched through this interface. Search could be
-    refined by optionally providing, resource name, created date range, updated date range, tags,comments, association type,
-    association destination, property name, property value and the content. To search for matches containing a specific
-    pattern use the <strong>%</strong> symbol. The pattern matching can be used with the following fields "Resource name",
-    "created by", "updated by" and "property value". Also the search supports the use of part of the user name in the "created by"
-    and "updated by" fields. And also for the fields like Created data range,Updated range,Created user and Updated user
-    the negation option is provided in order to search other than the provided criteria.</p>
-
-    <p>To enter more than one term in tags, use comma (",") as the separator. To enter more than one
-        term in keywords, use space (" ") as the separator.</p>
-
-    <p><img src="images/main.png" width="777px"/></p>
-
-    <p>Figure 1: Search Interface</p>
-
-    <p>Created or Updated dates can be either entered in the format of MM/DD/YYYY or used the date
-    picker user interface provided.</p>
-
-    <p><img src="images/date.png" width="777px"/></p>
-
-    <p>Figure 2: Date picker user interface</p>
-
-    
-<br/><br/>
-
-<h3>Custom Search</h3>
-<p>The custom search provides the user with the ability to customize the search interface for a given media type.
-The search parameters for a given media type is configured by a user with admin privileges by creating a resource
-with the name of the media type (for <strong>application/wsdl+xml</strong> the resource name should be <strong>application-wsdl-xml</strong>)
-and declaring the parameters as properties. The search parameter name is given as the property name and the property value
-describes whether this parameter should be included in the custom search.</p>
-
-<p><img src="images/configuration.png" width="777px"/></p>
-<p>Figure 3: Custom search configuration </p>
-
-<p>The advanced search contains a field where the user can specify a media type. Upon selecting a media type,
-    custom search form for that media type will be automatically loaded.
-</p>
-
-<p><img src="images/custom_search.png" width="777px"/></p>
-
-<p>Figure 4: Custom search interface </p>
-
-<h2>Saving a Search Filter</h2>
-    <p>
-        Search criteria can be saved as a filter using the interface shown in Figure 5.
-    </p>
-
-    <p><img src="images/save_filter.png" width="777px"/></p>
-
-    <p>Figure 5: Save search filter user interface</p>
-
-<br/><br/>
-
-<h2>Loading a Search Filter</h2>
-    <p>A saved search filter can be loaded by selecting the filter name in the drop-down list shown
-    in Figure 6. Upon loading a search filter, search form fields are populated with previously saved values.
-    </p>
-
-    <p><img src="images/load_filter.png" width="777px"/></p>
-
-    <p>Figure 6: Save search filter user interface</p>
-
-<h2>Report generation for search results</h2>
-
-    <p>In the search result page the user is able to generate a report which will include search results.The user is able to
-    create reports in PDF,HTML or Excel.</p>
-    <p><img src="images/reporting_crumb.png" width="550px" /></p>
-    <p>Figure 7: Reporting options</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.png
deleted file mode 100644
index b60cc35..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/arrow-down.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/search/images/r01.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.gif
deleted file mode 100644
index 9c7b922..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r01.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/xdoc/search/images/r04.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r04.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/xdoc/search/images/r44.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.gif
deleted file mode 100644
index 02d1276..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/r44.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/xdoc/search/images/search-top.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.png
deleted file mode 100644
index c288eaf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search-top.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/search/images/search.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/search/images/search.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/xdoc/securityconfig/docs/images/activate_security_user_groups.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.png
deleted file mode 100644
index 5148022..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/activate_security_user_groups.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/securityconfig/docs/images/kerberos_spn.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.png
deleted file mode 100644
index ed2690e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/kerberos_spn.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/securityconfig/docs/images/no_security.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.png
deleted file mode 100644
index bb0eb5f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/docs/images/no_security.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/securityconfig/images/scenario1.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.png
deleted file mode 100644
index 9865055..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario1.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/securityconfig/images/scenario10.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.png
deleted file mode 100644
index f5d5327..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario10.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/securityconfig/images/scenario13.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.png
deleted file mode 100644
index eea4042..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario13.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/securityconfig/images/scenario2.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.png
deleted file mode 100644
index 751aa5d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario2.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/securityconfig/images/scenario3.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.png
deleted file mode 100644
index 2c156a2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario3.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/securityconfig/images/scenario4.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.png
deleted file mode 100644
index 952e6a6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario4.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/securityconfig/images/scenario7.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.png
deleted file mode 100644
index df3876b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/securityconfig/images/scenario7.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/server-admin/docs/images/server-admin.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.gif
deleted file mode 100644
index 4dea3d3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/images/server-admin.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/xdoc/server-admin/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml
deleted file mode 100644
index d89d17f..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/docs/userguide.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-  <title>Server Admin - User Guide</title>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-</head>
-
-<body>
-<h1>Server Administration</h1>
-
-<p>You can use the Shutdown/Restart feature to shutdown and restart the
-server. The machine can be shutdown gracefully or�forcefully.</p>
-<ol>
-  <li>In the navigator, under Manage, click
-    <strong>Shutdown/Restart</strong>.�The
-    <em><strong>Shutdown/Restart</strong></em> page appears.</li>
-  <li>Click on the shutdown or restart option as applicable. The available
-    options are:
-
-    <ul>
-      <li>Graceful shutdown</li>
-      <li>Forced shutdown</li>
-      <li>Graceful Restart</li>
-      <li>Immediate Restart</li>
-    </ul>
-  </li>
-</ol>
-
-<p>Each option is described on the <span
-style="font-weight: bold; font-style: italic;">Shutdown/Restart</span> page.</p>
-
-<p><img alt="Server Admin" src="images/server-admin.gif"/></p>
-
-<p style="text-align: center;">Figure 1: Shutdown/Restart the Server</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.gif
deleted file mode 100644
index 0372501..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/server-admin/images/graceful-shutdown.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/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG
deleted file mode 100644
index e9d6d1c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/Servicegroup Dashboard.JPG 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/service-mgt/docs/images/deployedservices.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG
deleted file mode 100644
index 732bdd5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/deployedservices.JPG 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/service-mgt/docs/images/service details.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG
deleted file mode 100644
index 85c8cd1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service details.JPG 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/service-mgt/docs/images/service group parameters.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG
deleted file mode 100644
index d732ca1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service group parameters.JPG 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/service-mgt/docs/images/service parameters.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG
deleted file mode 100644
index c1a92b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/service parameters.JPG 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/service-mgt/docs/images/try the service.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG
deleted file mode 100644
index ba22533..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/docs/images/try the service.JPG 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/service-mgt/images/QoS.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg
deleted file mode 100644
index d04ed06..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/QoS.jpg 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/service-mgt/images/caching.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.gif
deleted file mode 100644
index 2857a2a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/caching.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/xdoc/service-mgt/images/client operations.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg
deleted file mode 100644
index 4af53d2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/client operations.jpg 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/service-mgt/images/create_svc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.gif
deleted file mode 100644
index a91544f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/create_svc.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/xdoc/service-mgt/images/deployedservices.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg
deleted file mode 100644
index fed2ccc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/deployedservices.jpg 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/service-mgt/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/list.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/xdoc/service-mgt/images/operations.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.gif
deleted file mode 100644
index ce0436d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/operations.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/xdoc/service-mgt/images/response time graph.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg
deleted file mode 100644
index d8cab66..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/response time graph.jpg and /dev/null differ


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

Posted by la...@apache.org.
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;
-}


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

Posted by la...@apache.org.
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/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
deleted file mode 100644
index 42ccba2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.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/smoothness/images/ui-bg_glass_75_dadada_1x400.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
deleted file mode 100644
index 5a46b47..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_dadada_1x400.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/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
deleted file mode 100644
index 86c2baa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.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/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
deleted file mode 100644
index 7c9fa6c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.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/smoothness/jquery-ui-1.8.11.custom.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/jquery-ui-1.8.11.custom.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/jquery-ui-1.8.11.custom.css
deleted file mode 100644
index b2f72e9..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/css/smoothness/jquery-ui-1.8.11.custom.css
+++ /dev/null
@@ -1,573 +0,0 @@
-/*
- * jQuery UI CSS Framework 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- */
-
-/* Layout helpers
-----------------------------------*/
-.ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
-.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
-.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
-.ui-helper-clearfix { display: inline-block; }
-/* required comment for clearfix to work in Opera \*/
-* html .ui-helper-clearfix { height:1%; }
-.ui-helper-clearfix { display:block; }
-/* end clearfix */
-.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
-
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-disabled { cursor: default !important; }
-
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Overlays */
-.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
-
-
-/*
- * jQuery UI CSS Framework 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Theming/API
- *
- * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighligh
 t=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
- */
-
-
-/* Component containers
-----------------------------------*/
-.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
-.ui-widget .ui-widget { font-size: 1em; }
-.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
-.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
-.ui-widget-content a { color: #222222; }
-.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
-.ui-widget-header a { color: #222222; }
-
-/* Interaction states
-----------------------------------*/
-.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
-.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
-.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
-.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
-.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
-.ui-widget :active { outline: none; }
-
-/* Interaction Cues
-----------------------------------*/
-.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
-.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
-.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
-.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
-.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
-.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
-.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
-.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
-
-/* Icons
-----------------------------------*/
-
-/* states and images */
-.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
-.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
-.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
-.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
-.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
-
-/* positioning */
-.ui-icon-carat-1-n { background-position: 0 0; }
-.ui-icon-carat-1-ne { background-position: -16px 0; }
-.ui-icon-carat-1-e { background-position: -32px 0; }
-.ui-icon-carat-1-se { background-position: -48px 0; }
-.ui-icon-carat-1-s { background-position: -64px 0; }
-.ui-icon-carat-1-sw { background-position: -80px 0; }
-.ui-icon-carat-1-w { background-position: -96px 0; }
-.ui-icon-carat-1-nw { background-position: -112px 0; }
-.ui-icon-carat-2-n-s { background-position: -128px 0; }
-.ui-icon-carat-2-e-w { background-position: -144px 0; }
-.ui-icon-triangle-1-n { background-position: 0 -16px; }
-.ui-icon-triangle-1-ne { background-position: -16px -16px; }
-.ui-icon-triangle-1-e { background-position: -32px -16px; }
-.ui-icon-triangle-1-se { background-position: -48px -16px; }
-.ui-icon-triangle-1-s { background-position: -64px -16px; }
-.ui-icon-triangle-1-sw { background-position: -80px -16px; }
-.ui-icon-triangle-1-w { background-position: -96px -16px; }
-.ui-icon-triangle-1-nw { background-position: -112px -16px; }
-.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
-.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
-.ui-icon-arrow-1-n { background-position: 0 -32px; }
-.ui-icon-arrow-1-ne { background-position: -16px -32px; }
-.ui-icon-arrow-1-e { background-position: -32px -32px; }
-.ui-icon-arrow-1-se { background-position: -48px -32px; }
-.ui-icon-arrow-1-s { background-position: -64px -32px; }
-.ui-icon-arrow-1-sw { background-position: -80px -32px; }
-.ui-icon-arrow-1-w { background-position: -96px -32px; }
-.ui-icon-arrow-1-nw { background-position: -112px -32px; }
-.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
-.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
-.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
-.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
-.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
-.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
-.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
-.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
-.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
-.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
-.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
-.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
-.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
-.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
-.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
-.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
-.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
-.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
-.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
-.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
-.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
-.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
-.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
-.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
-.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
-.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
-.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
-.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
-.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
-.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
-.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
-.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
-.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
-.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
-.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
-.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
-.ui-icon-arrow-4 { background-position: 0 -80px; }
-.ui-icon-arrow-4-diag { background-position: -16px -80px; }
-.ui-icon-extlink { background-position: -32px -80px; }
-.ui-icon-newwin { background-position: -48px -80px; }
-.ui-icon-refresh { background-position: -64px -80px; }
-.ui-icon-shuffle { background-position: -80px -80px; }
-.ui-icon-transfer-e-w { background-position: -96px -80px; }
-.ui-icon-transferthick-e-w { background-position: -112px -80px; }
-.ui-icon-folder-collapsed { background-position: 0 -96px; }
-.ui-icon-folder-open { background-position: -16px -96px; }
-.ui-icon-document { background-position: -32px -96px; }
-.ui-icon-document-b { background-position: -48px -96px; }
-.ui-icon-note { background-position: -64px -96px; }
-.ui-icon-mail-closed { background-position: -80px -96px; }
-.ui-icon-mail-open { background-position: -96px -96px; }
-.ui-icon-suitcase { background-position: -112px -96px; }
-.ui-icon-comment { background-position: -128px -96px; }
-.ui-icon-person { background-position: -144px -96px; }
-.ui-icon-print { background-position: -160px -96px; }
-.ui-icon-trash { background-position: -176px -96px; }
-.ui-icon-locked { background-position: -192px -96px; }
-.ui-icon-unlocked { background-position: -208px -96px; }
-.ui-icon-bookmark { background-position: -224px -96px; }
-.ui-icon-tag { background-position: -240px -96px; }
-.ui-icon-home { background-position: 0 -112px; }
-.ui-icon-flag { background-position: -16px -112px; }
-.ui-icon-calendar { background-position: -32px -112px; }
-.ui-icon-cart { background-position: -48px -112px; }
-.ui-icon-pencil { background-position: -64px -112px; }
-.ui-icon-clock { background-position: -80px -112px; }
-.ui-icon-disk { background-position: -96px -112px; }
-.ui-icon-calculator { background-position: -112px -112px; }
-.ui-icon-zoomin { background-position: -128px -112px; }
-.ui-icon-zoomout { background-position: -144px -112px; }
-.ui-icon-search { background-position: -160px -112px; }
-.ui-icon-wrench { background-position: -176px -112px; }
-.ui-icon-gear { background-position: -192px -112px; }
-.ui-icon-heart { background-position: -208px -112px; }
-.ui-icon-star { background-position: -224px -112px; }
-.ui-icon-link { background-position: -240px -112px; }
-.ui-icon-cancel { background-position: 0 -128px; }
-.ui-icon-plus { background-position: -16px -128px; }
-.ui-icon-plusthick { background-position: -32px -128px; }
-.ui-icon-minus { background-position: -48px -128px; }
-.ui-icon-minusthick { background-position: -64px -128px; }
-.ui-icon-close { background-position: -80px -128px; }
-.ui-icon-closethick { background-position: -96px -128px; }
-.ui-icon-key { background-position: -112px -128px; }
-.ui-icon-lightbulb { background-position: -128px -128px; }
-.ui-icon-scissors { background-position: -144px -128px; }
-.ui-icon-clipboard { background-position: -160px -128px; }
-.ui-icon-copy { background-position: -176px -128px; }
-.ui-icon-contact { background-position: -192px -128px; }
-.ui-icon-image { background-position: -208px -128px; }
-.ui-icon-video { background-position: -224px -128px; }
-.ui-icon-script { background-position: -240px -128px; }
-.ui-icon-alert { background-position: 0 -144px; }
-.ui-icon-info { background-position: -16px -144px; }
-.ui-icon-notice { background-position: -32px -144px; }
-.ui-icon-help { background-position: -48px -144px; }
-.ui-icon-check { background-position: -64px -144px; }
-.ui-icon-bullet { background-position: -80px -144px; }
-.ui-icon-radio-off { background-position: -96px -144px; }
-.ui-icon-radio-on { background-position: -112px -144px; }
-.ui-icon-pin-w { background-position: -128px -144px; }
-.ui-icon-pin-s { background-position: -144px -144px; }
-.ui-icon-play { background-position: 0 -160px; }
-.ui-icon-pause { background-position: -16px -160px; }
-.ui-icon-seek-next { background-position: -32px -160px; }
-.ui-icon-seek-prev { background-position: -48px -160px; }
-.ui-icon-seek-end { background-position: -64px -160px; }
-.ui-icon-seek-start { background-position: -80px -160px; }
-/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
-.ui-icon-seek-first { background-position: -80px -160px; }
-.ui-icon-stop { background-position: -96px -160px; }
-.ui-icon-eject { background-position: -112px -160px; }
-.ui-icon-volume-off { background-position: -128px -160px; }
-.ui-icon-volume-on { background-position: -144px -160px; }
-.ui-icon-power { background-position: 0 -176px; }
-.ui-icon-signal-diag { background-position: -16px -176px; }
-.ui-icon-signal { background-position: -32px -176px; }
-.ui-icon-battery-0 { background-position: -48px -176px; }
-.ui-icon-battery-1 { background-position: -64px -176px; }
-.ui-icon-battery-2 { background-position: -80px -176px; }
-.ui-icon-battery-3 { background-position: -96px -176px; }
-.ui-icon-circle-plus { background-position: 0 -192px; }
-.ui-icon-circle-minus { background-position: -16px -192px; }
-.ui-icon-circle-close { background-position: -32px -192px; }
-.ui-icon-circle-triangle-e { background-position: -48px -192px; }
-.ui-icon-circle-triangle-s { background-position: -64px -192px; }
-.ui-icon-circle-triangle-w { background-position: -80px -192px; }
-.ui-icon-circle-triangle-n { background-position: -96px -192px; }
-.ui-icon-circle-arrow-e { background-position: -112px -192px; }
-.ui-icon-circle-arrow-s { background-position: -128px -192px; }
-.ui-icon-circle-arrow-w { background-position: -144px -192px; }
-.ui-icon-circle-arrow-n { background-position: -160px -192px; }
-.ui-icon-circle-zoomin { background-position: -176px -192px; }
-.ui-icon-circle-zoomout { background-position: -192px -192px; }
-.ui-icon-circle-check { background-position: -208px -192px; }
-.ui-icon-circlesmall-plus { background-position: 0 -208px; }
-.ui-icon-circlesmall-minus { background-position: -16px -208px; }
-.ui-icon-circlesmall-close { background-position: -32px -208px; }
-.ui-icon-squaresmall-plus { background-position: -48px -208px; }
-.ui-icon-squaresmall-minus { background-position: -64px -208px; }
-.ui-icon-squaresmall-close { background-position: -80px -208px; }
-.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
-.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
-.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
-.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
-.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
-.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
-
-
-/* Misc visuals
-----------------------------------*/
-
-/* Corner radius */
-.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
-.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
-.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
-.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
-.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
-
-/* Overlays */
-.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
-.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
- * jQuery UI Resizable 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Resizable#theming
- */
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
- * jQuery UI Selectable 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Selectable#theming
- */
-.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
-/*
- * jQuery UI Accordion 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Accordion#theming
- */
-/* IE/Win - Fix animation bug - #4615 */
-.ui-accordion { width: 100%; }
-.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
-.ui-accordion .ui-accordion-li-fix { display: inline; }
-.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
-.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
-.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
-.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
-.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
-.ui-accordion .ui-accordion-content-active { display: block; }
-/*
- * jQuery UI Autocomplete 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Autocomplete#theming
- */
-.ui-autocomplete { position: absolute; cursor: default; }	
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
-
-/*
- * jQuery UI Menu 1.8.11
- *
- * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Menu#theming
- */
-.ui-menu {
-	list-style:none;
-	padding: 2px;
-	margin: 0;
-	display:block;
-	float: left;
-}
-.ui-menu .ui-menu {
-	margin-top: -3px;
-}
-.ui-menu .ui-menu-item {
-	margin:0;
-	padding: 0;
-	zoom: 1;
-	float: left;
-	clear: left;
-	width: 100%;
-}
-.ui-menu .ui-menu-item a {
-	text-decoration:none;
-	display:block;
-	padding:.2em .4em;
-	line-height:1.5;
-	zoom:1;
-}
-.ui-menu .ui-menu-item a.ui-state-hover,
-.ui-menu .ui-menu-item a.ui-state-active {
-	font-weight: normal;
-	margin: -1px;
-}
-/*
- * jQuery UI Button 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Button#theming
- */
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
-.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
-button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
-.ui-button-icons-only { width: 3.4em; } 
-button.ui-button-icons-only { width: 3.7em; } 
-
-/*button text element */
-.ui-button .ui-button-text { display: block; line-height: 1.4;  }
-.ui-button-text-only .ui-button-text { padding: .4em 1em; }
-.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
-.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
-.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
-.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
-/* no icon support for input elements, provide padding by default */
-input.ui-button { padding: .4em 1em; }
-
-/*button icon element(s) */
-.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
-.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
-.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
-.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
-
-/*button sets*/
-.ui-buttonset { margin-right: 7px; }
-.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
-
-/* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
-/*
- * jQuery UI Dialog 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Dialog#theming
- */
-.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
-.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
-.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
-.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
-.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
-.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
-.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
-.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
-.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
-.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
-.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
-.ui-draggable .ui-dialog-titlebar { cursor: move; }
-/*
- * jQuery UI Slider 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Slider#theming
- */
-.ui-slider { position: relative; text-align: left; }
-.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
-.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
-
-.ui-slider-horizontal { height: .8em; }
-.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
-.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
-.ui-slider-horizontal .ui-slider-range-min { left: 0; }
-.ui-slider-horizontal .ui-slider-range-max { right: 0; }
-
-.ui-slider-vertical { width: .8em; height: 100px; }
-.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
-.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
-.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
-.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
- * jQuery UI Tabs 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Tabs#theming
- */
-.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
-.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
-.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
-.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
-.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
-.ui-tabs .ui-tabs-hide { display: none !important; }
-/*
- * jQuery UI Datepicker 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Datepicker#theming
- */
-.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
-.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
-.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
-.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
-.ui-datepicker .ui-datepicker-prev { left:2px; }
-.ui-datepicker .ui-datepicker-next { right:2px; }
-.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
-.ui-datepicker .ui-datepicker-next-hover { right:1px; }
-.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
-.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
-.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
-.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
-.ui-datepicker select.ui-datepicker-month, 
-.ui-datepicker select.ui-datepicker-year { width: 49%;}
-.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
-.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
-.ui-datepicker td { border: 0; padding: 1px; }
-.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
-.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
-.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
-.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
-
-/* with multiple calendars */
-.ui-datepicker.ui-datepicker-multi { width:auto; }
-.ui-datepicker-multi .ui-datepicker-group { float:left; }
-.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
-.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
-.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
-.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
-.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
-.ui-datepicker-row-break { clear:both; width:100%; }
-
-/* RTL support */
-.ui-datepicker-rtl { direction: rtl; }
-.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
-.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group { float:right; }
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
-    display: none; /*sorry for IE5*/
-    display/**/: block; /*sorry for IE5*/
-    position: absolute; /*must have*/
-    z-index: -1; /*must have*/
-    filter: mask(); /*must have*/
-    top: -4px; /*must have*/
-    left: -4px; /*must have*/
-    width: 200px; /*must have*/
-    height: 200px; /*must have*/
-}/*
- * jQuery UI Progressbar 1.8.11
- *
- * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * http://docs.jquery.com/UI/Progressbar#theming
- */
-.ui-progressbar { height:2em; text-align: left; }
-.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
\ 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/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/docs/userguide.xml
deleted file mode 100644
index 0190615..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/docs/userguide.xml
+++ /dev/null
@@ -1,232 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-
-<html>
-<head>
-    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
-    <title>WSO2 Carbon Server Home</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet"
-          type="text/css" media="all"/>
-</head>
-<body>
-<h1>
-    WSO2 Carbon Server Home Page</h1>
-
-<p> When you log on to
-    the WSO2 Carbon Server, the home page displays information about
-    the server hosting envrionment, the JVM configuration information, the
-    deployed operating system and the logged in user information in four
-    separate tables. </p>
-
-<table cellspacing="0" class="styled">
-    <tbody>
-	<tr><td colspan="2" class="subHeader">Server</td></tr>
-    <tr>
-        <td>
-            Host
-        </td>
-        <td>
-            The server IP address
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Server URL
-        </td>
-        <td>
-            URL of the hosted services
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Server Start Time
-        </td>
-        <td>
-            The server start time, displayed precisely to the second.
-        </td>
-    </tr>
-    <tr>
-        <td>
-            System Up Time
-        </td>
-        <td>
-            The up time of the system, displayed precisely to the second.
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Version
-        </td>
-        <td>
-            Server version
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Repository Location
-        </td>
-        <td>
-            The respository location folder used by Carbon.
-        </td>
-    </tr>
-
-    <tr><td class="subHeader">Operating System</td></tr>
-    <tr>
-        <td>
-            OS Name
-        </td>
-        <td>The version of the operating system used by the server</td>
-    </tr>
-    <tr>
-        <td>
-            OS Version
-        </td>
-        <td>The version of the operating system</td>
-    </tr>
-
-    <tr><td class="subHeader">Operating System User</td></tr>
-    <tr>
-        <td>
-            Country
-        </td>
-        <td>
-            The locale of the operating system user running the Carbon server.
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Home
-        </td>
-        <td>
-            The home directory of the operating system user running Carbon.
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Name
-        </td>
-        <td>
-            The name of the operating system user running Carbon.
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Timezone
-        </td>
-        <td>
-            The timezone of the operating system user running Carbon.
-        </td>
-    </tr>
-
-    <tr><td class="subHeader">Java VM</td></tr>
-    <tr>
-        <td>
-            Java Home
-        </td>
-        <td>
-            The location of the Java runtime library
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Java Runtime Name
-        </td>
-        <td>
-            The Java runtime name ( For example : Java(TM) 2 Runtime
-            Environment, Standard Edition )
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Java Version
-        </td>
-        <td>
-            The version of the Java runtime library</td>
-    </tr>
-    <tr>
-        <td>
-            Java Vendor
-        </td>
-        <td>
-            The Java runtime vendor
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Java VM Version
-        </td>
-        <td>The version of the Java virtual machine</td>
-    </tr>
-
-    <tr><td class="subHeader">Registry</td></tr>
-    <tr>
-        <td>
-            Registry Type
-        </td>
-        <td>
-            Values can be 'Embedded' or 'Remote'. Indicates whether this server uses
-            an embedded Registry or remote Registry
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Registry Database Name
-        </td>
-        <td>
-            Name of the Registry DB
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Registry Database Version
-        </td>
-        <td>
-            Version of the Registry DB
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Database Driver Name
-        </td>
-        <td>
-            Name of the JDBC driver used
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Database Driver Version
-        </td>
-        <td>
-            Version of the JDBC driver used
-        </td>
-    </tr>
-    <tr>
-        <td>
-            Database URL
-        </td>
-        <td>
-            JDBC URL of the Embedded Registry DB
-        </td>
-    </tr>
-
-    </tbody>
-</table>
-
-</body>
-</html>

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/images/1px.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/1px.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/1px.gif
deleted file mode 100644
index f866f1d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/1px.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/xdoc/admin/images/add-collection.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-collection.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-collection.gif
deleted file mode 100644
index b5b64e9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-collection.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/xdoc/admin/images/add-small-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-small-icon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-small-icon.gif
deleted file mode 100644
index dfb342f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add-small-icon.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/xdoc/admin/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/add.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/xdoc/admin/images/am_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/am_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/am_logo_h23.gif
deleted file mode 100644
index 9d6af9f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/am_logo_h23.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/xdoc/admin/images/appserver_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/appserver_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/appserver_logo_h23.gif
deleted file mode 100644
index 3b4d1b5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/appserver_logo_h23.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/xdoc/admin/images/arrow-up.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/arrow-up.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/arrow-up.png
deleted file mode 100644
index 8ba09a8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/arrow-up.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/images/button-bg-hover.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.gif
deleted file mode 100644
index fe59129..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg-hover.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/xdoc/admin/images/button-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg.gif
deleted file mode 100644
index 6c75daa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/button-bg.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/xdoc/admin/images/calculator.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/calculator.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/calculator.gif
deleted file mode 100644
index ce0436d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/calculator.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/xdoc/admin/images/cep_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.gif
deleted file mode 100644
index b80554a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cep_logo_h23.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/xdoc/admin/images/cloneTab.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cloneTab.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cloneTab.gif
deleted file mode 100644
index 3f23ab7..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/cloneTab.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/xdoc/admin/images/ds_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/ds_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/ds_logo_h23.gif
deleted file mode 100644
index e07159d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/ds_logo_h23.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/xdoc/admin/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/edit.gif
deleted file mode 100644
index f44da7b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/edit.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/xdoc/admin/images/excelicon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/excelicon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/excelicon.gif
deleted file mode 100644
index 0e874cc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/excelicon.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/xdoc/admin/images/favicon.ico
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/favicon.ico b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/favicon.ico
deleted file mode 100644
index f7b2bbf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/favicon.ico 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/images/header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-bg.gif
deleted file mode 100644
index 1fe88f1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-bg.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/xdoc/admin/images/header-region-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-region-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-region-bg.gif
deleted file mode 100644
index dc9c627..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/header-region-bg.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/xdoc/admin/images/help-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-bg.gif
deleted file mode 100644
index 733b8fa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-bg.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/xdoc/admin/images/help-footer.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-footer.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-footer.gif
deleted file mode 100644
index 04f18c1..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/help-footer.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/xdoc/admin/images/identity_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.gif
deleted file mode 100644
index 6a1f285..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/identity_logo_h23.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/xdoc/admin/images/mashup_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mashup_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mashup_logo_h23.gif
deleted file mode 100644
index 59c6db6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mashup_logo_h23.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/xdoc/admin/images/mgt-logo.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mgt-logo.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mgt-logo.gif
deleted file mode 100644
index 914c9bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/mgt-logo.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/xdoc/admin/images/nseditor-icon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/nseditor-icon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/nseditor-icon.gif
deleted file mode 100644
index 5b4ab69..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/nseditor-icon.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/xdoc/admin/images/oops.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/oops.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/oops.gif
deleted file mode 100644
index 6484f57..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/oops.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/xdoc/admin/images/overlay.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/overlay.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/overlay.png
deleted file mode 100644
index 681a207..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/overlay.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/images/panelImage.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/panelImage.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/panelImage.png
deleted file mode 100644
index dfb863d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/panelImage.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/images/pdficon.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/pdficon.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/pdficon.gif
deleted file mode 100644
index bb5edca..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/pdficon.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/xdoc/admin/images/plugin_delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/plugin_delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/plugin_delete.gif
deleted file mode 100644
index 4721397..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/plugin_delete.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/xdoc/admin/images/policies.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/policies.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/policies.gif
deleted file mode 100644
index f07a520..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/policies.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/xdoc/admin/images/registry_logo_h23.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/registry_logo_h23.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/registry_logo_h23.gif
deleted file mode 100644
index 697a924..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/registry_logo_h23.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/xdoc/admin/images/spacer.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/spacer.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/spacer.gif
deleted file mode 100644
index 5bfd67a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/spacer.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/xdoc/admin/images/star.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/star.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/star.gif
deleted file mode 100644
index 20aeeef..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/star.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/xdoc/admin/images/table-header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/table-header.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/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/xdoc/admin/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/xdoc/admin/images/trace-icon-disabled.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.gif
deleted file mode 100644
index ddcd94c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/trace-icon-disabled.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/xdoc/admin/images/user.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/user.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/user.gif
deleted file mode 100644
index 1ac306d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/user.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/xdoc/admin/images/view.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/view.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/view.gif
deleted file mode 100644
index 9a1c6e2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/view.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/xdoc/admin/images/zoom_out.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/zoom_out.gif
deleted file mode 100644
index 2866fe6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/admin/images/zoom_out.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/xdoc/andes-cluster-mgt/images/cassandra-connection.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/cassandra-connection.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/cassandra-connection.png
deleted file mode 100644
index d69c5db..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/cassandra-connection.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/andes-cluster-mgt/images/nodeIDBox.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodeIDBox.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodeIDBox.png
deleted file mode 100644
index ea43747..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodeIDBox.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/andes-cluster-mgt/images/nodewiseQueueWorkers.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodewiseQueueWorkers.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodewiseQueueWorkers.png
deleted file mode 100644
index a1867af..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/nodewiseQueueWorkers.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/andes-cluster-mgt/images/qpid.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/qpid.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/qpid.png
deleted file mode 100644
index adf230a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/qpid.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/andes-cluster-mgt/images/queue_type_sqs.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.gif
deleted file mode 100644
index 9301627..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/queue_type_sqs.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/xdoc/andes-cluster-mgt/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/secure.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/secure.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/xdoc/andes-cluster-mgt/images/zookeeper-connection.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.png
deleted file mode 100644
index d9788bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/images/zookeeper-connection.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/andes-cluster-mgt/styles/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css
deleted file mode 100644
index fc5bc03..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/andes-cluster-mgt/styles/tree-styles.css
+++ /dev/null
@@ -1,36 +0,0 @@
-.treeControl ul{
-    padding:0px;
-    margin:0px;
-}
-
-.treeControl ul li{
-    list-style:none;
-    padding-left:15px;
-    padding-top:5px;
-    white-space:nowrap;
-}
-.treeControl ul li a.plus{
-    background-image:url(../images/plus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.minus{
-    background-image:url(../images/minus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.nodata{
-    background-image:url(../images/nodata.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.treeNode{
-    cursor:pointer;
-    color:#4c99c3;
-}
\ 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/axis2/images/type.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/axis2/images/type.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/axis2/images/type.gif
deleted file mode 100644
index 9bdb080..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/axis2/images/type.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/xdoc/caching/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/caching/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/caching/docs/userguide.xml
deleted file mode 100644
index a74a0c2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/caching/docs/userguide.xml
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html><head>
-  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-  <title>Response Caching - User Guide</title></head>
-  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
-<body>
-<h1>Response Caching</h1>
-
-<p>WSO2 Carbon provides a caching tool that
-is used to cache responses for requests that are identical, thereby enhancing
-the response time for subsequent requests. When caching is enabled,
-subsequent requests with same hash value as the previous request whose
-response was cached, will be served with the same cached response. Caching
-can be enabled at three levels.</p>
-<ol>
-  <li>Service level:
-    If caching is engaged at service level, all the responses that are generated by
-    all the operations of that particular service will be cached.</li>
-  <li>Global level:
-    Global level engagement of caching will apply caching for all the
-    messages coming into a hosted server instance. All the responses from all
-    the services will be cached. </li>
-  <li>Operation level: 
-    If engaged at operation level, only those responses from that particular
-    operation of a given service will be cached.</li>
-</ol>
-
-<h2>Adding Response Caching to the Service</h2>
-
-<p>Adding response caching reduces the overhead of XML processing or object
-copying. It helps clients to participate transparently in the existing Web
-services community.</p>
-The caching option is disabled by default, therefore it must be enabled.   
-<ol>
-  <li>In the navigator, under Manage/Service, click <strong>List</strong>.
-    The <em><strong>Deployed Services</strong></em> page appears.</li>
-  <li>Click the service for which you want to add caching. The
-    <em><strong>Service Dashboard</strong></em> page appears.</li>
-  <li>In the Quality of Service Configuration panel, click <strong>Response
-    Caching</strong>. The <em><strong>Caching Configuration</strong></em>
-    page appears.</li>
-  <li>In the <strong>Enable Caching</strong> list, click
-    <strong>Yes</strong>. The last saved configuration or the default
-    configuration (if it is the first time) for caching will be
-  displayed.</li>
-  <li>Modify the configuration as required, and click <strong>Finish</strong>
-    . Caching will be engaged for that particular service globally.</li>
-</ol>
-
-<p><img alt="" src="./images/caching%20configuration.JPG" height="219" width="686"/></p>
-
-<p>Figure 1: Configuration for Response Caching</p>
-
-<p>
-</p>
-
-<p><a href="#Fields">Field Description</a></p>
-
-<p></p>
-
-<h3><a name="Fields" id="Fields">Fields in Wizard</a></h3>
-
-<table style="width: 100%;" border="1">
-  <caption></caption>
-  <tbody>
-    <tr>
-      <td>Field Name</td>
-      <td>Description</td>
-    </tr>
-    <tr>
-      <td>Hash Generator</td>
-      <td>This specifies the fully qualified class name of the hash value
-        generator. This class implements
-        the org.wso2.caching.digest.DigestGenerator interface. It is
-        responsible for generating a Hash value for each request message, so
-        that a matching response message can be located from the cache. The
-        default is org.wso2.caching.digest.DOMHASHGenerator. You can
-        implement your own Hash generator class and use it with the WSO2
-        Carbon based product. However, the default hash generator should be good enough for
-        general use.</td>
-    </tr>
-    <tr>
-      <td>Timeout </td>
-      <td>This is the time period, in milliseconds, that a cached response is
-        kept in memory. The counting starts from the time the first request
-        is received. Any request received after the counter has started and
-        is within the Timeout period, is served with the response cached upon
-        receiving the first request. Once the Timeout expires, the cache will
-        be updated with the response generated for the first request that was
-        received after the expiry.</td>
-    </tr>
-    <tr>
-      <td>Maximum Cache Size </td>
-      <td>This holds the maximum number of response messages that will be cached.
-        If the maximum number of responses are already cached and none of the
-        cached responses' Timeouts have expired, then future responses are
-        not cached until this memory is free enough to accommodate caching 
-        a new response.</td>
-    </tr>
-    <tr>
-      <td>Maximum Message Size</td>
-      <td>The response message that is cached. Response messages larger than
-        this (in size) are not cached. Caching is an expensive operation for
-        larger messages, especially given the amount of memory required.
-        Therefore this value should be set considering the performance and
-        resource trade-offs.</td>
-    </tr>
-  </tbody>
-</table>
-
-<p><span style="font-weight: bold;">Note</span>:</p>
-<ul>
-  <li>It is advised that you consider the dynamic nature of your services
-    before you enable caching globally. For example, an operation that is
-    supposed to generate random numbers would not benefit from caching
-    previous responses, because it is supposed to generate a unique response
-    for each invocation. </li>
-  <li>WSO2 Carbon based products support configuring caching at service level
-    and global level. If you want to engage the caching capability at
-    operational level, you have to edit the configuration file of the service
-    manually and engage it at operation level.</li>
-</ul>
-<ol>
-</ol>
-</body></html>


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_01.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
deleted file mode 100644
index c45c2eb..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_01.xml
+++ /dev/null
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 01
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external cassandra server and zoo keeper server and point all broker nodes to them</h2>
-      <p>
-          In this model you need to get downloaded following apache products
-      </p>
-
-      <ul>
-          <li><a href=" http://zookeeper.apache.org/releases.html#download">Apache Zoo Keeper</a> <p> Version 3.3.4</p></li>
-          <li><a href="http://cassandra.apache.org/download/">Apache Cassandra</a><p> Version 1.0.*</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_01.png" alt="Cluster Setup Scenario 01" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common cassandra server and a common zoo keeper server. Both of them can be in a same
-       host or in different hosts. Eg: Lets say they are in two different hosts as bellow</p>
-      <ul>
-          <li>Cassandra Server - 192.168.0.100</li>
-          <li>Zoo Keeper Server - 192.168.0.101</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.102</li>
-          <li>MB Server 02 - 192.168.0.103</li>
-          <li>MB Server 03 - 192.168.0.104</li>
-      </ul>
-
-      <p> We need to configure cassandra server to listen to all the broker nodes.For that we need to change the following entries
-      in the "Cassandra.yaml" file which is located in the "apache-cassandra-1.0.1/conf/" directory.</p>
-
-      <ul>
-          <li>Change the data storage directories of cassandra. Here by default it will point to the location "/var/lib/". But
-          it will be better, if you can keep the data locally inside the folder where you have the server setup. So change it to "./repository/database" off
-          all three entries as</li>
-          <pre>
-              # directories where Cassandra should store data on disk.
-              data_file_directories:
-                  - ./repository/database/cassandra/data
-
-              # commit log
-              commitlog_directory: ./repository/database/cassandra/commitlog
-
-              # saved caches
-              saved_caches_directory: ./repository/database/cassandra/saved_caches
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server.
-          </li>
-          <pre>
-             listen_address: 192.168.0.100
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. </li>
-           <pre>
-             rpc_address: 192.168.0.100
-          </pre>
-      </ul>
-      <p> Now save the cassandra.yaml file and you can start the cassandra server by executing the script "cassandra" with the
-          option -f.  Eg: "./cassandra -f"
-      </p>
-
-      <p> Then we need to configure the Zoo Keeper Server to listen to all broker nodes. We can do it by renaming the "zoo_sample.cfg"
-      file which can be found at "zookeeper-3.3.4/conf" folder to "zoo.cfg" and do the following modification in that file
-      </p>
-
-      <ul>
-          <li>Change the data directory to store data local to the installation directory</li>
-          <li>Add the entry "clientPortAddress" by providing the ip of the localhost</li>
-      </ul>
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-            # The number of milliseconds of each tick
-            tickTime=2000
-            # The number of ticks that the initial
-            # synchronization phase can take
-            initLimit=10
-            # The number of ticks that can pass between
-            # sending a request and getting an acknowledgement
-            syncLimit=5
-            # the directory where the snapshot is stored.
-            dataDir=./../data
-            # the port at which the clients will connect
-            clientPort=2181
-
-            clientPortAddress=192.168.0.101
-        </pre>
-      <p>
-          Once you done the above changes, you can save the file and start the zookeeper server by executing the "zkServer.sh" script
-          with the option start. eg: sh zkServer.sh start
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>true&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.101</b>:2181&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Modify qpid-virtualhosts.xml file which is located at :/repository/conf/advanced directory as bellow</p>
-       <ul>
-          <li>Change the connection string by pointing to the cassandra server</li>
-      </ul>
-      <pre>
-          &lt;store>
-              &lt;class>org.wso2.andes.server.store.CassandraMessageStore&lt;/class>
-              &lt;username>admin&lt;/username>
-              &lt;password>admin&lt;/password>
-              &lt;cluster>ClusterOne&lt;/cluster>
-              &lt;idGenerator>org.wso2.andes.server.cluster.coordination.TimeStampBasedMessageIdGenerator&lt;/idGenerator>
-              &lt;connectionString><b>192.168.0.100</b>:9160&lt;/connectionString>
-          &lt;/store>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_02.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_02.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_02.xml
deleted file mode 100644
index a98b6a2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/cluster_scenario_02.xml
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-  <head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-    <title>
-      WSO2 MB Clustered Deployment - Scenario 02
-    </title>
-    <link href="css/mb-docs.css" rel="stylesheet"/>
-    <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-  </head>
-  <body xml:lang="en">
-      [ <a href="docs_index.html"> Documentation Index </a> ]
-
-      <h2>Starting external zoo keeper server and use the inbuilt cassandra server in ring model with broker nodes</h2>
-      <p>
-          In this model you need to get downloaded following apache product
-      </p>
-
-      <ul>
-          <li><a href=" http://zookeeper.apache.org/releases.html#download">Apache Zoo Keeper</a> <p> Version 3.3.4</p></li>
-      </ul>
-      <p> Deployment model will be like bellow </p>
-      <p>
-          <img src="images/cluster_scenario_02.png" alt="Cluster Setup Scenario 02" height="600" width ="950"/>
-      </p>
-      <p> In this model we have a common zoo keeper server. Since we are shipping a cassandra server with Message broker product we can
-          use that and create a cassandra ring in the cluster.</p>
-      <ul>
-          <li>Zoo Keeper Server - 192.168.0.100</li>
-      </ul>
-      <p> We have three Message Broker servers in three different hosts as and all of them are having a cassandra server in it</p>
-       <ul>
-          <li>MB Server 01 - 192.168.0.101</li>
-          <li>MB Server 02 - 192.168.0.102</li>
-          <li>MB Server 03 - 192.168.0.103</li>
-      </ul>
-
-      <p> We need to configure cassandra servers in these MB servers to form a cassandra ring. For that we need to change the following
-          entries in the "Cassandra.yaml" file which is located in the "wso2mb-2.0.1/repository/conf/etc" directory.</p>
-
-      <ul>
-          <li>Change the seeds in the ring. You can get a better idea on setting a cassandra from following <a href="http://www.datastax.com/docs/1.0/install/cluster_init">web page.</a>
-          Here we are configuring two seed nodes. (MB Server 01 and 02)</li>
-
-          <pre>
-              # seeds is actually a comma-delimited list of addresses.
-              # Ex: "&lt;ip1>,&lt;ip2>,&lt;ip3>"
-              - seeds: "192.168.0.101,192.168.0.102"
-
-          </pre>
-
-          <li>Change listen address of the server. By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the listen address of the each server to it's ip address. Here
-          for the server 192.168.0.102, it will like bellow. </b>
-          </li>
-          <pre>
-             listen_address: 192.168.0.102
-          </pre>
-
-          <li>Change RPC address of the server.By default it is "localhost", change it to the ip address of the host where you
-          have the cassandra server. <b>You need to change the RPC address of the each server to it's ip address. Here
-          for the server 192.168.0.103, it will like bellow. </b></li>
-           <pre>
-             rpc_address: 192.168.0.103
-          </pre>
-      </ul>
-
-      <p> Then we need to configure the Zoo Keeper Server to listen to all broker nodes. We can do it by renaming the "zoo_sample.cfg"
-      file which can be found at "zookeeper-3.3.4/conf" folder to "zoo.cfg" and do the following modification in that file
-      </p>
-
-      <ul>
-          <li>Change the data directory to store data local to the installation directory</li>
-          <li>Add the entry "clientPortAddress" by providing the ip of the localhost</li>
-      </ul>
-      <p>After modifying the file , it will look like bellow. </p>
-      <pre>
-            # The number of milliseconds of each tick
-            tickTime=2000
-            # The number of ticks that the initial
-            # synchronization phase can take
-            initLimit=10
-            # The number of ticks that can pass between
-            # sending a request and getting an acknowledgement
-            syncLimit=5
-            # the directory where the snapshot is stored.
-            dataDir=./../data
-            # the port at which the clients will connect
-            clientPort=2181
-
-            clientPortAddress=192.168.0.100
-        </pre>
-      <p>
-          Once you done the above changes, you can save the file and start the zookeeper server by executing the "zkServer.sh" script
-          with the option start. eg: sh zkServer.sh start
-      </p>
-
-      <p>
-          Then you need to do the following configuration changes in each Message broker nodes
-      </p>
-      <p>
-         Modify qpid-config.xml file which is located at : /repository/conf/advanced directory as bellow
-      </p>
-      <ul>
-
-          <li>Enable clustering</li>
-          <li>Change the server of the Zookeeper</li>
-      </ul>
-      <pre>
-          &lt;clustering>
-
-          &lt;enabled><b>true</b>&lt;/enabled>
-          &lt;OnceInOrderSupportEnabled>false&lt;/OnceInOrderSupportEnabled>
-          &lt;externalCassandraServerRequired>false&lt;/externalCassandraServerRequired>
-
-          &lt;coordination>
-              &lt;!-- Apache Zookeeper Address -->
-              &lt;ZooKeeperConnection><b>192.168.0.100</b>:2181&lt;/ZooKeeperConnection>
-              &lt;!-- Format yyyy-MM-dd HH:mm:ss -->
-              &lt;ReferenceTime>2012-02-29 08:08:08&lt;/ReferenceTime>
-          &lt;/coordination>
-      </pre>
-
-      <p>Now you can start all three Message Broker nodes.</p>
-
-      <h2>
-
-      Other Resources
-    </h2>
-    <p/>
-    <p>
-      <a href="http://wso2.org/library/mb">The WSO2 Oxygen Tank
-      Library</a> : The Library contains articles, tutorials,
-      presentations, and other knowledge base items published on The Oxygen
-      Tank on different styles of deployments.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
deleted file mode 100644
index ef4e298..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/dialog-ie8.css
+++ /dev/null
@@ -1,4 +0,0 @@
-div.ui-dialog-overlay {
-    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/overlay.png');    */
-    background-image:none !important;
-}
\ 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/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.gif
deleted file mode 100644
index 251dc16..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_11x11_icon_resize_se.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/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_left.gif
deleted file mode 100644
index 9f95efa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_left.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/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_right.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_right.gif
deleted file mode 100644
index bc02050..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/222222_7x7_arrow_right.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/xdoc/dialog/css/jqueryui/images/454545_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/454545_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/454545_11x11_icon_close.gif
deleted file mode 100644
index 390a759..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/css/jqueryui/images/454545_11x11_icon_close.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/xdoc/dialog/img/confirm.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/confirm.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/confirm.gif
deleted file mode 100644
index 6c719b3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/confirm.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/xdoc/dialog/img/warning.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/warning.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/warning.gif
deleted file mode 100644
index b4ba52f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/img/warning.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/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index b26780a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_arrows_leftright.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/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_doc.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_doc.gif
deleted file mode 100644
index 26db434..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_doc.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/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.gif
deleted file mode 100644
index 74ac5cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/222222_11x11_icon_plus.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/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index 136e626..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_leftright.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/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.gif
deleted file mode 100644
index 4f00635..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_arrows_updown.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/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.gif
deleted file mode 100644
index 390a759..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_close.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/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.gif
deleted file mode 100644
index e91c733..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_doc.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/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_plus.gif
deleted file mode 100644
index 41d9534..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_11x11_icon_plus.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/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.gif
deleted file mode 100644
index 92fdfe0..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_down.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/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_left.gif
deleted file mode 100644
index cf01ff3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_left.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/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_right.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_right.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_right.gif
deleted file mode 100644
index 3190e7a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_right.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/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_up.gif
deleted file mode 100644
index 7ae34bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/454545_7x7_arrow_up.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/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.gif
deleted file mode 100644
index 33a20b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_folder_open.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/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_plus.gif
deleted file mode 100644
index 43531ff..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_11x11_icon_plus.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/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.gif
deleted file mode 100644
index 165666a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/888888_7x7_arrow_up.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/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.png
deleted file mode 100644
index 60ba001..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/dadada_40x100_textures_02_glass_75.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/dialog/js/jqueryui/tabs/images/e6e6e6_40x100_textures_02_glass_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/e6e6e6_40x100_textures_02_glass_75.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/e6e6e6_40x100_textures_02_glass_75.png
deleted file mode 100644
index a8b7ba3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/e6e6e6_40x100_textures_02_glass_75.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/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.png
deleted file mode 100644
index ac8b229..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/dialog/js/jqueryui/tabs/images/ffffff_40x100_textures_01_flat_75.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/docs/about.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/docs/about.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/docs/about.xml
deleted file mode 100644
index 5ac25eb..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/docs/about.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<!--
- ~ Copyright (c) 2005-2011, 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.
- -->
-<html><head><title>WSO2 Carbon - About</title>
-
-<link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-<body>
-<h1>Version 4.0.1</h1>
-<h2>About WSO2 Carbon </h2>
-<p>WSO2 Carbon is a component based Enterprise SOA platform. The
-design of
-WSO2 Carbon focuses on separating the key functionality of the SOA
-platform
-into separate pluggable Carbon components that can be mixed and
-matched, like
-customizable building blocks. This allows you to add only the
-functionality
-you need to start up, and continue to add product capabilities
-as your
-requirements grow. This helps a business to quickly adapt to
-changes.</p>
-<p>OSGi is used as the underlying core modularization technology
-within the
-Carbon platform. The Carbon framework is shipped with Eclipse Equinox
-by
-default, but can be supported on Spring dm Server, Felix or Knoplerfish
-if
-required. The OSGi technology even allows you to write your business
-functionality as an OSGi component and deploy it in the existing Carbon
-platform. </p>
-<p> For a quick start on using the WSO2 Carbon
-platform, the Carbon components are pre-assembled into the following
-products: </p>
-<ul id="CarbonProducts">
-    <li><a href="http://wso2.com/products/api-manager/">WSO2
-        API Manager</a></li>
-    <li><a href="http://wso2.com/products/application-server/">WSO2
-        Application Server</a></li>
-    <li><a href="http://wso2.com/products/business-activity-monitor/">WSO2
-        Business Activity Monitor</a></li>
-    <li><a href="http://wso2.com/products/business-process-server/">WSO2
-        Business Process Server</a></li>
-    <li><a href="http://wso2.com/products/business-rules-server/">WSO2
-        Business Rules Server</a></li>
-    <li><a href="http://wso2.com/products/complex-event-processing-server/">WSO2
-        Complex Event Processing Server</a></li>
-    <li><a href="http://wso2.com/products/data-services-server">WSO2
-        Data Services Server</a></li>
-    <li><a href="http://wso2.com/products/elastic-load-balancer/">WSO2
-        Elastic Load Balancer</a></li>
-    <li><a href="http://wso2.com/products/enterprise-service-bus/">WSO2
-        Enterprise Service Bus</a></li>
-    <li><a href="http://wso2.com/products/gadget-server/">WSO2
-        Gadget Server</a></li>
-    <li><a href="http://wso2.com/products/governance-registry/">WSO2
-        Governance Registry</a></li>
-    <li><a href="http://wso2.com/products/identity-server/">WSO2
-        Identity Server</a></li>
-    <li><a href="http://wso2.com/products/mashup-server/">WSO2
-        Mashup Server</a></li>
-    <li><a href="http://wso2.com/products/message-broker/">WSO2
-        Message Broker</a></li>
-</ul>
-<p>You can assemble your own products by combining
-components and
-deploying them in a preferred architecture. WSO2 Carbon offers P2 based provisioning support as well. Please visit the <a href="http://wso2.com/products/carbon/">Carbon product page</a> for more information. </p>
-<p>The WSO2 Carbon platform gives maximum flexibility to adapt
-the middleware
-to your enterprise architecture, rather than adapt your architecture to
-the
-middleware. </p>
-
-<h2>About WSO2</h2>
-<p>WSO2 is a Open Source technology company building Open Source
-middleware
-platforms for Web services and SOA. WSO2 delivers integrated middleware
-stacks, offering industry leading
-performance and convenience for customers. </p>
-<p>Founded in August 2005 by pioneers in Web services and Open
-Source, WSO2
-engineers contribute heavily to many key Apache Web services and other open source projects. </p>
-
-<h3>Have you tried...</h3>
-<p><a href="http://wso2.com/products/api-manager/"><img src="../admin/images/am_logo_h23.gif" alt="API Manager"/></a></p>
-<p><a href="http://wso2.com/products/application-server/"><img src="../admin/images/appserver_logo_h23.gif" alt="Application Server"/></a></p>
-<p><a href="http://wso2.com/products/business-activity-monitor/"><img src="../admin/images/bam_logo_h23.gif" alt="Business Activity Monitor"/></a></p>
-<p><a href="http://wso2.com/products/business-process-server/"><img src="../admin/images/bps_logo_h23.gif" alt="Business Process Server"/></a></p>
-<p><a href="http://wso2.com/products/business-rules-server"><img src="../admin/images/brs_logo_h23.gif" alt="Business Rules Server"/></a></p>
-<p><a href="http://wso2.com/products/complex-event-processing-server/"><img src="../admin/images/cep_logo_h23.gif" alt="Complex Event Processing Server"/></a></p>
-<p><a href="http://wso2.com/products/data-services-server"><img src="../admin/images/ds_logo_h23.gif" alt="Data Services Server"/></a></p>
-<p><a href="http://wso2.com/products/elastic-load-balancer/"><img src="../admin/images/elb_logo_h23.gif" alt="Elastic Load Balancer"/></a></p>
-<p><a href="http://wso2.com/products/enterprise-service-bus/"><img src="../admin/images/esb_logo_h23.gif" alt="Enterprise Service Bus"/></a></p>
-<p><a href="http://wso2.com/products/gadget-server/"><img src="../admin/images/gadgetserver_logo_h23.gif" alt="Gadget Server"/></a></p>
-<p><a href="http://wso2.com/products/governance-registry/"><img src="../admin/images/registry_logo_h23.gif" alt="Governance Registry"/></a></p>
-<p><a href="http://wso2.com/products/identity-server/"><img src="../admin/images/identity_logo_h23.gif" alt="Identity Server"/></a></p>
-<p><a href="http://wso2.com/products/mashup-server/"><img src="../admin/images/mashup_logo_h23.gif" alt="Mashup Server"/></a></p>
-<p><a href="http://wso2.com/products/message-broker/"><img src="../admin/images/mb_logo_h23.gif" alt="Message Broker"/></a></p>
-<h3>Stay connected </h3>
-<p><a href="http://wso2.org/newsletter/subscriptions">Subscribe</a>
-to the WSO2 newsletter - project updates, events, articles, SOA news
-and much
-more.</p>
-<h3>Need more help?</h3>
-<ul>
-<li><a href="http://wso2.org/library">Read articles</a></li>
-<li><a href="http://wso2.com/support/">Get commercial
-support</a></li>
-</ul>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/css/dsxmleditor.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/css/dsxmleditor.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/css/dsxmleditor.css
deleted file mode 100644
index eb9de58..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/css/dsxmleditor.css
+++ /dev/null
@@ -1,82 +0,0 @@
-.treeControl div.title{
-    font-size:14px;
-    font-weight:bold;
-    color:#788cb3;
-}
-.topicData{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-td.tree-top{
-   background-image:url(../images/treetop.jpg);
-   background-repeat:repeat-x;
-    height:21px;
-}
-td.tree-top h3{
-    padding-left:10px !important;
-    padding-right:0px !important;
-    padding-top:3px !important;
-    padding-bottom:0px !important;
-    margin:0px !important;
-    font-size:12px !important;
-    font-weight:bold !important;
-    color:#414141;
-    
-}
-.leftBox{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-.treeControl{
-margin-bottom:10px;
-}
-.selected{
-    background-color:#a0afcd;
-    color:#fff !important;
-    padding:3px;
-}
-.secure{
-    color: #009966 !important;
-    text-decoration:underline;
-    background-image:url(../images/secure.gif);
-    background-repeat:no-repeat;
-    background-position:right center;
-    padding-right:15px;
-}
-div#eprInput {
-    margin: 0px 0px 0px 0px;
-    display: block;
-}
-
-div#scriptInput {
-    margin: 0px 20px 0px 20px;
-    display: none;
-}
-
-.initE {
-    border: solid 1px #e8e7e7;
-    text-align: left;
-    font-style: italic;
-    color: #adadad;
-}
-
-.normalE {
-    border: solid 1px #bfbebe;
-    text-align: left;
-}
-.importantArea {
-background-color:#DDDDDD;
-border:1px solid #949494;
-padding:5px;
-}
-#permissionsDiv h4 {
-color:#999999;
-font-size:12px !important;
-font-weight:bold !important;
-}
-.perRow td {
-background-color:#C6C7C8;
-border-right:1px solid #DFDFDF !important;
-font-weight:bold;
-text-align:center;
-}
\ 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/eventing/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/add.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/xdoc/eventing/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/list.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/list.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/xdoc/eventing/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/secure.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/secure.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/xdoc/eventing/images/show.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/show.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/show.gif
deleted file mode 100644
index 381a93e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/show.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/xdoc/eventing/images/topics.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/topics.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/topics.gif
deleted file mode 100644
index 1fd0525..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/topics.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/xdoc/eventing/images/up.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/up.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/up.png
deleted file mode 100644
index e3e9d25..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/eventing/images/up.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/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.gif
deleted file mode 100644
index 69eb077..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_arrows_updown.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/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.gif
deleted file mode 100644
index 26db434..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_doc.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/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.gif
deleted file mode 100644
index 74ac5cb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_11x11_icon_plus.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/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.gif
deleted file mode 100644
index 9f95efa..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/222222_7x7_arrow_left.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/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.gif
deleted file mode 100644
index 136e626..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_arrows_leftright.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/xdoc/feature-mgt/css/images/454545_11x11_icon_plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_plus.gif
deleted file mode 100644
index 41d9534..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/454545_11x11_icon_plus.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/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.gif
deleted file mode 100644
index c10451f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_arrows_updown.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/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.gif
deleted file mode 100644
index 326d015..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_close.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/xdoc/feature-mgt/css/images/888888_11x11_icon_folder_open.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_folder_open.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_folder_open.gif
deleted file mode 100644
index 33a20b8..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_folder_open.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/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.gif
deleted file mode 100644
index 777c328..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_11x11_icon_minus.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/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.gif
deleted file mode 100644
index 165666a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/888888_7x7_arrow_up.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/xdoc/feature-mgt/css/images/e6e6e6_40x100_textures_02_glass_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/e6e6e6_40x100_textures_02_glass_75.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/e6e6e6_40x100_textures_02_glass_75.png
deleted file mode 100644
index a8b7ba3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/e6e6e6_40x100_textures_02_glass_75.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/feature-mgt/css/images/ffffff_40x100_textures_01_flat_75.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/ffffff_40x100_textures_01_flat_75.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/ffffff_40x100_textures_01_flat_75.png
deleted file mode 100644
index ac8b229..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/images/ffffff_40x100_textures_01_flat_75.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/feature-mgt/css/ui.all.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/ui.all.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/ui.all.css
deleted file mode 100644
index 18c1656..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/css/ui.all.css
+++ /dev/null
@@ -1,699 +0,0 @@
-/*
- * jQuery UI screen structure and presentation
- * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
- * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
- * Visit ThemeRoller.com
-*/
-
-/*
- * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
- * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
- * body {font-size: 62.5%;}
-*/
-
-
-
-/*UI accordion*/
-.ui-accordion {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 1.1em;
-	border-bottom: 1px solid #d3d3d3;
-}
-.ui-accordion-group {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	border: 1px solid #d3d3d3;
-	border-bottom: none;
-}
-.ui-accordion-header {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	cursor: pointer;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-}
-.ui-accordion-header a {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	display: block;
-	font-size: 1em;
-	font-weight: normal;
-	text-decoration: none;
-	padding: .5em .5em .5em 1.7em;
-	color: #555555;
-	background: url(images/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
-}
-.ui-accordion-header a:hover {
-	background: url(images/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
-	color: #212121;
-}
-.ui-accordion-header:hover {
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	color: #212121;
-}
-.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-}
-.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
-	color: #212121;
-	background: url(images/454545_7x7_arrow_down.gif) .5em 50% no-repeat;
-}
-.ui-accordion-content {
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	color: #222222;
-	font-size: 1em;
-}
-.ui-accordion-content p {
-	padding: 1em 1.7em 0.6em;
-}
-
-
-.tableHighlightRow {
-background-color:#AAF;
-}
-
-
-
-
-/*UI tabs*/
-.ui-tabs-nav {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	float: left;
-	position: relative;
-	z-index: 1;
-	border-right: 1px solid #d3d3d3;
-	border-style: none !important;
-	bottom: -1px;
-    	width: 100%;
-}
-.ui-tabs-nav ul {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-}
-.ui-tabs-nav li {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	float: left;
-	border: 1px solid #d3d3d3;
-}
-.ui-tabs-nav li a {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	float: left;
-	font-weight: normal;
-	text-decoration: none;
-	padding: .5em 1.7em;
-	color: #555555;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-}
-.ui-tabs-nav li a:hover {
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	color: #212121;
-}
-.ui-tabs-nav li.ui-tabs-selected {
-	border-bottom-color: #ffffff;
-}
-.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-	color: #212121;
-}
-.ui-tabs-panel {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	clear:left;
-	border: 1px solid #d3d3d3;
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	color: #222222;
-	padding: 1.5em 1.7em;
-}
-.ui-tabs-hide {
-	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
-}
-
-div#middle div#workArea h4 {
-	padding-bottom: 7px;
-	border-bottom: 1px solid #999;
-}
-
-div#workArea table.normal tbody tr td.border {
-	border-bottom: 1px solid #D3D3D3;
-	border-height: 1px;
-}
-
-
-/*slider*/
-.ui-slider {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 1.1em;
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	border: 1px solid #aaaaaa;
-	height: .8em;
-	position: relative;
-}
-.ui-slider-handle {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	position: absolute;
-	z-index: 2;
-	top: -3px;
-	width: 1.2em;
-	height: 1.2em;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	border: 1px solid #d3d3d3;
-}
-.ui-slider-handle:hover {
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	border: 1px solid #999999;
-}
-.ui-slider-handle-active, .ui-slider-handle-active:hover {
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-	border: 1px solid #aaaaaa;
-}
-.ui-slider-range {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	height: .8em;
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	position: absolute;
-	border: 1px solid #d3d3d3;
-	border-left: 0;
-	border-right: 0;
-	top: -1px;
-	z-index: 1;
-	opacity:.7;
-	filter:Alpha(Opacity=70);
-}
-
-
-
-
-
-
-/*dialog*/
-.ui-dialog {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 1.1em;
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	color: #222222;
-	border: 4px solid #aaaaaa;
-	position: relative;
-}
-.ui-resizable-handle {
-	position: absolute;
-	font-size: 0.1px;
-	z-index: 99999;
-}
-.ui-resizable .ui-resizable-handle {
-	display: block;
-}
-body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
-body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
-.ui-resizable-n {
-	cursor: n-resize;
-	height: 7px;
-	width: 100%;
-	top: -5px;
-	left: 0px;
-}
-.ui-resizable-s {
-	cursor: s-resize;
-	height: 7px;
-	width: 100%;
-	bottom: -5px;
-	left: 0px;
-}
-.ui-resizable-e {
-	cursor: e-resize;
-	width: 7px;
-	right: -5px;
-	top: 0px;
-	height: 100%;
-}
-.ui-resizable-w {
-	cursor: w-resize;
-	width: 7px;
-	left: -5px;
-	top: 0px;
-	height: 100%;
-}
-.ui-resizable-se {
-	cursor: se-resize;
-	width: 13px;
-	height: 13px;
-	right: 0px;
-	bottom: 0px;
-	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
-}
-.ui-resizable-sw {
-	cursor: sw-resize;
-	width: 9px;
-	height: 9px;
-	left: 0px;
-	bottom: 0px;
-}
-.ui-resizable-nw {
-	cursor: nw-resize;
-	width: 9px;
-	height: 9px;
-	left: 0px;
-	top: 0px;
-}
-.ui-resizable-ne {
-	cursor: ne-resize;
-	width: 9px;
-	height: 9px;
-	right: 0px;
-	top: 0px;
-}
-.ui-dialog-titlebar {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	padding: .5em 1.5em .5em 1em;
-	color: #555555;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	border-bottom: 1px solid #d3d3d3;
-	font-size: 1em;
-	font-weight: normal;
-	position: relative;
-}
-.ui-dialog-title {}
-.ui-dialog-titlebar-close {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
-	position: absolute;
-	right: 8px;
-	top: .7em;
-	width: 11px;
-	height: 11px;
-	z-index: 100;
-}
-.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
-	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
-}
-.ui-dialog-titlebar-close:active {
-	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
-}
-.ui-dialog-titlebar-close span {
-	display: none;
-}
-.ui-dialog-content {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	color: #222222;
-	padding: 1.5em 1.7em;
-}
-.ui-dialog-buttonpane {
-	position: absolute;
-	bottom: 0;
-	width: 100%;
-	text-align: left;
-	border-top: 1px solid #aaaaaa;
-	background: #ffffff;
-}
-.ui-dialog-buttonpane button {
-	margin: .5em 0 .5em 8px;
-	color: #555555;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	font-size: 1em;
-	border: 1px solid #d3d3d3;
-	cursor: pointer;
-	padding: .2em .6em .3em .6em;
-	line-height: 1.4em;
-}
-.ui-dialog-buttonpane button:hover {
-	color: #212121;
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	border: 1px solid #999999;
-}
-.ui-dialog-buttonpane button:active {
-	color: #212121;
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-	border: 1px solid #aaaaaa;
-}
-/* This file skins dialog */
-.ui-dialog.ui-draggable .ui-dialog-titlebar,
-.ui-dialog.ui-draggable .ui-dialog-titlebar {
-	cursor: move;
-}
-
-
-
-
-
-
-
-/*datepicker*/
-/* Main Style Sheet for jQuery UI date picker */
-.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	font-family: Verdana,Arial,sans-serif;
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	font-size: 1.1em;
-	border: 4px solid #aaaaaa;
-	width: 15.5em;
-	padding: 2.5em .5em .5em .5em;
-	position: relative;
-}
-.ui-datepicker-div, #ui-datepicker-div {
-	z-index: 9999; /*must have*/
-	display: none;
-}
-.ui-datepicker-inline {
-	float: left;
-	display: block;
-}
-.ui-datepicker-control {
-	display: none;
-}
-.ui-datepicker-current {
-	display: none;
-}
-.ui-datepicker-next, .ui-datepicker-prev {
-	position: absolute;
-	left: .5em;
-	top: .5em;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-}
-.ui-datepicker-next {
-	left: 14.6em;
-}
-.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-}
-.ui-datepicker-next a, .ui-datepicker-prev a {
-	text-indent: -999999px;
-	width: 1.3em;
-	height: 1.4em;
-	display: block;
-	font-size: 1em;
-	background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
-	border: 1px solid #d3d3d3;
-	cursor: pointer;
-}
-.ui-datepicker-next a {
-	background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
-}
-.ui-datepicker-prev a:hover {
-	background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
-}
-.ui-datepicker-next a:hover {
-	background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
-}
-.ui-datepicker-prev a:active {
-	background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
-}
-.ui-datepicker-next a:active {
-	background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
-}
-.ui-datepicker-header select {
-	border: 1px solid #d3d3d3;
-	color: #555555;
-	background: #e6e6e6;
-	font-size: 1em;
-	line-height: 1.4em;
-	position: absolute;
-	top: .5em;
-	margin: 0 !important;
-}
-.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
-	background: #dadada;
-}
-.ui-datepicker-header select.ui-datepicker-new-month {
-	width: 7em;
-	left: 2.2em;
-}
-.ui-datepicker-header select.ui-datepicker-new-year {
-	width: 5em;
-	left: 9.4em;
-}
-table.ui-datepicker {
-	width: 15.5em;
-	text-align: right;
-}
-table.ui-datepicker td a {
-	padding: .1em .3em .1em 0;
-	display: block;
-	color: #555555;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	cursor: pointer;
-	border: 1px solid #ffffff;
-}
-table.ui-datepicker td a:hover {
-	border: 1px solid #999999;
-	color: #212121;
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-}
-table.ui-datepicker td a:active {
-	border: 1px solid #aaaaaa;
-	color: #212121;
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-}
-table.ui-datepicker .ui-datepicker-title-row td {
-	padding: .3em 0;
-	text-align: center;
-	font-size: .9em;
-	color: #222222;
-	text-transform: uppercase;
-}
-table.ui-datepicker .ui-datepicker-title-row td a {
-	color: #222222;
-}
-.ui-datepicker-cover {
-	display: none;
-	display/**/: block;
-	position: absolute;
-	z-index: -1;
-	filter: mask();
-	top: -4px;
-	left: -4px;
-	width: 193px;
-	height: 200px;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-/*
-Generic ThemeRoller Classes
->> Make your jQuery Components ThemeRoller-Compatible!
-*/
-
-/*component global class*/
-.ui-component {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-	font-family: Verdana,Arial,sans-serif;
-	font-size: 1.1em;
-}
-/*component content styles*/
-.ui-component-content {
-	border: 1px solid #aaaaaa;
-	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
-	color: #222222;
-}
-.ui-component-content a {
-	color: #222222;
-	text-decoration: underline;
-}
-/*component states*/
-.ui-default-state {
-	border: 1px solid #d3d3d3;
-	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	font-weight: normal;
-	color: #555555 !important;
-}
-.ui-default-state a {
-	color: #555555;
-}
-.ui-default-state:hover, .ui-hover-state {
-	border: 1px solid #999999;
-	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
-	font-weight: normal;
-	color: #212121 !important;
-}
-.ui-hover-state a {
-	color: #212121;
-}
-.ui-default-state:active, .ui-active-state {
-	border: 1px solid #aaaaaa;
-	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
-	font-weight: normal;
-	color: #212121 !important;
-	outline: none;
-}
-.ui-active-state a {
-	color: #212121;
-	outline: none;
-}
-/*icons*/
-.ui-arrow-right-default {background: url(images/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
-.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
-.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
-.ui-arrow-right-content {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
-
-.ui-arrow-left-default {background: url(images/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
-.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
-.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
-.ui-arrow-left-content {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
-
-.ui-arrow-down-default {background: url(images/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
-.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
-.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
-.ui-arrow-down-content {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
-
-.ui-arrow-up-default {background: url(images/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
-.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
-.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
-.ui-arrow-up-content {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
-
-.ui-close-default {background: url(images/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
-.ui-close-default:hover, .ui-close-hover {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
-.ui-close-default:active, .ui-close-active {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
-.ui-close-content {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
-
-.ui-folder-closed-default {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
-.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
-.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
-.ui-folder-closed-content {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
-
-.ui-folder-open-default {background: url(images/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
-.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
-.ui-folder-open-default:active, .ui-folder-open-active {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
-.ui-folder-open-content {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
-
-.ui-doc-default {background: url(images/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
-.ui-doc-default:hover, .ui-doc-hover {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
-.ui-doc-default:active, .ui-doc-active {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
-.ui-doc-content {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
-
-.ui-arrows-leftright-default {background: url(images/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
-.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
-.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
-.ui-arrows-leftright-content {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
-
-.ui-arrows-updown-default {background: url(images/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
-.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
-.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
-.ui-arrows-updown-content {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
-
-.ui-minus-default {background: url(images/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
-.ui-minus-default:hover, .ui-minus-hover {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
-.ui-minus-default:active, .ui-minus-active {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
-.ui-minus-content {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
-
-.ui-plus-default {background: url(images/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
-.ui-plus-default:hover, .ui-plus-hover {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
-.ui-plus-default:active, .ui-plus-active {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
-.ui-plus-content {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
-
-/*hidden elements*/
-.ui-hidden {
-	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
-}
-.ui-accessible-hidden {
-	 position: absolute; left: -99999999px;
-}
-/*reset styles*/
-.ui-reset {
-	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
-}
-/*clearfix class*/
-.ui-clearfix:after {
-    content: ".";
-    display: block;
-    height: 0;
-    clear: both;
-    visibility: hidden;
-}
-.ui-clearfix {display: inline-block;}
-/* Hides from IE-mac \*/
-* html .ui-clearfix {height: 1%;}
-.ui-clearfix {display: block;}
-/* End hide from IE-mac */
-
-/* Note: for resizable styles, use the styles listed above in the dialog section */
-
-.ui-tableNoBorderCol{
-    border:0px none transparent !important;
-    /*border-top:1px solid #ccc !important;
-    border-bottom:1px solid #ccc !important;*/
-}
-.features-version{
-    width:80px !important;
-}
-.features-provider{
-    width:80px !important;
-}
-.features-actions{
-    width:80px !important;
-}
-
-/* global */
-#cluetip-close img {
-  border: 0;
-}
-#cluetip-title {
-  overflow: hidden;
-}
-
-#cluetip-waitimage {
-  width: 43px;
-  height: 11px;
-  position: absolute;
-  background-image: url(images/wait.gif);
-}
-
-#cluetip-extra {
-  display: none;
-}
-
-.cluetip-default {
-  background-color: #ccccff;
-}
-.cluetip-default #cluetip-outer {
-  position: relative;
-  margin: 0;
-  background-color: #cccccc;
-}
-
-.cluetip-default #cluetip-inner {
-  padding: 5px;
-}
-
-a#uninstall1, a#uninstall2 {
-background-image:url("../images/uninstall-feature.png");
-background-position:left top;
-background-repeat:no-repeat;
-float:left;
-height:17px;
-line-height:17px;
-margin-bottom:0;
-margin-left:10px;
-margin-top:0;
-padding-left:20px;
-position:relative;
-white-space:nowrap;
-}
-
-a#install1, a#install2 {
-background-image:url("../images/install-feature.png");
-background-position:left top;
-background-repeat:no-repeat;
-float:left;
-height:17px;
-line-height:17px;
-margin-bottom:0;
-margin-left:10px;
-margin-top:0;
-padding-left:20px;
-position:relative;
-white-space:nowrap;
-}
-
-div#workArea table.styledLeft tbody tr td.buttonRow {
-background-image:url("images/buttonRow-bg.gif");
-background-position:left top;
-background-repeat:repeat-x;
-padding-bottom:5px;
-padding-top:5px;
-}
\ 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/feature-mgt/docs/images/available-features.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/available-features.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/available-features.png
deleted file mode 100644
index e9197a6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/available-features.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/feature-mgt/docs/images/select-a-category-to-install.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/select-a-category-to-install.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/select-a-category-to-install.png
deleted file mode 100644
index e55c779..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/docs/images/select-a-category-to-install.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/feature-mgt/images/more-info.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/more-info.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/more-info.gif
deleted file mode 100644
index d0b2527..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/more-info.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/xdoc/feature-mgt/images/nodata.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/nodata.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/nodata.gif
deleted file mode 100644
index 4ba3388..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/feature-mgt/images/nodata.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/xdoc/images/menu.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/menu.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/menu.jpg
deleted file mode 100644
index cc84e41..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/menu.jpg 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/images/usergroups.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/usergroups.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/usergroups.jpg
deleted file mode 100644
index 1499dfc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/usergroups.jpg 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/images/users.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/users.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/users.jpg
deleted file mode 100644
index 113eaef..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/users.jpg 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/images/userstores.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/userstores.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/userstores.jpg
deleted file mode 100644
index 9c35169..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/images/userstores.jpg and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/modules.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/modules.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/modules.gif
deleted file mode 100644
index 1d235bf..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/modules.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/service.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/service.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/service.gif
deleted file mode 100644
index 4923271..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/operation/images/service.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/css/local-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/css/local-styles.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/css/local-styles.css
deleted file mode 100644
index 8dd30b9..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/css/local-styles.css
+++ /dev/null
@@ -1,48 +0,0 @@
-/* Copyright 2006-2008 WSO2, Inc. http://www.wso2.org
- *
- * 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.
- */
-
-.main-container {
-    padding-right: 10px;
-    padding-bottom: 10px;
-}
-
-.policy-tree {
-    height: 610px;
-    width: 40%;
-    border: solid;
-    border-width: 1px;
-    overflow: auto;
-    float: left;
-}
-
-.policy-input-gatherer {
-    float: left;
-    padding-left: 10px;
-}
-
-.button-panel-container {
-    float: right;
-    padding-right: 5px;
-}
-
-.raw-policy-tree {
-    float: left;
-    width: 100%;
-    height: 640px;
-}
-
-.button {
-    width: 100px;     
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/docs/images/service-policy-hierarchy.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/docs/images/service-policy-hierarchy.png b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/docs/images/service-policy-hierarchy.png
deleted file mode 100644
index e7772fb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/policyeditor/docs/images/service-policy-hierarchy.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/properties/images/icon-expanded.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/properties/images/icon-expanded.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/properties/images/icon-expanded.gif
deleted file mode 100644
index e9b6739..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/properties/images/icon-expanded.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
deleted file mode 100644
index 4344a0a..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/docs/userguide.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<!--
- ~ 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.
- -->
-<html>
-	<head>
-		<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-		<title> Message Broker Queues and Queue Subscriptions- User Guide</title>
-        <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-	</head>
-    <body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-    <h1>Message Broker Queues</h1>
-
-    <p>Queues is a feature provided with WSO2 Message Broker which enables users to publish messages and receive them in
-       the order that they are sent.These queues are natively persistent, which indicates even after shutting down the
-       server or a sudden crash messages will be remain in the queue ready to be delivered.</p>
-
-    <p>Operations available for queues are:</p>
-
-    <ul>
-        <li>Add a queue</li>
-        <li>Browse queue information</li>
-        <li>Delete a queue</li>
-    </ul>
-
-    <h2>Add a queue</h2>
-
-    <p><img alt="" src="../images/queue_add.png"/></p>
-    <p align="middle">Figure 1: Add Queue</p>
-
-    <p>Using this operation users can add queues to the system. They get created in message broker server, ready for
-       message receiving from and sending to client applications. When creating the queue a meaningful name should be
-       given without any "/" literals included. This will be the identifier for the queue you have created.</p>
-
-    <p><img alt="" src="../images/queue_add_success.png"/></p>
-    <p align="middle">Figure 2: Add Queue Success</p>
-
-    <p>Note that external applications can create queues programatically as well. </p>
-    <p>Once a queue is added user will be redirected to queue information browsing page.</p>
-
-    <h2>Browse queue information</h2>
-
-    <p>The table shows all the queues available in message broker server. It also shows message count for each queue,
-       number of messages in persistent state not delivered to the consuming client. </p>
-    <p>Queues created by external client applications will be listed here with message count in the same way. But in
-        order to view them you should be in "Super Tenant" (default) mode.</p>
-
-    <p><img alt="" src="../images/queue_browse.png"/></p>
-    <p align="middle">Figure 3: Available Queues</p>
-
-    <h2>Delete a Queue</h2>
-    <p>Users can remove one or more queues from the server. All the messages persisted with that queue will be lost on
-       queue deletion. A Success message will pop-up on successful queue deletion, and can be verified by looking at
-       the available queue list. </p>
-
-    <p><img alt="" src="../images/queue_delete_success.png"/></p>
-    <p align="middle">Figure 4: Deleting Queues</p>
-
-    <h2>Tenant-specific Queue Creation</h2>
-    <p>If you are in some tenant domain other than "Super Tenant" for example "a.com", when you create a queue in above
-       mentioned way (eg:myQueue) the queue created in browser will be "a-com/myQueue". You will notice this when you
-       are directed to queue browsing page. If the user intend to send to and consume from the queue using an external
-       client application, the physical queue name (i.e "a-com/myQueue") should be used.</p>
-    <p><img alt="" src="../images/queue_from_tenant.png"/></p>
-    <p align="middle">Figure 5: Queues Added By Tenants</p>
-
-    <h2>Distributed Queues in Clustered Mode</h2>
-    <p>When you are running a few instances of WSO2 Message Broker, queues are always distributed. At a particular moment
-       a queue is owned by some node in a cluster. When some node fails in the cluster, if client applications are
-       configured to use "fail-over", it will be able to send and consume messages from the cluster without any failures
-       or any message loses. Clustering operations and synchronizing messages across the cluster is fully transparent to
-       the user.</p>
-    <h2>Advanced Tuning of Queue Properties and Performance</h2>
-    <p>There is a lot of configurations can be done while configuring an instance of WSO2 MB to improve performance and
-       functionality. Please refer Wikis for more detail.</p>
-
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/add.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/add.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/list.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/list.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/list.gif
deleted file mode 100644
index 638d8ab..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/list.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/minus.gif
deleted file mode 100644
index 8ff04bc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/minus.gif and /dev/null differ

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif
deleted file mode 100644
index e3643a5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/queue_type_admin.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/refresh.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/refresh.gif
deleted file mode 100644
index c2e6deb..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/refresh.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/secure.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/secure.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/treetop.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/treetop.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/treetop.jpg
deleted file mode 100644
index bdf3a39..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/images/treetop.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
deleted file mode 100644
index fc5bc03..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/queues/styles/tree-styles.css
+++ /dev/null
@@ -1,36 +0,0 @@
-.treeControl ul{
-    padding:0px;
-    margin:0px;
-}
-
-.treeControl ul li{
-    list-style:none;
-    padding-left:15px;
-    padding-top:5px;
-    white-space:nowrap;
-}
-.treeControl ul li a.plus{
-    background-image:url(../images/plus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.minus{
-    background-image:url(../images/minus.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.nodata{
-    background-image:url(../images/nodata.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.treeNode{
-    cursor:pointer;
-    color:#4c99c3;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
deleted file mode 100644
index d1e630e..0000000
--- a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/css/registry-ie8.css
+++ /dev/null
@@ -1,4 +0,0 @@
-#pointA span{
-	margin-left:2px !important;
-    	margin-top:-20px !important;
-}
\ No newline at end of file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg
deleted file mode 100644
index 0909f8f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-copy.jpg and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif
deleted file mode 100644
index 3260941..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-feed-small.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif
deleted file mode 100644
index be6b59c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-folder-small.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif
deleted file mode 100644
index ef2203b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-minus.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif
deleted file mode 100644
index b86cc18..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-tree-plus.gif and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg
deleted file mode 100644
index 2d25fd2..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-upload.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg
deleted file mode 100644
index 44c3b1a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/icon-vlidate.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg
deleted file mode 100644
index 584ad9f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/menu-back.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif
deleted file mode 100644
index 5de8140..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/page-left-top.gif and /dev/null differ

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/table_header.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/table_header.gif b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/table_header.gif
deleted file mode 100644
index 5a5c8a4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/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.1/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg b/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg
deleted file mode 100644
index afcab43..0000000
Binary files a/products/stratos2/cloud_controller/1.0.1/modules/distribution/src/site/xdoc/resources/images/titleBack.jpg and /dev/null differ


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

Posted by la...@apache.org.
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/search.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/search.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/search.gif
deleted file mode 100644
index 86f81ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/search.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/xdoc/service-mgt/images/secured.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/secured.gif
deleted file mode 100644
index c21ac89..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/secured.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/xdoc/service-mgt/images/security.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/security.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/security.gif
deleted file mode 100644
index 2b241f6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/security.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/xdoc/service-mgt/images/service parameters.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service parameters.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service parameters.jpg
deleted file mode 100644
index 2840c6a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service parameters.jpg 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/service-mgt/images/service.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service.jpg
deleted file mode 100644
index e3ab6a6..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/service.jpg 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/service-mgt/images/try the service.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/try the service.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/try the service.jpg
deleted file mode 100644
index 6fa7560..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/images/try the service.jpg 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/service-mgt/styles/datatypes.dtd
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/styles/datatypes.dtd b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/styles/datatypes.dtd
deleted file mode 100644
index cd47625..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/service-mgt/styles/datatypes.dtd
+++ /dev/null
@@ -1,216 +0,0 @@
-<!--
-  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ 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.
-  -->
-
-<!--
-        DTD for XML Schemas: Part 2: Datatypes
-        $Id: datatypes.dtd,v 1.23 2001/03/16 17:36:30 ht Exp $
-        Note this DTD is NOT normative, or even definitive. - - the
-        prose copy in the datatypes REC is the definitive version
-        (which shouldn't differ from this one except for this comment
-        and entity expansions, but just in case)
-  -->
-<!--
-        This DTD cannot be used on its own, it is intended
-        only for incorporation in XMLSchema.dtd, q.v.
-  -->
-<!-- Define all the element names, with optional prefix -->
-<!ENTITY % simpleType "%p;simpleType">
-<!ENTITY % restriction "%p;restriction">
-<!ENTITY % list "%p;list">
-<!ENTITY % union "%p;union">
-<!ENTITY % maxExclusive "%p;maxExclusive">
-<!ENTITY % minExclusive "%p;minExclusive">
-<!ENTITY % maxInclusive "%p;maxInclusive">
-<!ENTITY % minInclusive "%p;minInclusive">
-<!ENTITY % totalDigits "%p;totalDigits">
-<!ENTITY % fractionDigits "%p;fractionDigits">
-<!ENTITY % length "%p;length">
-<!ENTITY % minLength "%p;minLength">
-<!ENTITY % maxLength "%p;maxLength">
-<!ENTITY % enumeration "%p;enumeration">
-<!ENTITY % whiteSpace "%p;whiteSpace">
-<!ENTITY % pattern "%p;pattern">
-<!--
-        Customisation entities for the ATTLIST of each element
-        type. Define one of these if your schema takes advantage
-        of the anyAttribute='##other' in the schema for schemas
-  -->
-<!ENTITY % simpleTypeAttrs "">
-<!ENTITY % restrictionAttrs "">
-<!ENTITY % listAttrs "">
-<!ENTITY % unionAttrs "">
-<!ENTITY % maxExclusiveAttrs "">
-<!ENTITY % minExclusiveAttrs "">
-<!ENTITY % maxInclusiveAttrs "">
-<!ENTITY % minInclusiveAttrs "">
-<!ENTITY % totalDigitsAttrs "">
-<!ENTITY % fractionDigitsAttrs "">
-<!ENTITY % lengthAttrs "">
-<!ENTITY % minLengthAttrs "">
-<!ENTITY % maxLengthAttrs "">
-<!ENTITY % enumerationAttrs "">
-<!ENTITY % whiteSpaceAttrs "">
-<!ENTITY % patternAttrs "">
-<!-- Define some entities for informative use as attribute
-        types -->
-<!ENTITY % URIref "CDATA">
-<!ENTITY % XPathExpr "CDATA">
-<!ENTITY % QName "NMTOKEN">
-<!ENTITY % QNames "NMTOKENS">
-<!ENTITY % NCName "NMTOKEN">
-<!ENTITY % nonNegativeInteger "NMTOKEN">
-<!ENTITY % boolean "(true|false)">
-<!ENTITY % simpleDerivationSet "CDATA">
-<!--
-        #all or space-separated list drawn from derivationChoice
-  -->
-<!--
-        Note that the use of 'facet' below is less restrictive
-        than is really intended:  There should in fact be no
-        more than one of each of minInclusive, minExclusive,
-        maxInclusive, maxExclusive, totalDigits, fractionDigits,
-        length, maxLength, minLength within datatype,
-        and the min- and max- variants of Inclusive and Exclusive
-        are mutually exclusive. On the other hand,  pattern and
-        enumeration may repeat.
-  -->
-<!ENTITY % minBound "(%minInclusive; | %minExclusive;)">
-<!ENTITY % maxBound "(%maxInclusive; | %maxExclusive;)">
-<!ENTITY % bounds "%minBound; | %maxBound;">
-<!ENTITY % numeric "%totalDigits; | %fractionDigits;">
-<!ENTITY % ordered "%bounds; | %numeric;">
-<!ENTITY % unordered "%pattern; | %enumeration; | %whiteSpace; | %length; |
-   %maxLength; | %minLength;">
-<!ENTITY % facet "%ordered; | %unordered;">
-<!ENTITY % facetAttr "value CDATA #REQUIRED
-        id ID #IMPLIED">
-<!ENTITY % fixedAttr "fixed %boolean; #IMPLIED">
-<!ENTITY % facetModel "(%annotation;)?">
-<!ELEMENT %simpleType; ((%annotation;)?, (%restriction; | %list; | %union;))>
-<!ATTLIST %simpleType;
-	name %NCName; #IMPLIED
-	final %simpleDerivationSet; #IMPLIED
-	id ID #IMPLIED
-	%simpleTypeAttrs; 
->
-<!-- name is required at top level -->
-<!ELEMENT %restriction; ((%annotation;)?, (%restriction1; | ((%simpleType;)?, (%facet;)*)), (%attrDecls;))>
-<!ATTLIST %restriction;
-	base %QName; #IMPLIED
-	id ID #IMPLIED
-	%restrictionAttrs; 
->
-<!--
-        base and simpleType child are mutually exclusive,
-        one is required.
-
-        restriction is shared between simpleType and
-        simpleContent and complexContent (in XMLSchema.xsd).
-        restriction1 is for the latter cases, when this
-        is restricting a complex type, as is attrDecls.
-  -->
-<!ELEMENT %list; ((%annotation;)?, (%simpleType;)?)>
-<!ATTLIST %list;
-	itemType %QName; #IMPLIED
-	id ID #IMPLIED
-	%listAttrs; 
->
-<!--
-        itemType and simpleType child are mutually exclusive,
-        one is required
-  -->
-<!ELEMENT %union; ((%annotation;)?, (%simpleType;)*)>
-<!ATTLIST %union;
-	id ID #IMPLIED
-	memberTypes %QNames; #IMPLIED
-	%unionAttrs; 
->
-<!--
-        At least one item in memberTypes or one simpleType
-        child is required
-  -->
-<!ELEMENT %maxExclusive; %facetModel;>
-<!ATTLIST %maxExclusive;
-	%facetAttr; 
-	%fixedAttr; 
-	%maxExclusiveAttrs; 
->
-<!ELEMENT %minExclusive; %facetModel;>
-<!ATTLIST %minExclusive;
-	%facetAttr; 
-	%fixedAttr; 
-	%minExclusiveAttrs; 
->
-<!ELEMENT %maxInclusive; %facetModel;>
-<!ATTLIST %maxInclusive;
-	%facetAttr; 
-	%fixedAttr; 
-	%maxInclusiveAttrs; 
->
-<!ELEMENT %minInclusive; %facetModel;>
-<!ATTLIST %minInclusive;
-	%facetAttr; 
-	%fixedAttr; 
-	%minInclusiveAttrs; 
->
-<!ELEMENT %totalDigits; %facetModel;>
-<!ATTLIST %totalDigits;
-	%facetAttr; 
-	%fixedAttr; 
-	%totalDigitsAttrs; 
->
-<!ELEMENT %fractionDigits; %facetModel;>
-<!ATTLIST %fractionDigits;
-	%facetAttr; 
-	%fixedAttr; 
-	%fractionDigitsAttrs; 
->
-<!ELEMENT %length; %facetModel;>
-<!ATTLIST %length;
-	%facetAttr; 
-	%fixedAttr; 
-	%lengthAttrs; 
->
-<!ELEMENT %minLength; %facetModel;>
-<!ATTLIST %minLength;
-	%facetAttr; 
-	%fixedAttr; 
-	%minLengthAttrs; 
->
-<!ELEMENT %maxLength; %facetModel;>
-<!ATTLIST %maxLength;
-	%facetAttr; 
-	%fixedAttr; 
-	%maxLengthAttrs; 
->
-<!-- This one can be repeated -->
-<!ELEMENT %enumeration; %facetModel;>
-<!ATTLIST %enumeration;
-	%facetAttr; 
-	%enumerationAttrs; 
->
-<!ELEMENT %whiteSpace; %facetModel;>
-<!ATTLIST %whiteSpace;
-	%facetAttr; 
-	%fixedAttr; 
-	%whiteSpaceAttrs; 
->
-<!-- This one can be repeated -->
-<!ELEMENT %pattern; %facetModel;>
-<!ATTLIST %pattern;
-	%facetAttr; 
-	%patternAttrs; 
->

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/setting_java_home.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/setting_java_home.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/setting_java_home.xml
deleted file mode 100644
index e3c073a..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/setting_java_home.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2009, 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.
-  -->
-
-<!DOCTYPE html
-     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-    <head>
-        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
-        <title>How to setup JAVA_HOME environment variable in Windows</title>
-        <link href="css/mb-docs.css" rel="stylesheet"/>
-        <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" media="all"/>
-    </head>
-    <body>
-        <h2>How to setup JAVA_HOME environment variable in Windows</h2>
-
-        <p>Please follow the instructions to set up JAVA_HOME environment variable in your computer.
-            First find out the installation folder of Java development kit (JDK) in your machine.
-            Let's
-            assume it is installed in the folder "C:/j2sdk1.4.2"
-        </p>
-
-        <ol>
-            <li>Right click on the My Computer icon on your desktop and select properties</li>
-            <li>Click the Advanced Tab</li>
-            <li>Click the Environment Variables button</li>
-            <li>Under System Variable, click New</li>
-            <li>Enter the variable name as JAVA_HOME</li>
-            <li>Enter the variable value as the install path for the Development Kit</li>
-            <li>Click OK</li>
-            <li>Click Apply Changes</li>
-
-        </ol>
-
-        <img src="images/set-java-home.jpg" width="802" height="590" alt=""/>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/sso-acs/css/authFailures.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/sso-acs/css/authFailures.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/sso-acs/css/authFailures.css
deleted file mode 100644
index 803c1d2..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/sso-acs/css/authFailures.css
+++ /dev/null
@@ -1,28 +0,0 @@
-.authFailures {
-    padding-top: 15px !important;
-    padding-left: 58px;
-}
-
-.authFailures li {
-    list-style-type: circle !important;
-    padding: 5px;
-}
-
-.authFailuresMsg {
-    background-image: url(../../dialog/img/error.gif);
-    background-repeat: no-repeat;
-    background-position: 0px 0px;
-    height: 48px;
-    padding-left: 58px;
-}
-
-.authFailuresTryAgain {
-    padding-top: 10px;
-    padding-left: 58px;
-}
-
-.authFailuresTryAgain a {
-    background-image: url(../images/reload.gif);
-    background-repeat: no-repeat;
-    padding-left: 20px;
-}
\ 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/statistics/gadget/stat_gadget.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stat_gadget.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stat_gadget.xml
deleted file mode 100644
index 28bbeb0..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stat_gadget.xml
+++ /dev/null
@@ -1,158 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<Module>
-    <ModulePrefs title="Memory Usage Statistics" scrolling="true" height="300">
-        <Require feature="dynamic-height"/>
-        <Require feature="wso2.vis"/>
-    </ModulePrefs>
-    <Content type="html" view="default">
-        <![CDATA[
-        <script language="javascript" type="text/javascript">
-
-            var dataProvider = new wso2vis.p.ProviderGET("carbon/statistics/gadget/system_stats_xml_ajaxprocessor.jsp");
-            var dataFilter = new wso2vis.f.BasicFilter(["stats","statistic"], ["@name"]);
-
-            var timer = new wso2vis.u.Timer(20000);
-
-            function globalTick() {
-            dataProvider.pullData();
-            }
-
-            function areaTooltip(data) {
-            return data["@name"];
-            }
-
-            function areaOnClick(data) {
-            alert("clicked: " + data["@name"]);
-            }
-
-            window.onload = function () {
-
-            var areaChart = new wso2vis.s.chart.protovis.AreaChart("chart", "Memory Usage", "");
-
-            areaChart.dataField(["stats","statistic"])
-            .dataValue(["value"])
-            .dataLabel(["@name"])
-            .width(260)
-            .height(300)
-            .band(20)
-            .legend(false)
-            .marks(true)
-            .xSuffix("s")
-            .dirFromLeft(true);
-
-            areaChart.onTooltip = areaTooltip;
-            areaChart.onClick = areaOnClick;
-            areaChart.load(); // width, height, band - (optional)
-
-            dataProvider.addDataReceiver(dataFilter);
-            dataFilter.addDataReceiver(areaChart);
-
-            dataProvider.initialize();
-
-            timer.tick = globalTick;
-            timer.startTimer();
-
-            gadgets.window.adjustHeight();
-
-            }
-
-        </script>
-        <style>
-            div#qTip {
-            padding: 3px;
-            border: 1px solid #666;
-            border-right-width: 2px;
-            border-bottom-width: 2px;
-            display: none;
-            background: #999;
-            color: #FFF;
-            font: bold 10px Verdana, Arial, sans-serif;
-            text-align: left;
-            position: absolute;
-            z-index: 1000;
-            }
-        </style>
-
-    </head>
-    <body>
-        <div id="chart"></div>
-    </body>
-  ]]>
-    </Content>
-
-    <Content type="html" view="canvas">
-        <![CDATA[
-        <script language="javascript" type="text/javascript">
-
-            var dataProvider = new wso2vis.p.ProviderGET("carbon/statistics/gadget/system_stats_xml_ajaxprocessor.jsp");
-            var dataFilter = new wso2vis.f.BasicFilter(["stats","statistic"], ["@name"]);
-
-            var timer = new wso2vis.u.Timer(10000);
-
-            function globalTick() {
-            dataProvider.pullData();
-            }
-
-            function areaTooltip(data) {
-            return data["@name"];
-            }
-
-            function areaOnClick(data) {
-            alert("clicked: " + data["@name"]);
-            }
-
-            window.onload = function () {
-
-            var areaChart = new wso2vis.s.chart.protovis.AreaChart("chart", "Memory Usage", "");
-
-            areaChart.dataField(["stats","statistic"])
-            .dataValue(["value"])
-            .dataLabel(["@name"])
-            .width(1000)
-            .height(300)
-            .band(10)
-            .legend(false)
-            .marks(true)
-            .xSuffix("s")
-            .dirFromLeft(true);
-
-            areaChart.onTooltip = areaTooltip;
-            areaChart.onClick = areaOnClick;
-            areaChart.load(); // width, height, band - (optional)
-
-            dataProvider.addDataReceiver(dataFilter);
-            dataFilter.addDataReceiver(areaChart);
-
-            dataProvider.initialize();
-
-            timer.tick = globalTick;
-            timer.startTimer();
-
-            gadgets.window.adjustHeight();
-
-            }
-
-        </script>
-        <style>
-            div#qTip {
-            padding: 3px;
-            border: 1px solid #666;
-            border-right-width: 2px;
-            border-bottom-width: 2px;
-            display: none;
-            background: #999;
-            color: #FFF;
-            font: bold 10px Verdana, Arial, sans-serif;
-            text-align: left;
-            position: absolute;
-            z-index: 1000;
-            }
-        </style>
-
-    </head>
-    <body>
-        <div id="chart"></div>
-    </body>
-  ]]>
-    </Content>
-</Module>
\ 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/statistics/gadget/stats_gadget.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
deleted file mode 100644
index cd42e7e..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/gadget/stats_gadget.xml
+++ /dev/null
@@ -1,91 +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.
- -->
-<html>
-<head>
-    <title>Protovis Area Chart Example</title>
-    <script type="text/javascript" src="http://localhost/wso2vis/wso2vis.js"></script>
-
-    <script language="javascript" type="text/javascript">
-
-        var dataProvider = new wso2vis.p.ProviderGET("system_stats_xml_ajaxprocessor.jsp");
-        var dataFilter = new wso2vis.f.BasicFilter(["stats","statistic"], ["@name"]);
-
-        var timer = new wso2vis.u.Timer(10000);
-
-        function globalTick() {
-            dataProvider.pullData();
-        }
-
-        function areaTooltip(data) {
-            return data["@name"];
-        }
-
-        function areaOnClick(data) {
-            alert("clicked: " + data["@name"]);
-        }
-
-        window.onload = function () {
-
-            var areaChart = new wso2vis.s.chart.protovis.AreaChart("chart", "Memory Usage", "");
-
-            areaChart.dataField(["stats","statistic"])
-                    .dataValue(["value"])
-                    .dataLabel(["@name"])
-                    .width(600)
-                    .height(300)
-                    .band(10)
-                    .legend(false)
-                    .marks(true)
-                    .xSuffix("s")
-                    .dirFromLeft(true);
-
-            areaChart.onTooltip = areaTooltip;
-            areaChart.onClick = areaOnClick;
-            areaChart.load(); // width, height, band - (optional)
-
-            dataProvider.addDataReceiver(dataFilter);
-            dataFilter.addDataReceiver(areaChart);
-
-            dataProvider.initialize();
-
-            timer.tick = globalTick;
-            timer.startTimer();
-        }
-
-    </script>
-    <style>
-        div#qTip {
-            padding: 3px;
-            border: 1px solid #666;
-            border-right-width: 2px;
-            border-bottom-width: 2px;
-            display: none;
-            background: #999;
-            color: #FFF;
-            font: bold 10px Verdana, Arial, sans-serif;
-            text-align: left;
-            position: absolute;
-            z-index: 1000;
-        }
-    </style>
-
-</head>
-<body>
-<div id="chart"></div>
-</body>
-</html>
\ 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/statistics/images/chart_bar.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/images/chart_bar.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/images/chart_bar.gif
deleted file mode 100644
index a54f8ce..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/statistics/images/chart_bar.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/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.png
deleted file mode 100644
index eab6259..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config-ok.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/stratos-auth/images/cloud-identity-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.png
deleted file mode 100644
index 994c861..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-identity-sso-config.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/stratos-auth/images/cloud-sso-config.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.png
deleted file mode 100644
index 375e9ee..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/cloud-sso-config.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/stratos-auth/images/import.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/import.gif
deleted file mode 100644
index c9fb1df..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/import.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/xdoc/stratos-auth/images/loading.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/loading.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/loading.gif
deleted file mode 100644
index 5b200ed..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/loading.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/xdoc/stratos-auth/images/register.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/register.gif
deleted file mode 100644
index f225e38..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/register.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/xdoc/stratos-auth/images/st-login-body-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-body-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-body-bg.gif
deleted file mode 100644
index dc2c240..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-body-bg.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/xdoc/stratos-auth/images/st-login-footer-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.gif
deleted file mode 100644
index dc317e5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-footer-bg.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/xdoc/stratos-auth/images/st-login-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-header-bg.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-header-bg.gif
deleted file mode 100644
index bd228c9..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/stratos-auth/images/st-login-header-bg.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/xdoc/tenant-mgt/css/tenant.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/css/tenant.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/css/tenant.css
deleted file mode 100644
index 2f06cc5..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/css/tenant.css
+++ /dev/null
@@ -1,62 +0,0 @@
-/*css editor styles */
-.csseditor-top-line{
-    background-color:black;
-    height:5px;
-}
-.csseditor-leftbox{
-    background-color:#9a9a9a;
-    padding-left:5px;
-    padding-right:5px;
-    padding-bottom:5px;
-    padding-top:15px;
-   height:380px;
-}
-.csseditor-leftbox-top{
-    color:#ffffff;
-    font-size:18px;
-    height:30px;
-}
-.csseditor-textbox{
-    background-color:#dfe7ed;
-    border:solid 1px #ffffff;
-    width:100%;
-}
-.csseditor-rightbox{
-    background-color:#c9c9c9;
-    border:solid 1px #ffffff;
-    height:400px;
-}
-.csseditor-rightbox-title{
-    background-color:#9a9a9a;
-    height:25px;
-    color:#ffffff;
-    padding-left:10px;
-    padding-top:5px;
-}
-.csseditor-searchbox{
-    padding-left:10px;
-    padding-top:10px;
-}
-#flickr_results{
-    height:300px;
-    overflow-y:auto;
-    overflow-x:hidden;
-    margin-left:5px;
-    margin-right:5px;
-    border:solid 1px #ffffff;
-}
-.imageList{
-}
-.imageList li {
-    padding-top: 3px !important;
-    padding-left: 5px !important;
-    background-color: #e1e9ec;
-    border: solid 1px #b5bdc1;
-}
-
-.imageList li a {
-    background-image: url(../images/images.gif);
-    background-repeat: no-repeat;
-    padding-left: 20px;
-    text-indent: 50px;
-}
\ 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/tenant-mgt/images/services1.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.gif
deleted file mode 100644
index d40a7a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tenant-mgt/images/services1.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/xdoc/throttling/docs/images/throttle.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/docs/images/throttle.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/docs/images/throttle.jpg
deleted file mode 100644
index 3f0b56f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/docs/images/throttle.jpg 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/throttling/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/add.gif
deleted file mode 100644
index ac95067..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/add.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/xdoc/throttling/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/delete.gif
deleted file mode 100644
index 471f55c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/throttling/images/delete.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/xdoc/tools/images/tools.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tools/images/tools.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tools/images/tools.gif
deleted file mode 100644
index 574e037..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tools/images/tools.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/xdoc/topics/css/dsxmleditor.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/dsxmleditor.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/dsxmleditor.css
deleted file mode 100644
index eb9de58..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/dsxmleditor.css
+++ /dev/null
@@ -1,82 +0,0 @@
-.treeControl div.title{
-    font-size:14px;
-    font-weight:bold;
-    color:#788cb3;
-}
-.topicData{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-td.tree-top{
-   background-image:url(../images/treetop.jpg);
-   background-repeat:repeat-x;
-    height:21px;
-}
-td.tree-top h3{
-    padding-left:10px !important;
-    padding-right:0px !important;
-    padding-top:3px !important;
-    padding-bottom:0px !important;
-    margin:0px !important;
-    font-size:12px !important;
-    font-weight:bold !important;
-    color:#414141;
-    
-}
-.leftBox{
-	border:solid 1px #ccc;
-	padding:5px;
-}
-.treeControl{
-margin-bottom:10px;
-}
-.selected{
-    background-color:#a0afcd;
-    color:#fff !important;
-    padding:3px;
-}
-.secure{
-    color: #009966 !important;
-    text-decoration:underline;
-    background-image:url(../images/secure.gif);
-    background-repeat:no-repeat;
-    background-position:right center;
-    padding-right:15px;
-}
-div#eprInput {
-    margin: 0px 0px 0px 0px;
-    display: block;
-}
-
-div#scriptInput {
-    margin: 0px 20px 0px 20px;
-    display: none;
-}
-
-.initE {
-    border: solid 1px #e8e7e7;
-    text-align: left;
-    font-style: italic;
-    color: #adadad;
-}
-
-.normalE {
-    border: solid 1px #bfbebe;
-    text-align: left;
-}
-.importantArea {
-background-color:#DDDDDD;
-border:1px solid #949494;
-padding:5px;
-}
-#permissionsDiv h4 {
-color:#999999;
-font-size:12px !important;
-font-weight:bold !important;
-}
-.perRow td {
-background-color:#C6C7C8;
-border-right:1px solid #DFDFDF !important;
-font-weight:bold;
-text-align:center;
-}
\ 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/topics/css/topics.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/topics.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/topics.css
deleted file mode 100644
index 4ebba84..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/topics.css
+++ /dev/null
@@ -1,17 +0,0 @@
-.noDataDiv {
-    border: solid 1px #d1cece;
-    padding: 10px;
-    background-color: #f3f3f3;
-    color: #6b6b6b;
-    font-style: italic;
-}
-
-.noDataDiv-plain {
-    padding: 10px;
-    color: #6b6b6b;
-    font-style: italic;
-}
-
-#topicTree a {
-    cursor: pointer;
-}
\ 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/topics/css/tree-styles.css
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/tree-styles.css b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/tree-styles.css
deleted file mode 100644
index a48b219..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/css/tree-styles.css
+++ /dev/null
@@ -1,80 +0,0 @@
-.treeControl ul{
-    padding:0px;
-    margin:0px;
-}
-
-.treeControl ul li{
-    list-style:none;
-    padding-left:15px;
-    padding-top:5px;
-    white-space:nowrap;
-    line-height:20px;
-}
-.treeControl ul li a.plus{
-    background-image:url(../images/icon-tree-plus.gif);
-    /*background-image:url(../images/plus.gif);*/
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-    font-size:20px;
-}
-.treeControl ul li a.minus{
-    background-image:url(../images/icon-tree-minus.gif);
-    /*background-image:url(../images/minus.gif);*/
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-    font-size:20px;
-}
-.treeControl ul li a.nodata{
-    background-image:url(../images/nodata.gif);
-    background-repeat:no-repeat;
-    background-position:0px 2px;
-    padding-left:15px;
-    cursor:pointer;
-}
-.treeControl ul li a.treeNode{
-    cursor:pointer;
-    color:#4c99c3;
-}
-.branch-node {
-    background-image: url( ../images/line.png );
-    background-repeat: repeat-y;
-    background-position: 8px 0px;
-    height: 15px;
-    margin-left:26px;
-margin-top:0px;
-	width: 16px;
-float: left;
-clear: left;
-}
-.addSubtopicStyle {
-background-image:url(../images/add.gif);
-background-repeat:no-repeat;
-background-position:0 0;
-padding-left:22px;
-padding-right: 0px !important;
-}
-.topicDetailsStyle {
-background-image:url(../images/details.gif);
-background-repeat:no-repeat;
-background-position:0 0;
-padding-left:22px;
-padding-right: 0px !important;
-}
-.topicSubscribeStyle {
-background-image:url(../images/subscribe.gif);
-background-repeat:no-repeat;
-background-position:0 0;
-padding-left:22px;
-padding-right: 0px !important;
-}
-.topicDeleteStyle {
-background-image:url(../images/delete.gif);
-background-repeat:no-repeat;
-background-position:0 0;
-padding-left:22px;
-padding-right: 0px !important;
-}
\ 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/topics/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/docs/userguide.xml b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/docs/userguide.xml
deleted file mode 100644
index b586cae..0000000
--- a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/docs/userguide.xml
+++ /dev/null
@@ -1,135 +0,0 @@
-<!--
-  ~ Copyright 2008 WSO2, Inc. (http://wso2.com)
-  ~
-  ~ 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.
-  -->
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-        "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
-    <title>Topics and Subscriptions - User Guide</title>
-    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-
-<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
-<h1>Topics and Subscriptions</h1>
-
-<h2>Topic Browser</h2>
-
-<p><img alt="" src="../images/Topic_Browser.png"/></p>
-
-<p>Figure 1: Topic Browser</p>
-
-<p>WSO2 Eventing provides this topic browser feature to view all the topics available in the server in a tree view. User can
-    perform all the operations with regarding a topic via this view. Initially this tree view does not display any of the
-    operations available for the topic. When user clicks on the topic , it will display all the operations available for
-    that particular topic.
-</p>
-
-<p>Operations available for a particular topic are :</p>
-
-<ul>
-    <li>Add Subtopic</li>
-    <li>Subscribe</li>
-    <li>Details</li>
-    <li>Delete</li>
-</ul>
-
-<h2>Add Subtopic</h2>
-
-<p><img alt="" src="../images/Add_subtopic.png"/></p>
-
-<p>Figure 2: Add Subtopic</p>
-
-<p>Add subtopic feature provided user the ability to add a topic under the existing topic. When
-    adding a new topic under an existing topic, user can provide the name of the new topic and set
-    the permissions for publishing and subscribing for that topic. </p>
-
-<p>Once a subtopic is added , it will direct to the Topic Browsing tree.</p>
-
-<p>If user wants to add a topic directly to the root, user can click on the 'Add' sub menu item
-    under topics menu in the left panel. </p>
-
-
-<h2>Subscribe</h2>
-
-<p><img alt="" src="../images/Subscribe.png"/></p>
-
-<p>Figure 3: Subscribe</p>
-
-<p>All the subscriptions for a particular topic is done in this page. Once a user click on the
-    subscribe link in topic browser, it will directed to this page. To do a subscription to that
-    topic , user has to give some details as bellow;</p>
-
-<ul>
-    <li>Topic</li>
-        <p> User does not need to specify the topic here , since its automatically sets up.</p>
-
-    <li>Subscription Mode</li>
-
-    <p> This is the mode of the subscription and there are tree modes.</p>
-
-    <p>The default mode for the subscription is "Topic Only".  With this mode , user creates the
-        subscription only to the topic. In that mode subscribers only receive events which
-        are published only to the that topic.</p>
-
-    <p> Next mode of subscription is "Topic and Immediate child". In this mode subscribers of the topic
-        receives events published not only the specified topic but also to the immediate child of that topic. </p>
-
-    <p> Last mode of subscription is "Topic and Children". In this mode subscribers of the specified
-        topic will receive events published to the specified topic and all its children </p>
-
-    <li>Event Sink URL</li>
-       <p>This is the URL which the subscriber should provide to receive events published. When events are
-        published to the topic, they are sent to the specified URL here.</p>
-
-    <li>Expiration Time</li>
-       <p> Here user can specify the expiration time of the subscription. This is not a required parameter and
-       if user leave it alone, subscription will never be expired. </p>
-</ul>
-
-<h2>Topic Details</h2>
-
-<p><img alt="" src="../images/Topic_details.png"/></p>
-
-<p>Figure 4: Topic Details</p>
-
-<p>All the details related with a topic can be viewed in this page.</p>
-<ul>
-    <li>Permission Details</li>
-    <p>Permissions related with the topic can be viewed here and if the user wants to change the
-        permissions with regarding that topic, user can change the ticks on the provided check
-        boxes and click on update permissions button. </p>
-
-    <li>WS Subscription Details</li>
-    <p>All the ws subscriptions for the topic and its all children is listed here. If the user wants to
-        unsubscribe from the topic, he can simply click on the unsubscribe link on the last column of each row.</p>
-
-    <li>JMS Subscription Details</li>
-    <P>All the durable and non durable JMS subscriptions are listed here.</P>
-
-    <li>Publish</li>
-    <p> This publish option provide the user the ability publish a sample XML message to a topic.
-     Once there is a subscription for the topic, event sink URL will receive that published XML
-     message once its click on the publish button after placing a xml message in the provided space.</p>
-</ul>
-
-<h2>Delete</h2>
-
-<p>This will delete the topic from the server. To delete a topic , subscription count for that topic
-    and its children should be zero. Otherwise it will prompt an error message specifying that there
-    are subscriptions for the topic or its children.</p>
-
-</body>
-</html>
\ 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/topics/images/Add_subtopic.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/Add_subtopic.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/Add_subtopic.png
deleted file mode 100644
index 3a4c403..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/Add_subtopic.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/topics/images/details.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/details.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/details.gif
deleted file mode 100644
index bb0e320..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/details.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/xdoc/topics/images/down.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/down.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/down.png
deleted file mode 100644
index 38f94be..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/down.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/topics/images/icon-tree-minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.gif
deleted file mode 100644
index 828b461..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-minus.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/xdoc/topics/images/icon-tree-plus-alone.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus-alone.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus-alone.jpg
deleted file mode 100644
index 4d6295e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus-alone.jpg 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/topics/images/icon-tree-plus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.gif
deleted file mode 100644
index ba5ee7a..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.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/xdoc/topics/images/icon-tree-plus.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.jpg
deleted file mode 100644
index f3518f5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/icon-tree-plus.jpg 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/topics/images/line.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/line.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/line.png
deleted file mode 100644
index cb38a2e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/line.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/topics/images/minus.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/minus.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/minus.gif
deleted file mode 100644
index 8ff04bc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/minus.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/xdoc/topics/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/refresh.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/refresh.gif
deleted file mode 100644
index 8904c30..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/refresh.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/xdoc/topics/images/secure.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/secure.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/secure.gif
deleted file mode 100644
index d0fa668..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/secure.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/xdoc/topics/images/subscribe.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/subscribe.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/subscribe.gif
deleted file mode 100644
index 24fe216..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/subscribe.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/xdoc/topics/images/treetop.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/treetop.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/treetop.jpg
deleted file mode 100644
index bdf3a39..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/treetop.jpg 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/topics/images/up.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/up.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/up.png
deleted file mode 100644
index e3e9d25..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/topics/images/up.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/tracer/docs/images/tracer_on.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg
deleted file mode 100644
index a60d8e4..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/docs/images/tracer_on.jpg 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/tracer/images/delete.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/delete.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/delete.gif
deleted file mode 100644
index 00e313d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/delete.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/xdoc/tracer/images/refresh.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/refresh.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/refresh.gif
deleted file mode 100644
index 7596e4d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/refresh.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/xdoc/tracer/images/tracer.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/tracer.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/tracer.gif
deleted file mode 100644
index 526595d..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tracer/images/tracer.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/xdoc/tryit/docs/images/choose_endpoints.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/choose_endpoints.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/choose_endpoints.jpg
deleted file mode 100644
index 6153300..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/choose_endpoints.jpg 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/tryit/docs/images/results.jpg
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg
deleted file mode 100644
index f010736..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/docs/images/results.jpg 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/tryit/images/error.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/error.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/error.png
deleted file mode 100644
index 254fd1f..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/error.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/tryit/images/plus.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/plus.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/plus.png
deleted file mode 100644
index c4b2097..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/plus.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/tryit/images/prior.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/prior.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/prior.png
deleted file mode 100644
index 67c3c2c..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/prior.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/tryit/images/tryit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/tryit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/tryit.gif
deleted file mode 100644
index 9275ae3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/tryit/images/tryit.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/xdoc/user/images/Thumbs.db
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/Thumbs.db b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/Thumbs.db
deleted file mode 100644
index 4324fd5..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/Thumbs.db 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/user/images/add.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/add.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/add.gif
deleted file mode 100644
index 4bfdd79..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/add.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/xdoc/user/images/bulk-import.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/bulk-import.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/bulk-import.gif
deleted file mode 100644
index ac9ba7e..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/bulk-import.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/xdoc/user/images/edit.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/edit.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/edit.gif
deleted file mode 100644
index 90bd4dc..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/edit.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/xdoc/user/images/external-roles.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/external-roles.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/external-roles.gif
deleted file mode 100644
index 1f1f75b..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/external-roles.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/xdoc/user/images/user-main.png
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-main.png b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-main.png
deleted file mode 100644
index 4fcc5a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-main.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/user/images/user-store.gif
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-store.gif b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-store.gif
deleted file mode 100644
index ccf18a3..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/user-store.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/xdoc/user/images/users.JPG
----------------------------------------------------------------------
diff --git a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/users.JPG b/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/users.JPG
deleted file mode 100644
index 4e44778..0000000
Binary files a/products/stratos2/cloud_controller/1.0.0/modules/distribution/src/site/xdoc/user/images/users.JPG and /dev/null differ