You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/22 17:00:04 UTC

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a6d73412/products/stratos2/cloud_controller/1.0.0/modules/distribution/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