You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/04 08:20:06 UTC

[28/33] Removed autoscaler, cloud-controller and stratos-manager products

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/integration/src/test/resources/testng.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/integration/src/test/resources/testng.xml b/products/autoscaler/modules/integration/src/test/resources/testng.xml
deleted file mode 100644
index c92b4e3..0000000
--- a/products/autoscaler/modules/integration/src/test/resources/testng.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version='1.0'?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-<suite name="Apache Stratos Autoscaler Test Suite" parallel="false">
-
-	<test name="autoscaler-test" preserve-order="true" parallel="false">
-		<classes>
-			<class name="org.apache.stratos.autoscaler.integration.tests.AutoscalerTestServerManager"/>
-			<class name="org.apache.stratos.autoscaler.integration.tests.LoginLogoutTestCase" />
-			<class name="org.apache.stratos.autoscaler.integration.tests.PartitionDeploymentTestCase" />
-			<class name="org.apache.stratos.autoscaler.integration.tests.AutoscalingPolicyDeploymentTestCase"/>
-			<class name="org.apache.stratos.autoscaler.integration.tests.DeploymentPolicyDeploymentTestCase"/>
-			<!--class name="org.apache.stratos.autoscaler.integration.tests.SecurityVerificationTestCase" /-->
-			<!--class name="org.apache.stratos.autoscaler.integration.tests.TopologyEventsPublisherTestCase" /-->
-		</classes>
-	</test>
-</suite>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/p2-profile/pom.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/p2-profile/pom.xml b/products/autoscaler/modules/p2-profile/pom.xml
deleted file mode 100644
index ccad5c6..0000000
--- a/products/autoscaler/modules/p2-profile/pom.xml
+++ /dev/null
@@ -1,265 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<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.apache.stratos.autoscaler</groupId>
-        <artifactId>autoscaler-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>apache-stratos-autoscaler-p2-profile</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Autoscaler - P2 Profile Generation</name>
-    <url>http://apache.org</url>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <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.2.0</artifactId>
-                                    <version>0001</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>3-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.2.0</artifactId>
-                                    <version>0002</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>4-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.2.0</artifactId>
-                                    <version>0003</version>
-                                    <type>zip</type>
-                                    <overWrite>true</overWrite>
-                                    <outputDirectory>target</outputDirectory>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>5-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.2.0</artifactId>
-                                    <version>0004</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.security.mgt.server.feature:${carbon.version}
-                                </featureArtifactDef>
-                                <featureArtifactDef>
-                                    org.apache.stratos:org.apache.stratos.autoscaler.feature:${project.version}
-                                </featureArtifactDef> 
-                                <featureArtifactDef>
-                                    org.apache.stratos:org.apache.stratos.messaging.feature:${project.version}
-                                </featureArtifactDef>
-                                 <featureArtifactDef>
-                                     org.wso2.carbon:org.wso2.carbon.core.feature:${carbon.version}
-                                 </featureArtifactDef>
-                               
-                              <!-- Registry -->
-				<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>
- 
-                            </featureArtifacts>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>3-p2-profile-generation</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>p2-profile-gen</goal>
-                        </goals>
-                        <configuration>
-                            <profile>default</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>
-
-                                <feature>
-                                    <id>org.wso2.carbon.security.mgt.server.feature.group</id>
-                                    <version>${carbon.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.apache.stratos.autoscaler.feature.group</id>
-                                    <version>${project.version}</version>
-                                </feature>
-                                <feature>
-                                    <id>org.apache.stratos.messaging.feature.group</id>
-                                    <version>${project.version}</version>
-                                </feature>
-                                 <feature>
-                                     <id>org.wso2.carbon.core.feature.group</id>
-                                     <version>${carbon.version}</version>
-                                 </feature>
-
-			<!-- Registry 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>
-                                
-                            </features>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <replace token="false" value="true"
-                                         dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/default/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/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/META-INF/product.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/META-INF/product.xml b/products/autoscaler/modules/styles/product/src/main/resources/META-INF/product.xml
deleted file mode 100644
index 9ea2e9c..0000000
--- a/products/autoscaler/modules/styles/product/src/main/resources/META-INF/product.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<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/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/product/about.html
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/product/about.html b/products/autoscaler/modules/styles/product/src/main/resources/web/product/about.html
deleted file mode 100644
index 00513e4..0000000
--- a/products/autoscaler/modules/styles/product/src/main/resources/web/product/about.html
+++ /dev/null
@@ -1,132 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html><head><title>WSO2 ESB - About</title>
-
-<link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
-</head>
-<body>
-<h1>Version 4.7.0</h1>
-<h2>About WSO2 ESB </h2>
-<p>WSO2 ESB is a lightweight and easy-to-use Open Source Enterprise Service Bus
-(ESB) available under the Apache Software License v2.0. WSO2 ESB allows
-administrators to simply and easily configure message routing, intermediation,
-transformation, logging, task scheduling, load balancing, failover routing,
-event brokering, etc.. The runtime has been designed to be completely
-asynchronous, non-blocking and streaming based on the Apache Synapse core.</p>
-
-<p>WSO2 ESB 4.7.0 is developed on top of the revolutionary
-    <a href="http://wso2.org/projects/carbon">Carbon platform</a>
-(Middleware a' la carte), and is based on the OSGi framework to achieve the
-better modularity for your SOA architecture. 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, this ESB can be
-customized to your SOA needs.</p>
-<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
-to build 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/governance-registry/">WSO2
-Governance Registry</a></li> 
-<li><a href="http://wso2.com/products/application-server/">WSO2
-Application 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/business-process-server/">WSO2
-Business Process Server</a></li> 
-<li><a href="http://wso2.com/products/identity-server/">WSO2
-Identity 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/business-activity-monitor/">WSO2
-Business Activity Monitor</a></li> 
-<li><a href="http://wso2.com/products/gadget-server/">WSO2
-Gadget Server</a></li> 
-<li><a href="http://wso2.com/products/mashup-server/">WSO2
-Mashup Server</a></li> 
-</ul> 
-<p>You can assemble your own products by combining
-components and
-deploying them in a preferred architecture. </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 based on components developed at Apache, 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 projects. </p>
-
-<h3>Have you tried...</h3>
-<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/application-server/"><img src="../admin/images/appserver_logo_h23.gif" alt="AS"/></a></p> 
-<p><a href="http://wso2.com/products/business-rules-server/"><img src="../admin/images/brs_logo_h23.gif" alt="BRS"/></a></p> 
-<p><a href="http://wso2.com/products/business-process-server/"><img src="../admin/images/bps_logo_h23.gif" alt="BPS"/></a></p> 
-<p><a href="http://wso2.com/products/identity-server/"><img src="../admin/images/identity_logo_h23.gif" alt="IS"/></a></p> 
-<p><a href="http://wso2.com/products/data-services-server"><img src="../admin/images/ds_logo_h23.gif" alt="DS"/></a></p> 
-<p><a href="http://wso2.com/products/business-activity-monitor/"><img src="../admin/images/bam_logo_h23.gif" alt="BAM"/></a></p> 
-<p><a href="http://wso2.com/products/gadget-server/"><img src="../admin/images/gadgetserver_logo_h23.gif" alt="GS"/></a></p> 
-<p><a href="http://wso2.com/products/mashup-server/"><img src="../admin/images/mashup_logo_h23.gif" alt="MS"/></a></p> 
-<h3>Stay connected </h3> 
-<p><a href="http://wso2.org/user/login?destination=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/project/esb/java/4.7.0/docs/index.html">Online Documentation</a></li>
-<li><a href="http://wso2.org/library/esb">Read articles</a></li>
-<li><a href="http://wso2.org/forum/187">Post to the ESB forum</a></li>
-<li><a href="http://wso2.org/mail">Subscribe to the mailing list</a></li>
-<li><a href="https://wso2.org/jira/browse/ESBJAVA">Report an Issue</a></li>
-<li><a href="http://wso2.com/services/">Get commercial support</a></li>
-</ul>
-</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/css/main.css b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/css/main.css
deleted file mode 100644
index 22d4fe3..0000000
--- a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/css/main.css
+++ /dev/null
@@ -1,176 +0,0 @@
-/*
- *
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
-*/
-
-/* ---------------- template styles ------------------------- */
-
-table#main-table td#header {
-	background-image: url( ../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/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/1px.gif
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/1px.gif b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/1px.gif
deleted file mode 100644
index f866f1d..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/1px.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/leftRightSlider-dark.png
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/leftRightSlider-dark.png b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/leftRightSlider-dark.png
deleted file mode 100644
index 36477e0..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/leftRightSlider-dark.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/menu_header.png
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/menu_header.png b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/menu_header.png
deleted file mode 100644
index cf8a1c2..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/menu_header.png and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif
deleted file mode 100644
index 074e94f..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/right-logo-bg.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scc-back.png
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scc-back.png b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scc-back.png
deleted file mode 100644
index 5af96f4..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scc-back.png and /dev/null differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scclogo.png
----------------------------------------------------------------------
diff --git a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scclogo.png b/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scclogo.png
deleted file mode 100644
index d4e5c6c..0000000
Binary files a/products/autoscaler/modules/styles/product/src/main/resources/web/styles/images/scclogo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/products/autoscaler/pom.xml b/products/autoscaler/pom.xml
deleted file mode 100644
index 2df6086..0000000
--- a/products/autoscaler/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~     http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
-<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.apache.stratos</groupId>
-        <artifactId>stratos-products-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.stratos.autoscaler</groupId>
-    <artifactId>autoscaler-parent</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache Stratos - Autoscaler</name>
-    <url>http://wso2.org/projects/mb/java</url>
-    <description>Apache Stratos Autoscaler</description>
-
-    <modules>
-        <module>modules/p2-profile</module>
-        <module>modules/distribution</module>
-        <module>modules/integration</module>
-    </modules>
-
-    <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>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-    <properties>
-        <carbon.version>4.2.0</carbon.version>
-        <carbon.patch.version>4.2.0</carbon.patch.version>
-        <!--carbon.patch.version.4.1.3>4.1.3</carbon.patch.version.4.1.3-->
-        <carbon.kernel.version>4.2.0</carbon.kernel.version>
-        <carbon.p2.plugin.version>1.5.3</carbon.p2.plugin.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>
-        <rampart.mar.version>1.6.1-wso2v8</rampart.mar.version>
-        <slf4j.wso2.version>1.5.10.wso2v1</slf4j.wso2.version>
-    </properties>
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/INSTALL.txt
----------------------------------------------------------------------
diff --git a/products/cloud-controller/INSTALL.txt b/products/cloud-controller/INSTALL.txt
deleted file mode 100644
index fff25da..0000000
--- a/products/cloud-controller/INSTALL.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-Installing  Apache Stratos Cloud Controller Server (CC) 4.0.0-SNAPSHOT
-===================================================================
-
-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 CC one can use either stratos.sh in all Unix
-   systems & stratos.bat file on Windows operating systems.
-
-4. Either of the following commands can be used to start CC
-      i)  ./stratos.sh {console|start|stop|restart|version}
-      ii)  stratos.bat {start|stop|version}
-
-            Usage: stratos.sh [command] [options] [system-properties]
-
-                command:
-                    --start	    Start CC as a Unix daemon in the background
-                    --console	    Start CC as a Unix daemon in the foreground
-                    --stop	    Stop the CC Unix daemon
-                    --restart	    Restart the CC Unix daemon
-                    --version	    What version of the CC 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 - 1.5GB
-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 Apache Stratos CC from the Source distribution, it is necessary that you have
-   JDK 1.6.24 version and Maven 3.0.4 or later
-
-
-
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/LICENSE
----------------------------------------------------------------------
diff --git a/products/cloud-controller/LICENSE b/products/cloud-controller/LICENSE
deleted file mode 100644
index 32b2e55..0000000
--- a/products/cloud-controller/LICENSE
+++ /dev/null
@@ -1,613 +0,0 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   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 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                                                                            License
----------------------------------------------------------------------------------------
-abdera_1.0.0.wso2v3.jar								apache2
-ajaxtags_1.3.0.beta-rc7-wso2v1.jar						apache2
-andes_0.13.0.wso2v6.jar								apache2
-annogen_0.1.0.wso2v1.jar							apache2
-ant_1.7.0.wso2v1.jar								apache2
-antlr_3.2.0.wso2v1.jar								bsd
-antlr-runtime_3.2.0.wso2v1.jar							bsd
-apache-cassandra_1.1.3.wso2v2.jar						apache2
-apache-zookeeper_3.3.6.wso2v1.jar						apache2
-apache-zookeeper_3.4.4.wso2v1.jar						apache2
-authenticator_0.7.0.wso2v1.jar							apache2
-avro_1.4.0.fixeswso2v1.jar							apache2
-aws-common_1.5.0.beta_5.jar							apache2
-axiom_1.2.11.wso2v4.jar								apache2
-axis2_1.6.1.wso2v9.jar								apache2
-axis2-json_1.6.1.wso2v9.jar							apache2
-axis2-transport-jms_1.1.0.wso2v7.jar						apache2
-backport-util-concurrent_3.1.0.wso2v1.jar					public
-bcprov-jdk16_1.45.0.wso2v1.jar							apache2
-bsf-all_3.0.0.wso2v2.jar							apache2
-com.googlecode.concurrentlinkedhashmap.lru_1.3.0.jar				apache2
-com.google.gson_2.1.0.jar							apache2
-com.google.gson_2.2.0.jar							apache2
-commons-beanutils_1.8.0.wso2v1.jar						apache2
-commons-cli_1.2.0.wso2v1.jar							apache2
-commons-codec_1.4.0.wso2v1.jar							apache2
-commons-collections_3.2.0.wso2v1.jar						apache2
-commons-configuration_1.6.0.wso2v1.jar						apache2
-commons-dbcp_1.4.0.wso2v1.jar							apache2
-commons-digester_1.8.1.wso2v1.jar						apache2
-commons-fileupload_1.2.2.wso2v1.jar						apache2
-commons-httpclient_3.1.0.wso2v2.jar						apache2
-commons-io_2.0.0.wso2v1.jar							apache2
-commons-io_2.0.0.wso2v2.jar							apache2
-commons-lang_2.6.0.wso2v1.jar							apache2
-commons-pool_1.5.6.wso2v1.jar							apache2
-com.ning.compress-lzf_0.8.4.jar							apache2
-compass_2.0.1.wso2v2.jar							apache2
-com.sun.jersey.jersey-core_1.12.0.jar						apache2
-dnsjava_2.1.1.wso2v1.jar							apache2
-ec2_1.5.0.beta5wso2v1.jar							apache2
-aws-ec2_1.5.0.beta5wso2v1.jar							apache2
-ehcache_1.5.0.wso2v3.jar							apache2
-el-impl_2.2.0.wso2v1.jar							cddl1
-geronimo-saaj_1.3_spec_1.0.0.wso2v3.jar						apache2
-google-collect_1.0.0.wso2v2.jar							apache2
-guava_12.0.0.wso2v1.jar								apache2
-guice_3.0.0.wso2v1.jar								apache2
-guice-assistedinject_3.0.0.wso2v1.jar						apache2
-h2-database-engine_1.2.140.wso2v3.jar						epl1
-hadoop-core_0.20.203.wso2v2.jar							apache2
-hector-core_1.1.0.wso2v1.jar							mit
-high-scale-lib_1.1.2.wso2v1.jar							public
-httpclient_4.1.1.wso2v1.jar							apache2
-httpcore_4.1.0.wso2v1.jar							apache2
-httpcore_4.2.3.wso2v1.jar							apache2
-httpcore-nio_4.2.3.wso2v1.jar							apache2
-infinispan-core_5.1.2.wso2v1.jar						lgpl2
-jackson-core-asl_1.9.2.jar							apache2
-jackson-mapper-asl_1.9.2.jar							apache2
-jamm_0.2.5.wso2v2.jar								apache2
-javasysmon_0.3.3.wso2v1.jar							jsmon
-javax.el_2.2.0.v201108011116.jar						cddl1
-java-xmlbuilder_0.4.0.wso2v1.jar						apache2
-javax.servlet_3.0.0.v201112011016.jar						cddl1
-javax.servlet.jsp_2.2.0.v201112011158.jar					cddl1
-jaxb_2.2.5.wso2v1.jar								cddl1
-jboss-logging_3.1.0.wso2v1.jar							lgpl2
-jclouds-bouncycastle_1.5.0.beta_5.jar						apache2
-jclouds-compute_1.5.0.beta_5.jar						apache2
-jclouds-core_1.5.0.beta_5.jar							apache2
-jclouds-enterprise_1.5.0.beta_5.jar						apache2
-jclouds-joda_1.5.0.beta_5.jar							apache2
-jclouds-log4j_1.5.0.beta_5.jar							apache2
-jclouds-netty_1.5.0.beta_5.jar							apache2
-jclouds-scriptbuilder_1.5.0.beta_5.jar						apache2
-jclouds-slf4j_1.5.0.beta_5.jar							apache2
-jclouds-sshj_1.5.0.beta_5.jar							apache2
-jdbc-pool_7.0.34.wso2v1.jar							apache2
-jdom_1.0.0.wso2v1.jar								jdom
-jettison_1.1.0.wso2v1.jar							apache2
-jgroups_3.0.6.wso2v1.jar							lgpl2
-json_1.0.0.wso2v1.jar								json
-json_2.0.0.wso2v1.jar								json
-json-simple_1.1.0.wso2v1.jar							apache2
-jsr107cache_1.1.0.wso2v3.jar							apache2
-jstl_1.2.1.wso2v1.jar								cddl1
-jug_2.0.0.wso2v1.jar								apache2
-jzlib_1.0.7.wso2v1.jar								apache2
-kaptcha_2.3.0.wso2v1.jar							apache2
-libthrift_0.7.0.wso2v2.jar							apache2
-marshalling_1.3.6.wso2v1.jar							lgpl2
-metrics-core_2.0.3.wso2v1.jar							apache2
-neethi_2.0.4.wso2v4.jar								apache2
-net.schmizz.sshj_0.8.0.jar							apache2
-opencsv_1.8.0.wso2v1.jar							apache2
-opensaml2_2.4.1.wso2v1.jar							apache2
-openstack-common_1.5.0.beta_5.jar						apache2
-openstack-keystone_1.5.0.beta5wso2v1.jar					apache2
-openstack-nova_1.5.0.beta5wso2v1.jar						apache2
-org.apache.felix.gogo.command_0.8.0.v201108120515.jar				apache2
-org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar				apache2
-org.apache.felix.gogo.shell_0.8.0.v201110170705.jar				apache2
-org.apache.jasper.glassfish_2.2.2.v201205150955.jar				apache2
-org.apache.stratos.activation_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.cartridge.messages_4.0.0.SNAPSHOT.jar			apache2
-org.apache.stratos.cloud.controller_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.common_4.0.0.SNAPSHOT.jar					apache2
-org.apache.stratos.common.stub_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.deployment_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.keystore.mgt_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.lb.common_4.0.0.SNAPSHOT.jar					apache2
-org.apache.stratos.redirector.servlet_4.0.0.SNAPSHOT.jar			apache2
-org.apache.stratos.redirector.servlet.stub_4.0.0.SNAPSHOT.jar			apache2
-org.apache.stratos.redirector.servlet.ui_4.0.0.SNAPSHOT.jar			apache2
-org.apache.stratos.sso.redirector.ui_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.tenant.dispatcher_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.tenant.mgt_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.tenant.mgt.core_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.tenant.mgt.stub_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.tenant.mgt.ui_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.theme.mgt_4.0.0.SNAPSHOT.jar					apache2
-org.apache.stratos.throttling.agent_4.0.0.SNAPSHOT.jar				apache2
-org.apache.stratos.throttling.agent.stub_4.0.0.SNAPSHOT.jar			apache2
-org.apache.stratos.usage.agent_4.0.0.SNAPSHOT.jar				apache2
-org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar				epl1
-org.eclipse.core.expressions_3.4.401.v20120627-124442.jar			epl1
-org.eclipse.core.jobs_3.5.300.v20120622-204750.jar				epl1
-org.eclipse.core.runtime_3.8.0.v20120521-2346.jar				epl1
-org.eclipse.ecf_3.1.300.v20110531-2218.jar					epl1
-org.eclipse.ecf.filetransfer_5.0.0.v20110531-2218.jar				epl1
-org.eclipse.ecf.identity_3.1.100.v20110531-2218.jar				epl1
-org.eclipse.ecf.provider.filetransfer_3.2.0.v20110531-2218.jar			epl1
-org.eclipse.ecf.provider.filetransfer.httpclient_4.0.200.v20120319-0616.jar	epl1
-org.eclipse.equinox.app_1.3.100.v20120522-1841.jar				epl1
-org.eclipse.equinox.common_3.6.100.v20120522-1841.jar				epl1
-org.eclipse.equinox.concurrent_1.0.300.v20120522-2049.jar			epl1
-org.eclipse.equinox.console_1.0.0.v20120522-1841.jar				epl1
-org.eclipse.equinox.ds_1.4.0.v20120522-1841.jar					epl1
-org.eclipse.equinox.frameworkadmin_2.0.100.v20120606-175127.jar			epl1
-org.eclipse.equinox.frameworkadmin.equinox_1.0.400.v20120428-0117.jar		epl1
-org.eclipse.equinox.http.helper_1.1.0.wso2v1.jar				epl1
-org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar			epl1
-org.eclipse.equinox.jsp.jasper_1.0.400.v20120522-2049.jar			epl1
-org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar				epl1
-org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.v20120522-1813		epl1
-org.eclipse.equinox.p2.artifact.repository_1.1.100.v20110519.jar		epl1	
-org.eclipse.equinox.p2.console_1.0.300.v20110502-1955.jar			epl1
-org.eclipse.equinox.p2.core_2.1.0.v20110502-1955.jar				epl1
-org.eclipse.equinox.p2.director_2.1.0.v20110504-1715.jar			epl1
-org.eclipse.equinox.p2.director.app_1.0.300.v20110505.jar			epl1
-org.eclipse.equinox.p2.directorywatcher_1.0.300.v20110502-1955.jar		epl1
-org.eclipse.equinox.p2.engine_2.1.0.v20110511.jar				epl1
-org.eclipse.equinox.p2.extensionlocation_1.2.100.v20110510.jar			epl1
-org.eclipse.equinox.p2.garbagecollector_1.0.200.v20110510.jar			epl1
-org.eclipse.equinox.p2.jarprocessor_1.0.200.v20110502-1955.jar			epl1
-org.eclipse.equinox.p2.metadata_2.1.0.v20110510.jar				epl1
-org.eclipse.equinox.p2.metadata.repository_1.2.0.v20110511-1359.jar		epl1
-org.eclipse.equinox.p2.publisher_1.2.0.v20110511.jar				epl1
-org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110511			epl1
-org.eclipse.equinox.p2.repository_2.1.0.v20110601.jar				epl1
-org.eclipse.equinox.p2.repository.tools_2.0.100.v20110512-1320.jar		epl1
-org.eclipse.equinox.p2.touchpoint.eclipse_2.1.0.v20110511-wso2v1.jar 		epl1
-org.eclipse.equinox.p2.touchpoint.natives_1.0.300.v20110502-1955.jar		epl1
-org.eclipse.equinox.p2.transport.ecf_1.0.100.v20110902-0807.jar			epl1
-org.eclipse.equinox.p2.updatechecker_1.1.200.v20110502-1955.jar			epl1
-org.eclipse.equinox.p2.updatesite_1.0.300.v20110510.jar				epl1
-org.eclipse.equinox.preferences_3.5.0.v20120522-1841.jar			epl1
-org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar				epl1
-org.eclipse.equinox.security_1.1.100.v20120522-1841.jar				epl1
-org.eclipse.equinox.simpleconfigurator_1.0.301.v20120828-033635.jar		epl1
-org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110808-1657.jar	epl1
-org.eclipse.equinox.util_1.0.400.v20120522-2049.jar				epl1
-org.eclipse.osgi_3.8.1.v20120830-144521.jar					epl1
-org.eclipse.osgi.services_3.3.100.v20120522-1822.jar				epl1
-org.jboss.netty_3.3.0.Final.jar							apache2
-org.sat4j.core_2.3.0.v20110329.jar						epl1
-org.sat4j.pb_2.3.0.v20110329.jar						epl1
-org.wso2.carbon.addressing_4.1.0.jar						apache2
-org.wso2.carbon.andes_4.1.0.jar							apache2
-org.wso2.carbon.andes.admin_4.1.0.jar						apache2
-org.wso2.carbon.andes.authentication_4.1.0.jar					apache2
-org.wso2.carbon.andes.authorization_4.1.0.jar					apache2
-org.wso2.carbon.andes.cluster.mgt_4.1.0.jar					apache2
-org.wso2.carbon.andes.cluster.mgt.ui_4.1.0.jar					apache2
-org.wso2.carbon.andes.commons_4.1.0.jar						apache2
-org.wso2.carbon.andes.core_4.1.0.jar						apache2
-org.wso2.carbon.andes.mgt.stub_4.1.0.jar					apache2
-org.wso2.carbon.andes.stub_4.1.0.jar						apache2
-org.wso2.carbon.andes.ui_4.1.0.jar						apache2
-org.wso2.carbon.apache.jasper.fragment_4.1.0.jar				apache2
-org.wso2.carbon.application.deployer_4.1.0.jar					apache2
-org.wso2.carbon.application.upload_4.1.0.jar					apache2
-org.wso2.carbon.authenticator.proxy_4.1.0.jar					apache2
-org.wso2.carbon.authenticator.stub_4.1.0.jar					apache2
-org.wso2.carbon.base_4.1.0.jar							apache2
-org.wso2.carbon.caching_4.1.0.jar						apache2
-org.wso2.carbon.caching.core_4.1.0.jar						apache2
-org.wso2.carbon.captcha.mgt_4.1.0.jar						apache2
-org.wso2.carbon.cassandra.server_4.1.1.jar					apache2
-org.wso2.carbon.cassandra.sharedkey_4.1.0.jar					apache2
-org.wso2.carbon.cluster.mgt.core_4.1.0.jar					apache2
-org.wso2.carbon.coordination.common_4.1.0.jar					apache2
-org.wso2.carbon.coordination.core_4.1.0.jar					apache2
-org.wso2.carbon.coordination.server_4.1.0.jar					apache2
-org.wso2.carbon.core_4.1.0.jar							apache2
-org.wso2.carbon.core.bootup.validator_4.1.0.jar					apache2
-org.wso2.carbon.core.common_4.1.0.jar						apache2
-org.wso2.carbon.core.commons.stub_4.1.0.jar					apache2
-org.wso2.carbon.core.services_4.1.0.jar						apache2
-org.wso2.carbon.databridge.agent.thrift_4.1.0.jar				apache2
-org.wso2.carbon.databridge.commons_4.1.0.jar					apache2
-org.wso2.carbon.databridge.commons.thrift_4.1.0.jar				apache2
-org.wso2.carbon.datasource_4.1.0.jar						apache2
-org.wso2.carbon.ec2-client_4.1.0.jar						apache2
-org.wso2.carbon.endpoint_4.1.0.jar						apache2
-org.wso2.carbon.event.admin_4.1.0.jar						apache2
-org.wso2.carbon.event.client_4.1.0.jar						apache2
-org.wso2.carbon.event.client.stub_4.1.0.jar					apache2
-org.wso2.carbon.event.common_4.1.0.jar						apache2
-org.wso2.carbon.event.core_4.1.0.jar						apache2
-org.wso2.carbon.event.ws_4.1.0.jar						apache2
-org.wso2.carbon.feature.mgt.core_4.1.0.jar					apache2
-org.wso2.carbon.feature.mgt.services_4.1.0.jar					apache2
-org.wso2.carbon.feature.mgt.stub_4.1.0.jar					apache2
-org.wso2.carbon.feature.mgt.ui_4.1.0.jar					apache2
-org.wso2.carbon.framework.exporter_4.1.0.jar					apache2
-org.wso2.carbon.google.analytics.ui_2.1.0.jar					apache2
-org.wso2.carbon.i18n_4.1.0.jar							apache2
-org.wso2.carbon.identity.authentication_4.1.0.jar				apache2
-org.wso2.carbon.identity.authenticator.saml2.sso_4.1.0.jar			apache2
-org.wso2.carbon.identity.authenticator.saml2.sso.common_4.1.0.jar		apache2
-org.wso2.carbon.identity.authenticator.saml2.sso.stub_4.1.0.jar			apache2
-org.wso2.carbon.identity.authenticator.saml2.sso.ui_4.1.0.jar			apache2
-org.wso2.carbon.identity.sso.saml.stub_4.1.0.jar				apache2
-org.wso2.carbon.jasper.patch_4.1.0.jar						apache2
-org.wso2.carbon.logging_4.1.0.jar						apache2
-org.wso2.carbon.logging.admin.stub_4.1.0.jar					apache2
-org.wso2.carbon.logging.admin.ui_4.1.0.jar					apache2
-org.wso2.carbon.logging.service_4.1.0.jar					apache2
-org.wso2.carbon.logging.view.stub_4.1.0.jar					apache2
-org.wso2.carbon.logging.view.ui_4.1.0.jar					apache2
-org.wso2.carbon.mediation.dependency.mgt_4.1.0.jar				apache2
-org.wso2.carbon.mediation.initializer_4.1.0.jar					apache2
-org.wso2.carbon.mediation.initializer.ui_4.1.0.jar				apache2
-org.wso2.carbon.mediation.registry_4.1.0.jar					apache2
-org.wso2.carbon.mediator.clazz.services_4.1.0.jar				apache2
-org.wso2.carbon.mediator.command.services_4.1.0.jar				apache2
-org.wso2.carbon.mediator.event_4.1.0.jar					apache2
-org.wso2.carbon.mediator.fastXSLT_4.1.0.jar					apache2
-org.wso2.carbon.mediator.router.impl_4.1.0.jar					apache2
-org.wso2.carbon.module.mgt_4.1.0.jar						apache2
-org.wso2.carbon.ndatasource.common_4.1.0.jar					apache2
-org.wso2.carbon.ndatasource.core_4.1.0.jar					apache2
-org.wso2.carbon.ndatasource.rdbms_4.1.0.jar					apache2
-org.wso2.carbon.ntask.common_4.1.0.jar						apache2
-org.wso2.carbon.ntask.core_4.1.0.jar						apache2
-org.wso2.carbon.ntask.solutions_4.1.0.jar					apache2
-org.wso2.carbon.operation.mgt_4.1.0.jar						apache2
-org.wso2.carbon.osgi.security_4.1.0.jar						apache2
-org.wso2.carbon.qpid.stub_4.1.0.jar						apache2
-org.wso2.carbon.queuing_4.1.0.jar						apache2
-org.wso2.carbon.registry.admin.api_4.1.0.jar					apache2
-org.wso2.carbon.registry.api_4.1.0.jar						apache2
-org.wso2.carbon.registry.common_4.1.0.jar					apache2
-org.wso2.carbon.registry.common.ui_4.1.0.jar					apache2
-org.wso2.carbon.registry.core_4.1.0.jar						apache2
-org.wso2.carbon.registry.properties_4.1.0.jar					apache2
-org.wso2.carbon.registry.properties.stub_4.1.0.jar				apache2
-org.wso2.carbon.registry.properties.ui_4.1.0.jar				apache2
-org.wso2.carbon.registry.resource_4.1.0.jar					apache2
-org.wso2.carbon.registry.resource.stub_4.1.0.jar				apache2
-org.wso2.carbon.registry.resource.ui_4.1.0.jar					apache2
-org.wso2.carbon.registry.search_4.1.0.jar					apache2
-org.wso2.carbon.registry.search.stub_4.1.0.jar					apache2
-org.wso2.carbon.registry.search.ui_4.1.0.jar					apache2
-org.wso2.carbon.registry.server_4.1.0.jar					apache2
-org.wso2.carbon.registry.servlet_4.1.0.jar					apache2
-org.wso2.carbon.relay_4.1.0.jar							apache2
-org.wso2.carbon.relay.mediators.builder_4.1.0.jar				apache2
-org.wso2.carbon.relay.module_4.1.0.jar						apache2
-org.wso2.carbon.remote-tasks.stub_4.1.0.jar					apache2
-org.wso2.carbon.rm_4.1.0.jar							apache2
-org.wso2.carbon.roles.mgt_4.1.0.jar						apache2
-org.wso2.carbon.roles.mgt.stub_4.1.0.jar					apache2
-org.wso2.carbon.roles.mgt.ui_4.1.0.jar						apache2
-org.wso2.carbon.securevault_4.1.0.jar						apache2
-org.wso2.carbon.security.mgt_4.1.0.jar						apache2
-org.wso2.carbon.sequences_4.1.0.jar						apache2
-org.wso2.carbon.sequences.common_4.1.0.jar					apache2
-org.wso2.carbon.server.admin_4.1.0.jar						apache2
-org.wso2.carbon.server.admin.common_4.1.0.jar					apache2
-org.wso2.carbon.server.admin.stub_4.1.0.jar					apache2
-org.wso2.carbon.server.admin.ui_4.1.0.jar					apache2
-org.wso2.carbon.service.mgt_4.1.0.jar						apache2
-org.wso2.carbon.startup_4.1.0.jar						apache2
-org.wso2.carbon.statistics.transport_4.1.0.jar					apache2
-org.wso2.carbon.statistics.transport.stub_4.1.0.jar				apache2
-org.wso2.carbon.statistics.transport.ui_4.1.0.jar				apache2
-org.wso2.carbon.stratos.landing.page.deployer_2.1.0.jar				apache2
-org.wso2.carbon.task_4.1.0.jar							apache2
-org.wso2.carbon.task.services_4.1.0.jar						apache2
-org.wso2.carbon.throttle_4.1.0.jar						apache2
-org.wso2.carbon.tomcat_4.1.0.jar						apache2
-org.wso2.carbon.tomcat.ext_4.1.0.jar						apache2
-org.wso2.carbon.tomcat.fragment.dummy_4.1.0.jar					apache2
-org.wso2.carbon.tomcat.patch_4.1.0.jar						apache2
-org.wso2.carbon.transport.http_4.1.0.jar					apache2
-org.wso2.carbon.transport.https_4.1.0.jar					apache2
-org.wso2.carbon.transport.local_4.1.0.jar					apache2
-org.wso2.carbon.transport.mgt_4.1.0.jar						apache2
-org.wso2.carbon.transport.nhttp_4.1.1.jar					apache2
-org.wso2.carbon.transports.passthru_1.0.2.jar					apache2
-org.wso2.carbon.ui_4.1.0.jar							apache2
-org.wso2.carbon.ui.menu.general_4.1.0.jar					apache2
-org.wso2.carbon.ui.menu.registry_4.1.0.jar					apache2
-org.wso2.carbon.um.ws.service_4.1.0.jar						apache2
-org.wso2.carbon.user.api_4.1.0.jar						apache2
-org.wso2.carbon.user.core_4.1.0.jar						apache2
-org.wso2.carbon.user.mgt_4.1.0.jar						apache2
-org.wso2.carbon.user.mgt.common_4.1.0.jar					apache2
-org.wso2.carbon.user.mgt.stub_4.1.0.jar						apache2
-org.wso2.carbon.user.mgt.ui_4.1.0.jar						apache2
-org.wso2.carbon.utils_4.1.0.jar							apache2
-org.wso2.carbon.viewflows_4.1.0.jar						apache2
-org.wso2.carbon.viewflows.stub_4.1.0.jar					apache2
-org.wso2.carbon.viewflows.ui_4.1.0.jar						apache2
-org.wso2.securevault_1.0.0.wso2v2.jar						apache2
-perf4j_0.9.12.wso2v1.jar							apache2
-poi_3.5.0.wso2v1.jar								apache2
-poi-ooxml_3.5.0.wso2v1.jar							apache2
-poi-scratchpad_3.5.0.wso2v1.jar							apache2
-quartz_2.1.1.wso2v1.jar								apache2
-rampart-core_1.6.1.wso2v8.jar							apache2
-rampart-policy_1.6.1.wso2v8.jar							apache2
-rampart-trust_1.6.1.wso2v8.jar							apache2
-rocoto_6.1.0.wso2v1.jar								apache2
-saxon_8.9.0.wso2v1.jar								mpl10
-shindig_1.1.0.wso2v6.jar							apache2
-slf4j.api_1.6.1.jar								mit
-slf4j.api_1.6.4.jar                                                             mit
-slf4j.log4j12_1.6.1.jar								mit
-slf4j.log4j12_1.6.4.jar                                                         mit
-snakeyaml_1.6.0.wso2v1.jar							apache2
-snappy-java_1.0.4.1_wso2v1.jar							apache2
-snaptree_0.1.0.wso2v1.jar							snaptree
-spring.framework_3.1.0.wso2v1.jar						apache2
-synapse-commons_2.1.1.wso2v4.jar						apache2
-synapse-core_2.1.1.wso2v4.jar							apache2
-synapse-extensions_2.1.1.wso2v4.jar						apache2
-synapse-nhttp-transport_2.1.1.wso2v4.jar					apache2
-synapse-samples_2.1.1.wso2v4.jar						apache2
-synapse-tasks_2.1.1.wso2v4.jar							apache2
-synapse-tasks_2.1.1.wso2v5.jar							apache2
-tiles-jsp_2.0.5.wso2v1.jar							apache2
-tomcat_7.0.34.wso2v1.jar							apache2
-tomcat-ha_7.0.34.wso2v1.jar							apache2
-tribes_7.0.28.wso2v1.jar							apache2
-vcloud_1.6.0.wso2v1.jar								apache2
-woden_1.0.0.M8-wso2v1.jar							apache2
-wsdl4j_1.6.2.wso2v4.jar								cpl1
-wso2-uri-templates_1.6.2.jar							apache2
-wss4j_1.5.11.wso2v5.jar								apache2
-xkms_2.4.0.wso2v1.jar								apache2
-xmlbeans_2.3.0.wso2v1.jar							apache2
-XmlSchema_1.4.7.wso2v2.jar							apache2
-=======================================================================================
-
-The license types used by the above libraries and their information is given below:
-
-
-apache2        Apache License Version 2.0 : http://www.apache.org/licenses/LICENSE-2.0.html
-
-bsd            Berkeley License : http://www.opensource.org/licenses/bsd-license.php
-
-cddl1          Common Development and Distribution License : http://www.opensource.org/licenses/cddl1.php
-
-cpl1           Common Public License 1.0 : http://www.eclipse.org/legal/cpl-v10.html
-
-epl1           Eclipse Public License : http://www.eclipse.org/legal/epl-v10.html
-
-jdom           JDOM License - Apache Styled : http://www.jdom.org/docs/faq.html#a0030
-
-jsmon          ThoughtWorks Javasysmon License : https://github.com/jezhumble/javasysmon/blob/master/LICENSE
-
-json           JSON.org License : http://www.json.org/license.html
-
-lgpl2          Lesser GPL v2.1 : http://www.opensource.org/licenses/lgpl-2.1.php
-
-mit            MIT License : http://www.opensource.org/licenses/mit-license.php
-
-mpl10          Mozilla Public License 1.0 : http://www.mozilla.org/MPL/
-
-cddl+gpl       CDDL + GPLv2 : https://glassfish.dev.java.net/public/CDDL+GPL.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/eae721e7/products/cloud-controller/NOTICE
----------------------------------------------------------------------
diff --git a/products/cloud-controller/NOTICE b/products/cloud-controller/NOTICE
deleted file mode 100644
index 76cedfd..0000000
--- a/products/cloud-controller/NOTICE
+++ /dev/null
@@ -1,5 +0,0 @@
-Apache Stratos Incubator
-Copyright 2013 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/README.txt
----------------------------------------------------------------------
diff --git a/products/cloud-controller/README.txt b/products/cloud-controller/README.txt
deleted file mode 100644
index 0799efc..0000000
--- a/products/cloud-controller/README.txt
+++ /dev/null
@@ -1,220 +0,0 @@
-================================================================================
-                        Apache Stratos Cloud Controller 4.0.0-SNAPSHOT
-================================================================================
-
-Welcome to the Apache Stratos CC 4.0.0-SNAPSHOT release.
-
-Apache Stratos Cloud Controller plays a vital role in Stratos 2.0 and is open source and freely
-distributed. Apache Stratos CC is available under the Apache Software License v2.0.
-
-This is based on the revolutionary WSO2 Carbon [Middleware a' la carte]
-framework. All the major features have been developed as pluggable Carbon
-components.
-
-Apache Stratos CC leverages the jclouds (http://jclouds.incubator.apache.org/) APIs and provides
-a generic layer to communicate with different IaaSes. 
-
-Key Features of Apache Stratos CC
-========================
-
- * It acts as a bridge between application level and Infrastructure as a Service (IaaS) level via jclouds API.
-
- * It enables your system to scale across multiple IaaS providers.
-
- * It is the central location where the service topology resides.
-
- * It is responsible for periodically sharing up-to-date service topology among other Stratos 2.0 core services.
-
- * It supports hot updates and deployment of its configuration files.
-
- * It has inbuilt support for ,
-
-        AWS EC2 IaaS provider
-
-        Openstack Nova IaaS provider
-
-        VMWare vCloud provider.
-
- * It enables you to cloud burst your system across multiple IaaS providers.
-
- * It allows you to easily plug an implementation of any IaaS provider support by jclouds.
-
- * It enables you to spawn new service instances, while associating a public IP automatically, to reduce the instance boot-up time.
-
- * It enables you to terminate an already started instance of a particular service cluster.
-
- * It can be configured to cover many scenarios, using it's well-thought-out configuration files.
-
-
-
-System Requirements
-=======================
-1. Minimum memory - 1.5GB
-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 Apache Stratos CC 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
-
-Installation & Running
-==================================
-
-1. Extract the apache-stratos-cc-4.0.0-SNAPSHOT.zip and go to the extracted directory
-2. Run the stratos.sh or stratos.bat as appropriate
-3. Point your favourite browser to
-
-    https://localhost:9443/carbon
-
-4. Use the following username and password to login
-
-    username : admin
-    password : admin
-
-   
-
-Apache Stratos CC 4.0.0-SNAPSHOT distribution directory structure
-=============================================
-
-	CARBON_HOME
-		|-- bin <folder>
-		|-- dbscripts <folder>
-		|-- client-lib <folder>
-		|-- lib <folder>
-		|-- repository <folder>
-		|   |-- components <folder>
-		|   |-- conf <folder>
-		|       |-- Advanced <folder>
-		|   |-- database <folder>
-		|   |-- deployment <folder>
-			|-- server <folder>
-			    |-- cartridges <folder>
-			    |-- services <folder>		
-		|   |-- logs <folder>
-		|   |-- resources <folder>
-		|       |-- security <folder>
-		|-- tmp <folder>
-		|-- LICENSE.txt <file>
-		|-- INSTALL.txt <file>
-		|-- README.txt <file>
-		`-- release-notes.html <file>
-
-    - bin
-	  Contains various scripts .sh & .bat scripts
-
-    - dbscripts
-      Contains the SQL scripts for setting up the database on a variety of
-      Database Management Systems, including H2, Derby, MSSQL, MySQL abd
-      Oracle.
-
-    - client-lib
-      Contains required libraries for JMS,Event Clients
-
-    - lib
-      Contains the basic set of libraries required to start-up  Apache Stratos CC
-      in standalone mode
-
-    - repository
-      The repository where cartridges and services are deployed in Apache Stratos CC.
-
-        - components
-          Contains OSGi bundles and configurations
-      
-        - conf
-          Contains configuration files
-
-          -Advanced
-              Contains advanced configurations.
-         
-        - database
-          Contains the database
-
-        - deployment
-          Contains Axis2 deployment details
-          
-        - logs
-          Contains all log files created during execution
-
-        - tenants
-          Contains tenant details
-
-    - resources
-      Contains additional resources that may be required
-
-        - security
-          Contains security resources
-          
-    - tmp
-      Used for storing temporary files, and is pointed to by the
-      java.io.tmpdir System property
-
-    - LICENSE.txt
-      Apache License 2.0 under which Apache Stratos CC is distributed.
-
-    - README.txt
-      This document.
-
-    - INSTALL.txt
-      This document will contain information on installing Apache Stratos CC
-
-
-Support
-==================================
-
-Any problem with this release can be reported to Apache Stratos mailing list
-or in the JIRA issue tracker. If you are sending an email to the mailing
-list make sure to add the [Apache Stratos] prefix to the subject.
-
-Mailing list subscription:
-    dev-subscribe@stratos.incubator.apache.org
-
-
-Issue Tracker
-==================================
-
-Jira:
-    https://issues.apache.org/jira/browse/stratos
-
-
-Crypto Notice
-==================================
-
-   This distribution includes cryptographic software.  The country in
-   which you currently reside may have restrictions on the import,
-   possession, use, and/or re-export to another country, of
-   encryption software.  BEFORE using any encryption software, please
-   check your country's laws, regulations and policies concerning the
-   import, possession, or use, and re-export of encryption software, to
-   see if this is permitted.  See <http://www.wassenaar.org/> for more
-   information.
-
-   The U.S. Government Department of Commerce, Bureau of Industry and
-   Security (BIS), has classified this software as Export Commodity
-   Control Number (ECCN) 5D002.C.1, which includes information security
-   software using or performing cryptographic functions with asymmetric
-   algorithms.  The form and manner of this Apache Software Foundation
-   distribution makes it eligible for export under the License Exception
-   ENC Technology Software Unrestricted (TSU) exception (see the BIS
-   Export Administration Regulations, Section 740.13) for both object
-   code and source code.
-
-   The following provides more details on the included cryptographic
-   software:
-
-   Apache Rampart   : http://ws.apache.org/rampart/
-   Apache WSS4J     : http://ws.apache.org/wss4j/
-   Apache Santuario : http://santuario.apache.org/
-   Bouncycastle     : http://www.bouncycastle.org/
-
-
-Thank you for using Apache Stratos!
-The Stratos Team.
-

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/modules/distribution/lib/home/images/bottom.gif
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/lib/home/images/bottom.gif b/products/cloud-controller/modules/distribution/lib/home/images/bottom.gif
deleted file mode 100644
index 5679266..0000000
Binary files a/products/cloud-controller/modules/distribution/lib/home/images/bottom.gif and /dev/null differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/modules/distribution/lib/home/images/feature-01-icon.gif
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/lib/home/images/feature-01-icon.gif b/products/cloud-controller/modules/distribution/lib/home/images/feature-01-icon.gif
deleted file mode 100644
index b4ea8cd..0000000
Binary files a/products/cloud-controller/modules/distribution/lib/home/images/feature-01-icon.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/eae721e7/products/cloud-controller/modules/distribution/lib/home/images/feature-02-icon.gif
----------------------------------------------------------------------
diff --git a/products/cloud-controller/modules/distribution/lib/home/images/feature-02-icon.gif b/products/cloud-controller/modules/distribution/lib/home/images/feature-02-icon.gif
deleted file mode 100644
index 8754de1..0000000
Binary files a/products/cloud-controller/modules/distribution/lib/home/images/feature-02-icon.gif and /dev/null differ

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