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/21 06:13:16 UTC

[4/7] applied 0001-refactor-move-stratos-agent-to-products-folder.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos2/stratos_agent/1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos2/stratos_agent/1.0.1/pom.xml b/products/stratos2/stratos_agent/1.0.1/pom.xml
deleted file mode 100755
index d9bc87b..0000000
--- a/products/stratos2/stratos_agent/1.0.1/pom.xml
+++ /dev/null
@@ -1,212 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
-  ~
-  ~  WSO2 Inc. licenses this file to you under the Apache License,
-  ~  Version 2.0 (the "License"); you may not use this file except
-  ~  in compliance with the License.
-  ~  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~  Unless required by applicable law or agreed to in writing,
-  ~  software distributed under the License is distributed on an
-  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~  KIND, either express or implied.  See the License for the
-  ~  specific language governing permissions and limitations
-  ~  under the License.
-  -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <groupId>org.wso2.carbon</groupId>
-        <artifactId>carbon-products</artifactId>
-        <version>4.0.0</version>
-        <relativePath>../../../pom.xml</relativePath>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.wso2.agent</groupId>
-    <artifactId>agent-parent</artifactId>
-    <packaging>pom</packaging>
-    <version>1.0.1</version>
-    <name>WSO2 stratos Agent - Aggregator Module</name>
-    <url>http://wso2.com/products/stratos-agent</url>
-    <description>WSO2 Stratos Agent (S2agent)</description>
-
-    <licenses>
-        <license>
-            <name>Apache License Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-        </license>
-    </licenses>
-
-    <modules>
-        <module>modules/p2-profile</module>
-        <module>modules/distribution</module>
-        <!--<module>modules/integration</module>-->
-    </modules>
-
-    <scm>
-        <connection>scm:svn:http://wso2.org/repos/wso2/trunk/carbon/products/lb</connection>
-        <developerConnection>scm:svn:https://wso2.org/repos/wso2/trunk/carbon/products/lb</developerConnection>
-        <url>https://wso2.org/repos/wso2/trunk/carbon/products/lb</url>
-    </scm>
-
-    <repositories>
-        <repository>
-            <id>wso2-nexus</id>
-            <name>WSO2 internal Repository</name>
-            <url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
-            <releases>
-                <enabled>true</enabled>
-                <updatePolicy>daily</updatePolicy>
-                <checksumPolicy>ignore</checksumPolicy>
-            </releases>
-        </repository>
-        <!--moved to nexus
-
-        <repository>
-            <id>wso2-maven2-repository-snapshot</id>
-            <url>http://dist.wso2.org/snapshots/maven2</url>
-        </repository>
-        <repository>
-            <id>wso2-maven2-repository</id>
-            <url>http://dist.wso2.org/maven2</url>
-        </repository>
-
-        -->
-    </repositories>
-
-    <pluginRepositories>
-        <pluginRepository>
-            <id>wso2-maven2-repository</id>
-            <url>http://dist.wso2.org/maven2</url>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <distributionManagement>
-        <repository>
-            <id>wso2-maven2-repository</id>
-            <name>WSO2 Maven2 Repository</name>
-            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/maven2/</url>
-        </repository>
-        <snapshotRepository>
-            <id>wso2-maven2-snapshot-repository</id>
-            <name>WSO2 Maven2 Snapshot Repository</name>
-            <url>scp://dist.wso2.org/home/httpd/dist.wso2.org/snapshots/maven2/</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-    <profiles>
-        <profile>
-            <id>signed-build</id>
-            <activation>
-                <property>
-                    <name>sign</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
-    <organization>
-        <name>WSO2 Inc</name>
-        <url>http://wso2.com</url>
-    </organization>
-
-    <issueManagement>
-        <system>JIRA</system>
-        <url>http://wso2.org/jira/browse/LB</url>
-    </issueManagement>
-
-    <mailingLists>
-        <mailingList>
-            <name>WSO2 LB Users' list</name>
-            <post>mailto:lb-user@wso2.org</post>
-            <archive>http://wso2.org/mailarchive/lb-user/</archive>
-            <subscribe>mailto:lb-user-request@wso2.org?subject=subscribe</subscribe>
-            <unsubscribe>mailto:lb-user-request@wso2.org?subject=unsubscribe</unsubscribe>
-        </mailingList>
-        <mailingList>
-            <name>WSO2 LB/Carbon Developers' List</name>
-            <post>mailto:dev@wso2.org</post>
-            <archive>http://wso2.org/mailarchive/dev/</archive>
-            <subscribe>mailto:dev-request@wso2.org?subject=subscribe</subscribe>
-            <unsubscribe>mailto:dev-request@wso2.org?subject=unsubscribe</unsubscribe>
-        </mailingList>
-    </mailingLists>
-
-    <dependencyManagement>
-        <dependencies>
-            <!-- Dependencies for dashboard ui -->
-            <dependency>
-                <groupId>org.apache.axis2.wso2</groupId>
-                <artifactId>axis2</artifactId>
-                <version>${axis2.wso2.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>${log4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>${commons.logging.version}</version>
-            </dependency>
-            <!-- Dependencies for login ui -->
-            <dependency>
-                <groupId>javax.servlet</groupId>
-                <artifactId>servlet-api</artifactId>
-                <version>${servlet-api.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ws.commons.axiom.wso2</groupId>
-                <artifactId>axiom</artifactId>
-                <version>${axiom.wso2.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <log4j.version>1.2.13</log4j.version>
-        <commons.logging.version>1.1</commons.logging.version>
-        <opencsv.version>1.8</opencsv.version>
-        <poi.version>3.0-FINAL</poi.version>
-        <carbon.version>4.1.0</carbon.version>
-        <carbon.kernel.version>4.1.0</carbon.kernel.version>
-	<stratos2.platform.patch.version>2.1.1</stratos2.platform.patch.version>
-        <synapse.version>2.1.1-wso2v4</synapse.version>
-        <axis2.transport.version>1.1.0-wso2v6</axis2.transport.version>
-        <elb.version>2.0.3</elb.version>
-        <passthru.transport.version>1.0.2</passthru.transport.version>
-        <axis2.wso2.version>1.6.1.wso2v7</axis2.wso2.version>
-        <axiom.wso2.version>1.2.11.wso2v2</axiom.wso2.version>
-	<servlet-api.version>2.4</servlet-api.version>
-        <log4j.version>1.2.13</log4j.version>
-        <commons.logging.version>1.1</commons.logging.version>
-    </properties>
-</project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos_agent/1.0.0/INSTALL.txt
----------------------------------------------------------------------
diff --git a/products/stratos_agent/1.0.0/INSTALL.txt b/products/stratos_agent/1.0.0/INSTALL.txt
new file mode 100644
index 0000000..4463c8b
--- /dev/null
+++ b/products/stratos_agent/1.0.0/INSTALL.txt
@@ -0,0 +1,55 @@
+Installing  WSO2 Elastic Load Balancer (ELB) 2.0.3
+==================================================
+
+WSO2 ELB 2.0.3 can be run as a light-weight software load balancer in 
+stand-alone mode, that can be configured to balance the load across the services nodes.
+
+Standalone Mode
+===============
+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 ELB one can use either wso2server.sh in all Unix
+   systems & wso2server.bat file on Windows operating systems.
+
+4. Either of the following commands can be used to start ELB
+      i)  ./wso2server.sh {console|start|stop|restart|version}
+     ii)  wso2server.bat {start|stop|version}
+
+        Usage: wso2server.sh [command] [options] [system-properties]
+
+            command:
+                --start		    Start ELB as a Unix daemon in the background
+                --console	    Start ELB as a Unix daemon in the foreground
+                --stop		    Stop the ELB Unix daemon
+                --restart	    Restart the ELB Unix daemon
+                --version	    What version of the ELB server are you running
+            options:
+                --debug <port> 	Start the server in remote debugging mode.
+                                port: The remote debugging port.
+
+            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
+                -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
+
+System Requirements
+=======================
+1. Minimum memory - 1.5GB
+2. Processor      - Pentium 800MHz or equivalent at minimum
+3. Java SE Development Kit 1.6.0_24 or higher
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos_agent/1.0.0/LICENSE.txt
----------------------------------------------------------------------
diff --git a/products/stratos_agent/1.0.0/LICENSE.txt b/products/stratos_agent/1.0.0/LICENSE.txt
new file mode 100644
index 0000000..4a3ca04
--- /dev/null
+++ b/products/stratos_agent/1.0.0/LICENSE.txt
@@ -0,0 +1,371 @@
+
+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-wso2v5.mar                                                     bundle         apache2   
+ajaxtags_1.3.0.beta-rc7-wso2v1.jar                                              bundle         apache2   
+andes-client-0.13.wso2v5.jar                                                    bundle         apache2   
+annogen_0.1.0.wso2v1.jar                                                        bundle         apache2   
+antlr_3.2.0.wso2v1.jar                                                          bundle         bsd       
+ant_1.7.0.wso2v1.jar                                                            bundle         apache2   
+apache-zookeeper_3.3.5.wso2v1.jar                                               bundle         apache2   
+authenticator_0.7.0.wso2v1.jar                                                  bundle         apache2   
+aws-common_1.5.0.beta_5.jar                                                     bundle         apache2   
+aws-ec2_1.5.0.beta_5.jar                                                        bundle         apache2   
+axiom_1.2.11.wso2v3.jar                                                         bundle         apache2   
+axis2-json_1.6.1.wso2v7.jar                                                     bundle         apache2   
+axis2-transport-jms_1.1.0.wso2v7.jar                                            bundle         apache2   
+axis22695953105565451648rampart-1.6.1-wso2v1.mar                                bundle         apache2   
+axis29161053230966849953addressing-1.6.1-wso2v5.mar                             bundle         apache2   
+axis2_1.6.1.wso2v7.jar                                                          bundle         apache2   
+backport-util-concurrent_3.1.0.wso2v1.jar                                       bundle         public    
+bcprov-jdk15-132.jar                                                            jarinbundle    bouncy    
+bcprov-jdk15.jar                                                                jar            mit       
+bcprov-jdk16_1.45.0.wso2v1.jar                                                  bundle         apache2   
+bsf-all_3.0.0.wso2v2.jar                                                        bundle         apache2   
+caja-r3950.jar                                                                  jarinbundle    apache2   
+com.google.gson_2.1.0.jar                                                       bundle         apache2   
+com.google.gson_2.2.0.jar                                                       bundle         apache2   
+com.sun.jersey.jersey-core_1.12.0.jar                                           bundle         apache2   
+commons-beanutils-1.7.0.jar                                                     jarinbundle    apache2   
+commons-betwixt-0.8.jar                                                         jarinbundle    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-dbcp_1.4.0.wso2v1.jar                                                   bundle         apache2   
+commons-digester-1.8.jar                                                        jarinbundle    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   
+ec2_1.5.0.beta_5.jar                                                            bundle         apache2   
+ehcache_1.5.0.wso2v3.jar                                                        bundle         apache2   
+ezmorph-1.0.4.jar                                                               jarinbundle    apache2   
+geronimo-jaxws_2.2_spec-1.0.jar                                                 bundle         apache2   
+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      
+htmlunit-2.5.jar                                                                jarinbundle    apache2   
+httpclient-4.0.1.jar                                                            jarinbundle    apache2   
+httpclient_4.1.1.wso2v1.jar                                                     bundle         apache2   
+httpcore-nio_4.1.3.wso2v3.jar                                                   bundle         apache2   
+httpcore_4.1.0.wso2v1.jar                                                       bundle         apache2   
+httpcore_4.1.3.wso2v3.jar                                                       bundle         apache2   
+icu4j-3.8.jar                                                                   jarinbundle    ICU       
+infinispan-core_5.1.2.wso2v1.jar                                                bundle         lgpl2     
+javasysmon_0.3.3.wso2v1.jar                                                     bundle         jsmon     
+javax.servlet_3.0.0.wso2v1.jar                                                  bundle         apache2   
+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.28.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    apache2   
+jgroups_3.0.6.wso2v1.jar                                                        bundle         lgpl2     
+js-1.6R7.jar                                                                    jarinbundle    mpl11     
+js-1.6R7.jar                                                                    jar            mpl11     
+jsecurity-0.9.0.jar                                                             jarinbundle    apache2   
+json-simple-1.1.jar                                                             jarinbundle    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    cddl1   
+juel-api-2.1.2.jar                                                              jarinbundle    apache2   
+juel-impl-2.1.2.jar                                                             jarinbundle    apache2   
+jzlib_1.0.7.wso2v1.jar                                                          bundle         apache2   
+libthrift_0.7.0.wso2v2.jar                                                      bundle         apache2   
+marshalling_1.3.6.wso2v1.jar                                                    bundle         lgpl2     
+neethi_2.0.4.wso2v4.jar                                                         bundle         apache2   
+nekohtml-1.9.13.jar                                                             jarinbundle    apache2   
+net.schmizz.sshj_0.8.0.jar                                                      bundle         apache2   
+oauth-20090531.jar                                                              jarinbundle    apache2   
+oauth-provider-20090531.jar                                                     jarinbundle    apache2   
+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.beta_5.jar                                             bundle         apache2   
+openstack-nova_1.5.0.beta_5.jar                                                 bundle         apache2   
+openws-1.4.1.jar                                                                jarinbundle    apache2   
+org.eclipse.core.contenttype_3.4.100.v20110423-0524.jar                         bundle         epl1      
+org.eclipse.core.expressions_3.4.300.v20110228.jar                              bundle         epl1      
+org.eclipse.core.jobs_3.5.100.v20110404.jar                                     bundle         epl1      
+org.eclipse.core.runtime_3.7.0.v20110110.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.v20110321.jar                                   bundle         epl1      
+org.eclipse.equinox.common_3.6.0.v20110523.jar                                  bundle         epl1      
+org.eclipse.equinox.concurrent_1.0.200.v20110502.jar                            bundle         epl1      
+org.eclipse.equinox.ds_1.3.0.v20110502.jar                                      bundle         epl1      
+org.eclipse.equinox.frameworkadmin.equinox_1.0.300.v20110506.jar                bundle         epl1      
+org.eclipse.equinox.frameworkadmin_2.0.0.v20110502-1955.jar                     bundle         epl1      
+org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800-wso2v1.jar              bundle         epl1      
+org.eclipse.equinox.launcher_1.2.0.v20110502.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.4.0.v20110502.jar                             bundle         epl1      
+org.eclipse.equinox.registry_3.5.100.v20110502.jar                              bundle         epl1      
+org.eclipse.equinox.security_1.1.0.v20110502.jar                                bundle         epl1      
+org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20110502-1955.jar     bundle         epl1      
+org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar               bundle         epl1      
+org.eclipse.equinox.util_1.0.300.v20110502.jar                                  bundle         epl1      
+org.eclipse.osgi.services_3.3.0.v20110513.jar                                   bundle         epl1      
+org.eclipse.osgi_3.7.0.v20110613.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.addressing_4.0.0.jar                                            bundle         apache2   
+org.wso2.carbon.application.deployer_4.0.2.jar                                  bundle         apache2   
+org.wso2.carbon.authenticator.proxy_4.0.2.jar                                   bundle         apache2   
+org.wso2.carbon.authenticator.stub_4.0.0.jar                                    bundle         apache2   
+org.wso2.carbon.base_4.0.0.jar                                                  bundle         apache2   
+org.wso2.carbon.bootstrap-4.0.0.jar                                             bundle         apache2   
+org.wso2.carbon.caching.core_4.0.2.jar                                          bundle         apache2   
+org.wso2.carbon.caching_4.0.2.jar                                               bundle         apache2   
+org.wso2.carbon.cluster.mgt.core_4.0.0.jar                                      bundle         apache2   
+org.wso2.carbon.coordination.common_4.0.0.jar                                   bundle         apache2   
+org.wso2.carbon.coordination.common_4.0.1.jar                                   bundle         apache2   
+org.wso2.carbon.coordination.core_4.0.2.jar                                     bundle         apache2   
+org.wso2.carbon.coordination.server_4.0.0.jar                                   bundle         apache2   
+org.wso2.carbon.core.bootup.validator_4.0.0.jar                                 bundle         apache2   
+org.wso2.carbon.core.commons.stub_4.0.0.jar                                     bundle         apache2   
+org.wso2.carbon.core.common_4.0.0.jar                                           bundle         apache2   
+org.wso2.carbon.core.services_4.0.5.jar                                         bundle         apache2   
+org.wso2.carbon.core_4.0.5.jar                                                  bundle         apache2   
+org.wso2.carbon.databridge.agent.thrift_4.0.5.jar                               bundle         apache2   
+org.wso2.carbon.databridge.commons.thrift_4.0.5.jar                             bundle         apache2   
+org.wso2.carbon.databridge.commons_4.0.0.jar                                    bundle         apache2   
+org.wso2.carbon.datasource_4.0.2.jar                                            bundle         apache2   
+org.wso2.carbon.ec2-client_4.0.0.jar                                            bundle         apache2   
+org.wso2.carbon.endpoint_4.0.0.jar                                              bundle         apache2   
+org.wso2.carbon.event.admin_4.0.0.jar                                           bundle         apache2   
+org.wso2.carbon.event.client.stub_4.0.0.jar                                     bundle         apache2   
+org.wso2.carbon.event.client_4.0.0.jar                                          bundle         apache2   
+org.wso2.carbon.event.common_4.0.0.jar                                          bundle         apache2   
+org.wso2.carbon.event.core_4.0.2.jar                                            bundle         apache2   
+org.wso2.carbon.event.ws_4.0.2.jar                                              bundle         apache2   
+org.wso2.carbon.feature.mgt.core_4.0.4.jar                                      bundle         apache2   
+org.wso2.carbon.feature.mgt.services_4.0.4.jar                                  bundle         apache2   
+org.wso2.carbon.feature.mgt.stub_4.0.0.jar                                      bundle         apache2   
+org.wso2.carbon.i18n_4.0.5.jar                                                  bundle         apache2   
+org.wso2.carbon.lb.common_4.0.6.jar                                             bundle         apache2   
+org.wso2.carbon.lb.endpoint_4.0.3.jar                                           bundle         apache2   
+org.wso2.carbon.load.balance.cartridge.autoscaler.service.stub_1.0.0.jar        bundle         apache2   
+org.wso2.carbon.logging-4.0.0.jar                                               bundle         apache2   
+org.wso2.carbon.logging.propfile_1.0.0.jar                                      bundle         apache2   
+org.wso2.carbon.logging_4.0.0.jar                                               bundle         apache2   
+org.wso2.carbon.mediation.dependency.mgt_4.0.2.jar                              bundle         apache2   
+org.wso2.carbon.mediation.initializer_4.0.2.jar                                 bundle         apache2   
+org.wso2.carbon.mediation.registry_4.0.0.jar                                    bundle         apache2   
+org.wso2.carbon.mediator.autoscale_4.0.6.jar                                    bundle         apache2   
+org.wso2.carbon.mediator.bridge-4.0.0.jar                                       bundle         apache2   
+org.wso2.carbon.mediator.clazz.services_4.0.0.jar                               bundle         apache2   
+org.wso2.carbon.mediator.command.services_4.0.0.jar                             bundle         apache2   
+org.wso2.carbon.mediator.event_4.0.2.jar                                        bundle         apache2   
+org.wso2.carbon.mediator.router.impl_4.0.0.jar                                  bundle         apache2   
+org.wso2.carbon.module.mgt_4.0.2.jar                                            bundle         apache2   
+org.wso2.carbon.ndatasource.common_4.0.0.jar                                    bundle         apache2   
+org.wso2.carbon.ndatasource.core_4.0.5.jar                                      bundle         apache2   
+org.wso2.carbon.ndatasource.rdbms_4.0.0.jar                                     bundle         apache2   
+org.wso2.carbon.ntask.common_4.0.2.jar                                          bundle         apache2   
+org.wso2.carbon.ntask.core_4.0.2.jar                                            bundle         apache2   
+org.wso2.carbon.ntask.solutions_4.0.2.jar                                       bundle         apache2   
+org.wso2.carbon.operation.mgt_4.0.0.jar                                         bundle         apache2   
+org.wso2.carbon.osgi.security_4.0.0.jar                                         bundle         apache2   
+org.wso2.carbon.qpid.stub_4.0.0.jar                                             bundle         apache2   
+org.wso2.carbon.queuing_4.0.0.jar                                               bundle         apache2   
+org.wso2.carbon.registry.admin.api_4.0.1.jar                                    bundle         apache2   
+org.wso2.carbon.registry.api_4.0.0.jar                                          bundle         apache2   
+org.wso2.carbon.registry.common_4.0.2.jar                                       bundle         apache2   
+org.wso2.carbon.registry.core_4.0.5.jar                                         bundle         apache2   
+org.wso2.carbon.registry.resource.stub_4.0.0.jar                                bundle         apache2   
+org.wso2.carbon.registry.resource_4.0.1.jar                                     bundle         apache2   
+org.wso2.carbon.registry.search.stub_4.0.0.jar                                  bundle         apache2   
+org.wso2.carbon.registry.search_4.0.1.jar                                       bundle         apache2   
+org.wso2.carbon.registry.server_4.0.2.jar                                       bundle         apache2   
+org.wso2.carbon.registry.servlet_4.0.0.jar                                      bundle         apache2   
+org.wso2.carbon.relay.mediators.builder_4.0.0.jar                               bundle         apache2   
+org.wso2.carbon.relay.module_4.0.0.jar                                          bundle         apache2   
+org.wso2.carbon.relay_4.0.1.jar                                                 bundle         apache2   
+org.wso2.carbon.rm_4.0.0.jar                                                    bundle         apache2   
+org.wso2.carbon.roles.mgt.stub_4.0.0.jar                                        bundle         apache2   
+org.wso2.carbon.roles.mgt_4.0.0.jar                                             bundle         apache2   
+org.wso2.carbon.securevault_4.0.0.jar                                           bundle         apache2   
+org.wso2.carbon.security.mgt_4.0.5.jar                                          bundle         apache2   
+org.wso2.carbon.sequences.common_4.0.0.jar                                      bundle         apache2   
+org.wso2.carbon.sequences_4.0.0.jar                                             bundle         apache2   
+org.wso2.carbon.server-4.0.2.jar                                                bundle         apache2   
+org.wso2.carbon.server.admin.common_4.0.0.jar                                   bundle         apache2   
+org.wso2.carbon.server.admin.stub_4.0.0.jar                                     bundle         apache2   
+org.wso2.carbon.server.admin_4.0.2.jar                                          bundle         apache2   
+org.wso2.carbon.service.mgt_4.0.5.jar                                           bundle         apache2   
+org.wso2.carbon.startup_4.0.0.jar                                               bundle         apache2   
+org.wso2.carbon.stratos.cloud.controller_1.0.0.jar                              bundle         apache2   
+org.wso2.carbon.task.services_4.0.0.jar                                         bundle         apache2   
+org.wso2.carbon.task_4.0.0.jar                                                  bundle         apache2   
+org.wso2.carbon.throttle_4.0.2.jar                                              bundle         apache2   
+org.wso2.carbon.tomcat.ext_4.0.2.jar                                            bundle         apache2   
+org.wso2.carbon.tomcat.fragment.dummy_4.0.0.jar                                 bundle         apache2   
+org.wso2.carbon.tomcat.patch_4.0.1.jar                                          bundle         apache2   
+org.wso2.carbon.tomcat_4.0.5.jar                                                bundle         apache2   
+org.wso2.carbon.transport.https_4.0.0.jar                                       bundle         apache2   
+org.wso2.carbon.transport.http_4.0.0.jar                                        bundle         apache2   
+org.wso2.carbon.transport.mgt_4.0.0.jar                                         bundle         apache2   
+org.wso2.carbon.transport.nhttp_4.0.5.jar                                       bundle         apache2   
+org.wso2.carbon.transports.passthru_1.0.2.jar                                   bundle         apache2   
+org.wso2.carbon.user.api_4.0.3.jar                                              bundle         apache2   
+org.wso2.carbon.user.core_4.0.5.jar                                             bundle         apache2   
+org.wso2.carbon.user.mgt.common_4.0.5.jar                                       bundle         apache2   
+org.wso2.carbon.user.mgt.stub_4.0.5.jar                                         bundle         apache2   
+org.wso2.carbon.user.mgt_4.0.5.jar                                              bundle         apache2   
+org.wso2.carbon.utils_4.0.5.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      
+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-wso2v1.mar                                                        bundle         apache2   
+rampart-core_1.6.1.wso2v6.jar                                                   bundle         apache2   
+rampart-policy_1.6.1.wso2v6.jar                                                 bundle         apache2   
+rampart-trust_1.6.1.wso2v7.jar                                                  bundle         apache2   
+rocoto_6.1.0.wso2v1.jar                                                         bundle         apache2   
+rome-1.0.jar                                                                    jarinbundle    apache2   
+sanselan-0.97-incubator.jar                                                     jarinbundle    apache2   
+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.api_1.6.4.jar                                                             bundle         mit       
+slf4j.log4j12_1.6.4.jar                                                         bundle         mit       
+synapse-commons_2.1.1.wso2v2.jar                                                bundle         apache2   
+synapse-core_2.1.1.wso2v2.jar                                                   bundle         apache2   
+synapse-extensions_2.1.1.wso2v2.jar                                             bundle         apache2   
+synapse-nhttp-transport_2.1.1.wso2v2.jar                                        bundle         apache2   
+synapse-tasks_2.1.1.wso2v2.jar                                                  bundle         apache2   
+taglibs.standard_1.1.2.wso2v1.jar                                               bundle         apache2   
+tcpmon-1.0.jar                                                                  jar            apache2   
+tiles-jsp_2.0.5.wso2v1.jar                                                      bundle         apache2   
+tomcat-ha_7.0.28.wso2v1.jar                                                     bundle         apache2   
+tomcat_7.0.28.wso2v1.jar                                                        bundle         apache2   
+tribes_7.0.28.wso2v1.jar                                                        bundle         apache2   
+woden_1.0.0.M8-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    apache2   
+xalan-2.7.1.wso2v1.jar                                                          bundle         apache2   
+xercesImpl-2.8.1.wso2v2.jar                                                     bundle         apache2   
+xercesImpl-2.9.1.jar                                                            jarinbundle    apache2   
+xkms_2.4.0.wso2v1.jar                                                           bundle         apache2   
+xml-apis-1.3.04.jar                                                             jarinbundle    apache2   
+xml-apis-1.3.04.wso2v2.jar                                                      bundle         apache2   
+xmlbeans-2.3.0.jar                                                              jarinbundle    apache2   
+xmlbeans-2.3.0.jar                                                              jar            apache2   
+xmlbeans_2.3.0.wso2v1.jar                                                       bundle         apache2   
+xmlParserAPIs-2.6.2.jar                                                         jarinbundle    apache2   
+XmlSchema_1.4.7.wso2v2.jar                                                      bundle         apache2   
+xmltooling-1.3.1.jar                                                            jarinbundle    apache2   
+xpp3_min-1.1.4c.jar                                                             jarinbundle    public   
+xstream-1.3.1.jar                                                               jarinbundle    bsd   
+wso2-uri-templates_1.6.2.jar                                                    bundle         apache2
+org.apache.commons.el_1.0.0.v200806031608.jar                                   bundle         apache2
+org.apache.jasper_5.5.17.v200806031609.jar                                      bundle         apache2
+slf4j.log4j12_1.6.1.jar                                                         jarinbundle    mit
+slf4j.api_1.6.1.jar                                                             jarinbundle    mit
+
+
+
+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
+lgpl2          Lesser GPL v2.1
+               http://www.opensource.org/licenses/lgpl-2.1.php
+mpl11          Mozilla Public License 1.0
+               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
+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
+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/

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos_agent/1.0.0/README.txt
----------------------------------------------------------------------
diff --git a/products/stratos_agent/1.0.0/README.txt b/products/stratos_agent/1.0.0/README.txt
new file mode 100755
index 0000000..570dd49
--- /dev/null
+++ b/products/stratos_agent/1.0.0/README.txt
@@ -0,0 +1,147 @@
+================================================================================
+                        WSO2 Elastic Load Balancer 2.0.3
+================================================================================
+
+Welcome to the WSO2 Elastic Load Balancer 2.0.3 release
+
+WSO2 ELB is a lightweight and easy-to-use Open Source Elastic Load Balancer
+(ELB) available under the Apache Software License v2.0. WSO2 ELB allows
+administrators to simply configure message load balancing, failover routing,
+and auto scaling. The runtime has been designed to be completely
+asynchronous, non-blocking and streaming based on the Apache Synapse core.
+
+This is based on the revolutionary WSO2 Carbon [Middleware a' la carte]
+framework. All the major features have been developed as pluggable Carbon
+components. WSO2 Elastic Load Balancer is a compact version doing the load balancing
+features of WSO2 Enterprise Service Bus.
+
+
+Key Features of WSO2 ELB
+========================
+
+1. Non-blocking HTTP/S transports based on Apache HttpCore for ultra fast
+   execution and support for thousands of connections at high concurrency with
+   constant memory usage. Integrated high performing, Passthrough Transport. 
+2. Load-balancing (with or without sticky sessions)/Fail-over, and clustered
+   Throttling and Caching support.
+3. Automatically scaling the system according to the number of requests in-flight for
+   a particular service cluster - "Scale up early, scale down slowly".
+4. Service aware dynamic load balancing - A single load balancer
+   can centrally manage the load across the nodes of different service clusters.
+5. Tenant aware load balancing - Tenants can be loaded and unloaded dynamically.
+   Tenants can be partitioned to different service clusters.
+6. Lightweight, XML and Web services centric messaging model.
+7. Administrator friendly - Configurations are simple and easy.
+
+System Requirements
+==================================
+
+1. Minimum memory - 1.5GB
+2. Processor      - Pentium 800MHz or equivalent at minimum
+3. Java SE Development Kit 1.6.0_24 or higher
+
+Installation & Running
+==================================
+
+1. Extract the wso2elb-2.0.3.zip and go to the extracted directory
+2. Run the wso2server.sh or wso2server.bat as appropriate
+3. Configure the load balancer to manage the load across the instants to be balanced.
+
+WSO2 ELB 2.0.3 distribution directory structure
+===============================================
+
+    CARBON_HOME
+	|- bin <folder>
+    |- dbscripts <folder>
+	|- lib <folder>
+	|- repository <folder>
+	|- tmp <folder>
+	|- LICENSE.txt <file>
+	|- README.txt <file>
+	|- INSTALL.txt <file>		
+	|- release-notes.html <file>
+
+    - bin
+	  Contains various scripts, .sh & .bat files
+
+    - dbscripts
+    Contains all the database scripts
+
+    - lib
+	  Contains the basic set of libraries required to startup ELB
+	  in standalone mode
+
+    - repository
+	  The repository where services and modules deployed in WSO2 ELB
+	  are stored. In addition to this, the components directory inside the
+	  repository directory contains the carbon runtime and the user added
+	  jar files including mediators, third party libraries etc. All
+	  global and LB specific configuration files, generated log files
+	  and other deployed artifacts are also housed under this directory.
+
+    - tmp
+	  Used for storing temporary files, and is pointed to by the
+	  java.io.tmpdir System property
+
+    - LICENSE.txt
+	  Apache License 2.0 and the relevant other licenses under which
+	  WSO2 ELB is distributed.
+
+    - README.txt
+	  This document.
+
+    - INSTALL.txt
+      This document will contain information on installing WSO2 ELB
+
+    - release-notes.html
+	  Release information for WSO2 ELB 2.0.3
+
+Support
+==================================
+
+WSO2 Inc. offers a variety of development and production support
+programs, ranging from Web-based support up through normal business
+hours, to premium 24x7 phone support.
+
+For additional support information please refer to http://wso2.com/support/
+
+For more information on WSO2 ELB, visit the WSO2 Oxygen Tank (http://wso2.org)
+
+Issue Tracker
+==================================
+
+  https://wso2.org/jira/browse/CARBON
+  https://wso2.org/jira/browse/LB
+
+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/
+
+--------------------------------------------------------------------------------
+(c) Copyright 2013 WSO2 Inc.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos_agent/1.0.0/docs/xdoc/release-notes.xml
----------------------------------------------------------------------
diff --git a/products/stratos_agent/1.0.0/docs/xdoc/release-notes.xml b/products/stratos_agent/1.0.0/docs/xdoc/release-notes.xml
new file mode 100644
index 0000000..524ef81
--- /dev/null
+++ b/products/stratos_agent/1.0.0/docs/xdoc/release-notes.xml
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~  Copyright (c) 2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+  ~
+  ~  WSO2 Inc. licenses this file to you under the Apache License,
+  ~  Version 2.0 (the "License"); you may not use this file except
+  ~  in compliance with the License.
+  ~  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+
+<!DOCTYPE html
+     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+      <meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
+      <title>WSO2 ELB v2.0.3 Release </title>
+  </head>
+  <body>
+  <div id="header">
+</div>
+
+<div id="main-content">
+<h1>The WSO2 Elastic Load Balancer (ELB) 2.0.3 Release - 28th January 2013!</h1>
+
+<p>
+    The WSO2 ELB team is pleased to announce the release of version 2.0.3 of
+    the Open Source Elastic Load Balancer (ELB).
+</p>
+
+<p>
+    WSO2 ELB is a fast, lightweight and user friendly open source Elastic Load Balancer (ELB)
+    distributed under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache
+    Software License v2.0</a>. WSO2 ELB allows system administrators and developers to
+    easily configure fail over routing, load balancing, service aware load balancing, 
+    tenant aware load balancing and dynamic load balancing with auto scaling.The ELB runtime 
+    is designed to be completely asynchronous, non-blocking and streaming based on the 
+    <a href="http://synapse.apache.org">Apache Synapse</a> mediation engine.
+</p>
+
+<p>
+    WSO2 ELB 2.0.3 is developed on top of the revolutionary
+    <a href="http://wso2.org/projects/carbon">WSO2 Carbon platform</a> (Middleware a' la carte),
+    an OSGi based framework that provides seamless modularity to your SOA via
+    componentization. This release also contains many new features and a range of optional
+    components (add-ons) that can be installed to customize the behavior of the ELB. Further, any
+    existing features of the ELB which are not required to your environment can be easily
+    removed using the underlying provisioning framework of Carbon. In brief, WSO2 ELB can
+    be fully customized and tailored to meet your exact SOA needs.
+</p>
+
+<p>
+    You can download this distribution from <a href="http://wso2.com/products/elastic-load-balancer/">
+    http://wso2.com/products/elastic-load-balancer/</a> our product page and give it a try.</p>
+
+<h2>How to Run </h2>
+<ol>
+  <li>Extract the downloaded zip</li>
+  <li>Go to the bin directory in the extracted folder</li>
+  <li>Run the wso2server.sh or wso2server.bat as appropriate</li>
+  <li>Configure the load balancer to manage the load across the instances to be balanced.</li>
+  <li>If you need to start the OSGi console with the server use the property
+    -DosgiConsole when starting the server. The INSTALL.txt file found on the
+    installation directory will give you a comprehensive set of options and
+    properties that can be passed into the startup script</li>
+</ol>
+
+<h2>Key Features of WSO2 ELB</h2>
+<ul>
+  <li>Non-blocking HTTP/S transports based on Apache HttpCore-NIO for ultra-fast
+   execution and support for thousands of connections at high concurrency with
+   constant memory usage. Integrated high performing, Passthrough Transport.</li>
+  <li>Load-balancing (with or without sticky sessions)/Fail-over, and clustered
+   Throttling and Caching support</li>
+  <li>Lightweight, XML and Web services centric messaging model</li>
+  <li><b>NEW! Automatically scaling the system according to the number of requests in-flight for 
+          a particular service cluster - "Scale up early, scale down slowly"</b> 
+  </li>
+  <li>Service aware dynamic load balancing - A single load balancer
+   can centrally manage the load across the nodes of different service clusters.
+  </li>
+  <li>Tenant aware load balancing - Tenants can be loaded and unloaded dynamically.
+   Tenants can be partitioned to different service clusters.
+</ul>
+
+<h2>Known Issues</h2>
+<p>
+    All the open issues pertaining to WSO2 ELB 2.0.3 are reported at following
+    locations:
+</p>
+
+<ul>
+    <li>
+        <a href="http://goo.gl/W8KYs">
+            Open ELB issues
+        </a>
+    </li>
+</ul>
+
+    <h2>Release 2.0.3</h2>
+    <p>Change Log: This release brings out the autoscaling support for ELB and also contains fixes for some critical issues.</p>
+    <ol>
+        <li>LB-17 - SSO Enables deployment does not work with load balancer.</li>
+        <li>LB-31 - No response code in the access log.</li>
+        <li>LB-37 - Browser tries to save the page sent via LB time to time rather than display it.</li>
+        <li>LB-51 - Disable management console in LB and do not print mgmt console URL at startup.</li>
+        <li>LB-52 - When member leaves the cluster, session continued to bind to that cluster member.</li>
+        <li>LB-55 - Make autoscaling algorithm configurable.</li>
+        <li>LB-64 - Failover is broken in ELB.</li>
+        <li>LB-65 - If one member of a cluster is going off and during that time, the requests redirected to that member by the load balancer, will be failed with a timeout, until the load balancer gets updated that this member has left cluster.</li>
+        <li>LB-66 - Embed Cloud Controller Service aka Autoscaler Service into ELB.</li>
+    </ol>
+
+<h2>How You Can Contribute</h2>
+    <h3>
+      Mailing Lists
+    </h3>
+    <p>
+      Join our mailing list and correspond with the developers directly.
+    </p>
+    <ul>
+      <li>
+        Developer List : <a href="mailto:dev@wso2.org">dev@wso2.org</a>
+        | <a href="mailto:dev-request@wso2.org?subject=subscribe">Subscribe</a>
+        | <a href="http://wso2.org/mailarchive/carbon-dev/">Mail Archive</a>
+      </li>
+    </ul>
+    <h3>
+      Reporting Issues
+    </h3>
+    <p>
+      We encourage you to report issues, documentation faults and feature requests regarding
+      WSO2 ELB through the public <a href="https://wso2.org/jira/browse/LB">ELB JIRA</a>. You
+      can use the <a href="https://wso2.org/jira/browse/CARBON">Carbon JIRA</a> to report any
+      issues related to the Carbon base framework or associated Carbon components.
+    </p>
+
+    <h3>
+      Discussion Forums
+    </h3>
+    <p>
+      Alternatively, questions could be raised using <a href="http://stackoverflow.com/questions/tagged/wso2">StackOverflow</a> website.
+    </p>
+
+<h2>Support</h2>
+<p>
+    We are committed to ensuring that your enterprise middleware deployment is
+    completely supported from evaluation to production. Our unique approach
+    ensures that all support leverages our open development methodology and is
+    provided by the very same engineers who build the technology.
+</p>
+<p>
+    For more details and to take advantage of this unique opportunity please
+    visit <a href="http://wso2.com/support">http://wso2.com/support</a>.
+</p>
+
+<p><i>-- The WSO2 ELB Team --</i> </p>
+</div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/750de337/products/stratos_agent/1.0.0/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_agent/1.0.0/modules/distribution/pom.xml b/products/stratos_agent/1.0.0/modules/distribution/pom.xml
new file mode 100755
index 0000000..44e7e82
--- /dev/null
+++ b/products/stratos_agent/1.0.0/modules/distribution/pom.xml
@@ -0,0 +1,594 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~  Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
+  ~
+  ~  WSO2 Inc. licenses this file to you under the Apache License,
+  ~  Version 2.0 (the "License"); you may not use this file except
+  ~  in compliance with the License.
+  ~  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~  Unless required by applicable law or agreed to in writing,
+  ~  software distributed under the License is distributed on an
+  ~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~  KIND, either express or implied.  See the License for the
+  ~  specific language governing permissions and limitations
+  ~  under the License.
+  -->
+        
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <parent>
+        <groupId>org.wso2.agent</groupId>
+        <artifactId>agent-parent</artifactId>
+        <version>1.0.0</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>wso2s2agent</artifactId>
+    <packaging>pom</packaging>
+    <name>WSO2 stratos agent - Distribution</name>
+    <url>http://wso2.org/projects/load-balancer</url>
+    <description>WSO2 Stratos Agent Distribution</description>
+
+    <dependencies>
+
+        <!-- Carbon core distribution -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>wso2carbon-core</artifactId>
+            <version>${carbon.version}</version>
+            <type>zip</type>
+        </dependency>
+
+        <!-- Synapse dependencies -->
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-commons</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-nhttp-transport</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-pipe-transport</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-core</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-tasks</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.synapse</groupId>
+            <artifactId>synapse-extensions</artifactId>
+            <version>${synapse.version}</version>
+        </dependency>
+
+        <!-- Carbon mediation initializer -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediation.initializer</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.bridge</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+	      <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediation.dependency.mgt</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        
+        <!-- ### Required Carbon components ### -->
+        <!-- Transport managament components -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.mgt</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Transport components -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.http</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.nhttp</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.https</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.transport.mail</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Sequence management components -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.service</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sequences.common</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.sequences</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.router.impl</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.clazz.services</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.command.services</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        
+         <!--Entitlement mediator dependency -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.identity.entitlement.mediator</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        
+         <!--OAuth mediator dependency -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.identity.oauth.mediator</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+
+        <!--Drools dependency-->
+        <dependency>
+            <groupId>org.drools.wso2</groupId>
+            <artifactId>drools</artifactId>
+            <version>5.0.1.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>jsr94.wso2</groupId>
+            <artifactId>jsr94</artifactId>
+            <version>1.1.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.mvel.wso2</groupId>
+            <artifactId>mvel2</artifactId>
+            <version>2.0.10.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>joda-time.wso2</groupId>
+            <artifactId>joda-time</artifactId>
+            <version>1.6.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.antlr.wso2</groupId>
+            <artifactId>antlr-runtime</artifactId>
+            <version>3.1.1.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>janino.wso2</groupId>
+            <artifactId>janino</artifactId>
+            <version>2.5.15.wso2v1</version>
+        </dependency>
+        <!-- Endpoints component -->
+	      <!--dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.endpoint.common</artifactId>
+            <version>${carbon.version}</version>
+        </dependency-->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.endpoint</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Local Entries component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.localentry</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Service management component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.service.mgt</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Operation management component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.operation.mgt</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Module Management component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.module.mgt</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Security components (orbit) -->
+         <dependency>
+            <groupId>org.apache.rampart.wso2</groupId>
+            <artifactId>rampart-policy</artifactId>
+            <version>1.6.1.wso2v1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.rampart.wso2</groupId>
+            <artifactId>rampart-trust</artifactId>
+            <version>1.6.1.wso2v1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.rampart.wso2</groupId>
+            <artifactId>rampart-core</artifactId>
+            <version>1.6.1.wso2v1</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.rampart</groupId>
+            <artifactId>rampart</artifactId>
+            <type>mar</type>
+            <version>1.6.1-wso2v9</version>
+        </dependency>
+        
+        <!-- Policy Editor component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.policyeditor</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Task component with startups -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.startup</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.task</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.task.services</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Synapse Config admin component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediation.configadmin</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Synapse Registry component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediation.registry</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Datasources component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.datasource</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Throttle component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.throttle</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Caching component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.caching</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- RM component -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.rm</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- Eventing components -->
+        <!--dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.eventing</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.eventing.core</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.eventing.impl</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.eventing.broker</artifactId>
+            <version>${carbon.version}</version>
+        </dependency-->
+        <!-- Eventsource component.-->
+	      <!-- Removed since this is not required by LB product.-->
+        <!--dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.eventing.eventsource</artifactId>
+            <version>${carbon.version}</version>
+        </dependency-->
+        <!-- Menus -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.ui.menu.registry</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        <!-- ### Required Carbon orbit dependencies ### -->
+        <dependency>
+            <groupId>org.apache.geronimo.specs.wso2</groupId>
+            <artifactId>geronimo-jms_1.1_spec</artifactId>
+            <version>1.1.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.andes.wso2</groupId>
+            <artifactId>andes-client</artifactId>
+            <version>0.13.wso2v5</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-net.wso2</groupId>
+            <artifactId>commons-net</artifactId>
+            <version>2.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>jsch.wso2</groupId>
+            <artifactId>jsch</artifactId>
+            <version>0.1.41-wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents.wso2</groupId>
+            <artifactId>httpcore-nio</artifactId>
+            <version>4.1.0.wso2v2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.quartz-scheduler.wso2</groupId>
+            <artifactId>quartz</artifactId>
+            <version>2.1.1.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.woodstox</groupId>
+            <artifactId>wstx-asl</artifactId>
+            <version>3.2.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+            <version>1.0.1</version>
+        </dependency>
+        <dependency>
+            <groupId>net.sf.saxon.wso2</groupId>
+            <artifactId>saxon</artifactId>
+            <version>8.9.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.abdera.wso2</groupId>
+            <artifactId>abdera</artifactId>
+            <version>1.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.ws.wso2</groupId>
+            <artifactId>spring.framework</artifactId>
+            <version>2.5.1.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-io.wso2</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.0.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections.wso2</groupId>
+            <artifactId>commons-collections</artifactId>
+            <version>3.2.0.wso2v1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.savan.wso2</groupId>
+            <artifactId>savan-core</artifactId>
+            <version>1.0.0-wso2v2</version>
+        </dependency>
+        <dependency>
+            <groupId>org.wso2.caching</groupId>
+            <artifactId>wso2caching-core</artifactId>
+            <version>3.5.0</version>
+        </dependency>
+        <!--Bouncycastle dependency for clients and servers-->
+        <dependency>
+            <groupId>bouncycastle</groupId>
+            <artifactId>bcprov-jdk15</artifactId>
+            <version>132</version>
+        </dependency>
+
+        <!-- autoscale components -->
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.mediator.autoscale</artifactId>
+            <version>4.0.3</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.discovery.core</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.wso2.carbon</groupId>
+            <artifactId>org.wso2.carbon.relay</artifactId>
+            <version>${carbon.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.0-alpha-4</version>
+                <inherited>false</inherited>
+                <executions>
+                    <execution>
+                        <id>unpack-wso2carbon</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>unpack</goal>
+                        </goals>
+                        <configuration>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>org.wso2.carbon</groupId>
+                                    <artifactId>wso2carbon-core</artifactId>
+                                    <version>${carbon.kernel.version}</version>
+                                    <type>zip</type>
+                                    <overWrite>true</overWrite>
+                                    <outputDirectory>target</outputDirectory>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+ 	    <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <id>extract-docs-from-components</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                        <configuration>
+                            <tasks>
+                                <property name="tempdir" value="target/docs-temp"/>
+                                <mkdir dir="${tempdir}"/>
+                                <unzip dest="${tempdir}">
+                                    <fileset dir="target">
+                                        <include name="${project.artifactId}-${project.version}.zip"/>
+                                    </fileset>
+                                </unzip>
+                                <copy todir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/" overwrite="false">
+                                    <fileset dir="${tempdir}/${project.artifactId}-${project.version}/repository/components/">
+                                    </fileset>
+                                </copy>
+                                <delete file="target/${project.artifactId}-${project.version}.zip"/>
+                                <delete dir="${tempdir}"/>
+                                <mkdir dir="${tempdir}"/>
+                                <unzip dest="${tempdir}">
+                                    <fileset dir="target/wso2carbon-core-${carbon.kernel.version}/repository/components/plugins/">
+                                        <include name="*.ui*.jar"/>
+                                    </fileset>
+                                </unzip>
+                                <move todir="${tempdir}/web/" includeemptydirs="false">
+                                    <fileset dir="${tempdir}/web/">
+                                        <exclude name="**/yui/**"/>
+                                        <exclude name="**/ajax/**"/>
+                                        <exclude name="**/WEB-INF/**"/>
+                                        <include name="**/*.html"/>
+                                    </fileset>
+                                    <mapper type="glob" from="*.html" to="*.xml"/>
+                                </move>
+                                <delete dir="${tempdir}"/>
+                            </tasks>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>clean_target</id>
+                        <phase>install</phase>
+                        <configuration>
+                            <tasks>
+                                <delete dir="target/archive-tmp"/>
+                                <delete dir="target/dependency-maven-plugin-markers"/>
+                                <delete dir="target/maven-archiver"/>
+                                <delete dir="target/wso2carbon-core-${carbon.kernel.version}"/>
+                                <delete dir="target/sources"/>
+                                <delete dir="target/site"/>
+                                <delete dir="src/site"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>   
+
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>pre_dist</id>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <filters>
+                                <filter>${basedir}/src/main/assembly/filter.properties</filter>
+                            </filters>
+                            <descriptors>
+                                <descriptor>src/main/assembly/dist.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                    <execution>
+                        <id>dist</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>attached</goal>
+                        </goals>
+                        <configuration>
+                            <filters>
+                                <filter>${basedir}/src/main/assembly/filter.properties</filter>
+                            </filters>
+                            <descriptors>
+                                <descriptor>src/main/assembly/bin.xml</descriptor>
+                            </descriptors>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    
+</project>