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 21:02:03 UTC

[31/44] applied 0001-Moved-cloud-controller-1.0.1-to-products-and-removed.patch

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/user/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/user/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/user/docs/userguide.xml
new file mode 100644
index 0000000..42bb17f
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/user/docs/userguide.xml
@@ -0,0 +1,100 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+ ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<html>
+<head>
+    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
+  <title>User Management - User Guide</title>
+  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
+</head>
+
+<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
+<h1>User Management</h1>
+
+<p>The User Management of the WSO2 Carbon facilitates the management
+and control of user accounts and user roles at different levels. The user store of Carbon 
+products can be configured to operate in either one of the following modes. And the functionality depend on it.</p>
+Modes of operation<br/>
+<ul>
+<li>User store operates in read/write mode - In "Read/Write" mode WSO2 Carbon read/write into the user store.</li>
+<li>User store operates in read only mode - In "Read Only" mode WSO2 Carbon guarantees that it does not modify any data in the user store. WSO2 Carbon maintains roles and permissions in the Carbon database but it can read users/roles from the configured user store.</li>
+</ul>
+
+<p><img alt="" src="../images/user-main.png"/></p>
+
+<p>Figure 1: User Management</p>
+
+<p>If the user store is operating in read/write mode you can,</p>
+<ul>
+  <li>Add, modify or remove user accounts</li>
+  <li>Reset passwords of users</li>
+  <li>Manage roles of users</li>  
+  <li>Bulk import users from other user stores - bulk import of users is only supported with JDBC user store.
+      This is not supported with the ldap user store which is the current default user store of carbon.
+      If you want to use this feature, please change to JDBC user store in user-mgt.xml which can be found in
+      [carbon_home]/repository/conf. </li>
+</ul>
+
+<p>If the user store is operating in read only mode you can,</p>
+<ul>
+  <li>View user accounts</li>
+</ul>
+
+<h2>User Accounts</h2>
+<ul>
+    <li>To add a user account, click <strong>Add New User</strong>. Enter the
+      user name and password, and click <strong>Finish</strong>. Please note that due to the inherited
+      behaviour of default user store - which is embedded-ldap, user names are case insensitive in 3.2.0
+      based carbon products.</li>
+    <li>To reset password, i.e., to change the password of the user,
+      click <strong>Change Password</strong>. Enter the new password and
+      click <strong>Change</strong>. Please note that you cannot change the
+      user name of an existing user.</li>
+    <li>To delete a user account, click <strong>Delete</strong>. Please note
+      that you cannot delete the admin user account from the system.</li>
+</ul>
+
+<h2>Bulk Import Users</h2>
+
+<p>You can also import users from existing user stores in bulk. You could be managing users in a relational database or a LDAP server. You can export users in to comma separated list (*.csv file) or to an excel sheet (*.xls files) and import into WSO2 Cloud Identity at once. This carbon version supports importing users from a .csv files and Excel sheets. The process can be high lighted as follows.</p>
+
+<em><strong>Step 1 :</strong></em> Export users from the current user store into a .csv file or excel sheet (97/2000/XP versions). Refer documentation and tools available with your current user store on how to export users.<br/>
+
+Many visual LDAP tools support exporting users in .csv format. Tools such as Apache Directory Studio, LDAP Amin Tool and Active Directory has step-by-step instructions on how to do it. Values in relational databases can also be obtained in .csv/.xls formats.<br/>
+
+<p><em><strong>The expected format of the CSV file is as follows.  The first line of the CSV file will be ignored considering it is not a username.</strong></em></p>
+
+<p><img alt="" src="../images/bulk-import-main.png"/></p>
+
+Figure 2 : Format of the CSV file<br/>
+
+<em><strong>Step 2 :</strong></em> Login to WSO2 Carbon based product as Organization Admin<br/>
+
+<em><strong>Step 3 :</strong></em> Click on User Management > Users > Bulk Import users<br/>
+
+<em><strong>Step 4 :</strong></em> Select the .csv/.xls file from the file browser<br/>
+
+<em><strong>Step 5 :</strong></em> Give a default password for users and click OK. All the users in .csv/.xls file will be created in WSO2 Carbon user store with the default password given by you. They will be assigned to the everyone role.<br/>
+
+<em><strong>Step 6 :</strong></em> Inform users to login and change their password within 24 hours.<br/>
+
+The default password of the imported users is valid only for 24 hours. You as the system administrator you can resolve issues of expired passwords by login in as the Admin and changing their password available in  User Management > Users page.<br/>
+
+<p></p>
+</body>
+</html>

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/external-roles.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/external-roles.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/external-roles.gif
new file mode 100644
index 0000000..1f1f75b
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/external-roles.gif differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-main.png
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-main.png b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-main.png
new file mode 100644
index 0000000..4fcc5a3
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-main.png differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-roles.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-roles.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-roles.gif
new file mode 100644
index 0000000..8d76864
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/user-roles.gif differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/userManager.JPG
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/userManager.JPG b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/userManager.JPG
new file mode 100644
index 0000000..dc8e516
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/user/images/userManager.JPG differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/docs/userguide.xml
new file mode 100644
index 0000000..16dbf96
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/docs/userguide.xml
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+ ~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<html>
+<head>
+    <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"/>
+  <title>User Store - User Guide</title>
+  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
+</head>
+
+<body style="font-family: Times New Roman,Times,serif; font-size: 12pt;">
+<h1>Users and Roles</h1>
+
+<p>The GUI of the WSO2 Carbon facilitates the management
+and control�of user accounts and roles at different levels. The key
+functionalities of this component include:</p>
+<ul>
+  <li>Change password by user</li>
+  <li>Add, modify or remove user accounts (Only visible to admins with permissions)</li>
+  <li>Add, modify or remove user roles (Only visible to admins with permissions)</li>
+</ul>
+
+<p><img alt="Users and Roles Main Page" src="../images/user-role-main.png"/></p>
+
+<p>Figure 1: User/Role Management</p>
+
+<h2>Change My Password</h2>
+
+<p>Any user who has login permission can change their password by clicking on "Change My Password" link. It will require the current password inorder to change it. If you have forgotten your current password please contact your administrator who can reset it without the current password.</p>
+
+<p><img alt="Change Password" src="../images/user-chpass.png"/></p>
+
+<h2>Managing Users</h2>
+
+<p>Users link is only visible to users with "admin" permission. Refer the context sensitive help available on <em><strong>Users</strong></em> page to add new user accounts, modify existing accounts, or delete existing accounts.</p>
+
+<h2>Managing Role</h2>
+
+<p>Roles link is only visible to users with "admin" permission. Refer the context sensitive help available on <em><strong>Roles</strong></em> page to add new roles, modify roles and their permissions.</p>
+
+<p></p>
+</body>
+</html>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/external-roles.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/external-roles.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/external-roles.gif
new file mode 100644
index 0000000..1f1f75b
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/external-roles.gif differ

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif
new file mode 100644
index 0000000..8d76864
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/user-roles.gif differ

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/view.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/view.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/view.gif
new file mode 100644
index 0000000..9a1c6e2
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/userstore/images/view.gif differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
new file mode 100644
index 0000000..c58ca3d
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/docs/userguide.xml
@@ -0,0 +1,81 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<html xmlns="http://www.w3.org/1999/xhtml"><head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
+  <title>View Flows - User Guide</title>
+  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
+  </head>
+<body>
+
+<div id="middle">
+<h1>View Flows</h1>
+The View Flows feature provides graphical and textual views of the globally
+engaged handlers of the system at any point of time. 
+
+<p>The modules use the handlers to engage in different message flows at
+defined phases . There are four different message flows defined in the system
+(explained in the following section). You can observe the handlers invoked in
+each phase of each flow in real time. </p>
+
+<p>For example, the Apache/Rampart module (the security module of the system)
+defines the handlers in the security phase of each flow, which handles the
+security aspects of the messages that are transferred through these flows. So
+if the Rampart module is engaged, you will see the Apache/Rampart handlers in
+the message flows in real time. </p>
+
+<h2>User Interface</h2>
+<ol>
+  <li>In the navigator, under Monitor, click <strong>Flows</strong>. The
+    <strong>Message Flows</strong> page appears.</li>
+  <li>You can switch between the graphical view and the textual view by
+    clicking <strong>Text View</strong> or <strong>Graphical View</strong> as
+    applicable. The textual view provides the name and the fully qualified
+    classes of all handlers within each and every phase. </li>
+</ol>
+
+<p style="margin-left: 40px;">There are four different flows defined in the system. </p>
+
+<p style="margin-left: 40px;"><strong>In Flow :</strong> A correct message coming into the system.</p>
+
+<p style="margin-left: 40px;"><strong>Out Flow :</strong> A correct message going out of the system.</p>
+
+<p style="margin-left: 40px;"><strong>In Fault Flow :</strong> A faulty message coming into the
+system.</p>
+
+<p style="margin-left: 40px;"><strong>Out Fault Flow :</strong> A faulty message going out of the
+system.</p>
+
+<p>In each flow, a message passes through a set of phases to reach the
+service. These phases vary according to the currently engaged modules within
+the system. The interface displays the current phases in each and every flow
+as shown in the following figure. </p>
+
+<p><img alt="Global Phases" src="images/phases.png" height="574" width="1020"/>
+</p>
+
+<p>In the graphical view of the message flows, click the links to get a view
+of the engaged handlers in each phase.</p>
+
+<p>For example, the figure below shows the handlers engaged in the Addressing
+phase at system start up. </p>
+
+<p><img alt="Handlers of Addressing In Flow" src="images/handlers.png" height="182" width="1020"/>
+</p>
+</div>
+</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif
new file mode 100644
index 0000000..e80298b
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif
new file mode 100644
index 0000000..5c13c0b
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_leftmost_outflow.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif
new file mode 100644
index 0000000..bae4a4f
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_inflow.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif
new file mode 100644
index 0000000..bb4e1d6
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handlerChain_rightmost_outflow.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_BG.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_BG.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_BG.gif
new file mode 100644
index 0000000..4b819d6
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_BG.gif differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif
new file mode 100644
index 0000000..88d8c20
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/handler_01_right.gif differ

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/phases.jpg
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/phases.jpg b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/phases.jpg
new file mode 100644
index 0000000..fc32aba
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/viewflows/extensions/core/images/phases.jpg differ

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl2code/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl2code/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl2code/docs/userguide.xml
new file mode 100644
index 0000000..3bf6972
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl2code/docs/userguide.xml
@@ -0,0 +1,60 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<html>
+<head>
+    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
+
+    <title>WSDL2Code Tool - User Guide</title>
+    <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all"/>
+</head>
+<body>
+
+<div id="middle">
+    <h1>WSDL2Code Tool</h1>
+    The WSDL2Code tool is used to generate Java code to provide or consume a Web
+    service for a given WSDL. You can use this tool to develop Web services for
+    contract first development. This tool provides many options to customize your
+    code.
+    <ol>
+        <li>In the navigator, under Tools, click
+            <span style="font-weight: bold;">WSDL</span><strong style="font-weight: bold;">2Java</strong><span
+                    style="font-weight: bold;">.</span> The
+            <strong>WSDL2 Code</strong> page appears.
+        </li>
+        <li>Fill in the fields as required.</li>
+        <li>Enter the URL of the WSDL in the the <strong>uri</strong> field. Entering a value in this field is
+            mandatory.
+        </li>
+        <li>Click <strong>Generate</strong>.</li>
+    </ol>
+
+    <p><strong>Note 1</strong>: Each option is described on the <strong>WSDL2
+        Code</strong> page.</p>
+
+    <p><strong>Note 2</strong>: If the WSDL has XSDs that are imported from the file system, then first archive those
+        XSDs and WSDL together into a zip. Then upload the zip.
+    </p>
+
+    <p><img src="images/wsdl2code.jpg" alt=""/></p>
+
+    <p>Figure 1: WSDL2Code User Interface</p>
+</div>
+
+</body>
+</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
new file mode 100644
index 0000000..72827fc
--- /dev/null
+++ b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/docs/userguide.xml
@@ -0,0 +1,62 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<html><head>
+  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"></meta>
+  <title>WSDL Validator - User Guide</title></head>
+
+  <link href="../../admin/css/documentation.css" rel="stylesheet" type="text/css" media="all" />
+
+
+<body>
+<h1>WSDL Validator </h1>
+
+<p>WSDL Validator tool can be used to validate a WSDL document. You can
+    upload your WSDL or you can provide a WSDL URL. The tool will validate
+    your WSDL and print the result in the "Validation Result" section.</p>
+
+<h2>Uploading a WSDL</h2>
+
+<p>You can upload your WSDL document to be validated, using the following UI.</p>
+
+<p><img alt="WSDL Uploading UI" src="images/upload-wsdl.png" height="120" width="984"/></p>
+
+<p><i>Figure 1: Uploading a WSDL</i></p>
+
+<p>Click on "Validate From File" button after selecting the WSDL location.</p>
+
+<h2>Providing a WSDL URL</h2>
+
+<p>You can provide the URL of your WSDL document to be validated, using the
+    following UI.</p>
+
+<p><img alt="WSDL URL UI" src="images/url-wsdl.png" height="117" width="984"/></p>
+
+<p><i>Figure 2: Providing a WSDL URL</i></p>
+
+<p>Click on "Validate From URL" button after providing the WSDL URL.</p>
+
+<h2>Validation Result</h2>
+
+<p>Validation result will be shown as follows.</p>
+
+<p><img alt="WSDL Validation Result" src="images/result.png" height="215" width="994"/></p>
+
+<p><i>Figure 3: WSDL Validation Result</i></p>
+
+</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/images/wsdlValidate.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/images/wsdlValidate.gif b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/images/wsdlValidate.gif
new file mode 100644
index 0000000..63540ad
Binary files /dev/null and b/products/cloud_controller/modules/distribution/src/site/xdoc/wsdl_validator/images/wsdlValidate.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/styles/product/src/main/resources/META-INF/product.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/product/src/main/resources/META-INF/product.xml b/products/cloud_controller/modules/styles/product/src/main/resources/META-INF/product.xml
new file mode 100644
index 0000000..ef8392a
--- /dev/null
+++ b/products/cloud_controller/modules/styles/product/src/main/resources/META-INF/product.xml
@@ -0,0 +1,27 @@
+<!--
+ ~ Copyright (c) 2005-2010, WSO2 Inc. (http://wso2.com) All Rights Reserved.
+ ~
+ ~ WSO2 Inc. licenses this file to you under the Apache License,
+ ~ Version 2.0 (the "License"); you may not use this file except
+ ~ in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~    http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied.  See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+ -->
+<product xmlns="http://products.wso2.org/carbon">
+    <properties>
+       <property name="userforum">http://wso2.org/forum/187</property>
+       <property name="userguide">http://docs.wso2.org/wiki/display/ESB470/Enterprise+Service+Bus+Documentation</property>
+       <property name="mailinglist">http://wso2.org/mail</property>
+       <property name="issuetracker">https://wso2.org/jira/browse/ESBJAVA</property>
+       <property name="collapsedmenus">region1_configure_menu,region3_registry_menu,region4_monitor_menu,region5_tools_menu</property>
+       <property name="webAdminConsoleTitle">WSO2 Enterprise Service Bus (WSO2 ESB)</property>
+    </properties>
+</product>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/styles/product/src/main/resources/web/product/about.html
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/product/src/main/resources/web/product/about.html b/products/cloud_controller/modules/styles/product/src/main/resources/web/product/about.html
new file mode 100644
index 0000000..1fdf53b
--- /dev/null
+++ b/products/cloud_controller/modules/styles/product/src/main/resources/web/product/about.html
@@ -0,0 +1,130 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!--
+ ~ 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.
+ -->
+<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/0ab7c4aa/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/css/main.css b/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/css/main.css
new file mode 100644
index 0000000..cd4a780
--- /dev/null
+++ b/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/css/main.css
@@ -0,0 +1,155 @@
+/* ---------------- 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/0ab7c4aa/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/images/1px.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/images/1px.gif b/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/images/1px.gif
new file mode 100644
index 0000000..f866f1d
Binary files /dev/null and b/products/cloud_controller/modules/styles/product/src/main/resources/web/styles/images/1px.gif differ

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/css/main.css
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/css/main.css b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/css/main.css
new file mode 100644
index 0000000..f8071d9
--- /dev/null
+++ b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/css/main.css
@@ -0,0 +1,240 @@
+/* ---------------- template styles ------------------------- */
+body {
+	background-image: url( ../images/def-body-bg.gif);
+	background-position: left top;
+	background-repeat: repeat-x;
+}
+
+table#main-table td#header {
+	background-image: url( ../images/def-header-region-bg.gif);
+	background-position: right top;
+	background-repeat: no-repeat;
+}
+
+table#main-table td#menu-panel {
+	border-right: solid 0px #78BDE8;
+	padding-right: 10px;
+}
+
+table#main-table td#menu-panel table#menu-table {
+	background-image:url("../images/theme-menu-table-bg.gif");
+	background-position:left bottom;
+	background-repeat:no-repeat;
+}
+table#main-table td#menu-panel table#menu-table {
+	background-image: none;
+	background-position:left bottom;
+	background-repeat:no-repeat;
+	border-right:1px solid #B6D8F2;
+	border-bottom:1px solid #B6D8F2;
+}
+table#main-table td#menu-panel table#menu-table tbody tr td img {
+	height: 17px;
+}
+/* ---------------- header styles ------------------ */
+div#header-div {
+    background-image: url( ../images/def-header-bg.gif);
+    height: 121px;
+}
+
+div#header-div div.left-logo {
+	background-image:url("../images/logo.gif");
+	background-position:left center;
+	height:50px;
+	margin-left:50px;
+	margin-top:37px;
+}
+
+div#header-div div.middle-ad {
+	float: left;
+	margin-top: 18px;
+	height: 55px;
+	width: 35%;
+}
+
+div#header-div div.right-logo {
+	background-image:url("../images/right-logo.gif");
+	background-position:right top;
+	background-repeat:no-repeat;
+	color:#B6D8F2;
+	font-size:0;
+	height:31px;
+	line-height:0;
+	margin-right:20px;
+	margin-top:36px;
+	padding-right:0;
+	padding-top:5px;
+	width:239px;
+}
+div#header-div div.header-links {
+	margin-top: 8px;
+}
+div#header-div div.header-links div.right-links {
+	margin-right: 0px;
+	height: 20px;
+	padding-top: 0px;
+}
+div#header-div div.header-links div.right-links ul {
+	background-image: none;
+	background-position:left top;
+	background-repeat:repeat-x;
+	padding-left: 25px;
+	padding-right: 15px;
+	padding-top: 6px;
+	padding-bottom: 7px;
+}
+/* ------------- 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 {
+	display: block !important;
+}
+
+div#menu ul.main li.menu-header {
+	background-image:none;
+	background-position:center top;
+	border-top: 1px solid #CFE3F6;
+	border-bottom:1px solid #78BDE8;
+	height:25px;
+}
+
+div#menu ul.main li a.menu-default {
+}
+
+div#menu ul.main li a.menu-default:hover {
+	background-color: #DAF0FC;
+	border-bottom: solid 1px #72CDF4;
+	border-top: solid 1px #72CDF4;
+	color: #00447C;
+}
+
+div#menu ul.sub {
+} 
+
+/* -------------- child no-01 styles -------------- */
+
+div#menu ul.sub li.normal {
+
+}
+
+div#menu ul.sub li a.menu-default {
+} 
+
+/* ----------- child no-01 (disabled) styles ------------------- */
+	
+div#menu ul.sub li a.menu-disabled-link {
+	}
+	
+	div#menu ul.sub li a.menu-disabled-link:hover {
+	} 
+
+/* -------------- child no-02 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li a.menu-default {
+
+}
+
+/* -------------- child no-03 styles -------------- */
+
+div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
+}
+
+/* ------------- footer styles -------------------- */
+
+div#footer-div div.footer-content div.poweredby {
+	background-image: url(../images/powered-synapse.gif);
+	background-position: right top;
+}
+div#middle {
+	background-color: #fff;
+}
+
+/* ---- login styles ----- */
+
+
+/* --------------- table styles -------------------- */
+
+.tableOddRow{background-color: white;}
+.tableEvenRow{background-color: #EFECF5;}
+
+.button:hover{
+	background-image:url(../images/esb-button-bg-hover.gif);
+	border:solid 1px #8268A8;
+}
+
+/* =============================================================================================================== */
+
+
+
+.cornerExpand {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+.cornerCollapse {
+    position: relative;
+    top: 3px;
+    left: -12px;
+    cursor: pointer;
+}
+
+/* chanaka */
+
+.form-table td{
+   padding-bottom:5px !important;
+   padding-left:5px !important;
+   padding-top:5px !important;
+   padding-right:10px !important;
+}
+.form-table td div.indented{
+    padding-left:7px !important;
+    color:#595959 !important;
+}
+.form-table-left{
+width:100px;
+}
+
+.longTextField{
+width:270px;
+}
+.rowAlone{
+padding-top:10px;
+padding-bottom:10px;
+}
+.tabedBox{
+border:solid 1px #cccccc;
+margin-left:10px;
+padding:10px;
+margin-bottom:10px;
+}
+/* chanaka end */
+
+a.fact-selector-icon-link {
+    background-image: url( ../images/facts-selector.gif );
+    background-repeat: no-repeat;
+    background-position: left top;
+    padding-left: 20px;
+    line-height: 17px;
+    height: 17px;
+    float: left;
+    position: relative;
+    margin-left: 10px;
+    margin-top: 5px;
+    margin-bottom: 3px;
+    white-space: nowrap;
+}
+table#main-table td#middle-content {
+	background-color: #fff;
+}

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif
new file mode 100644
index 0000000..758363d
Binary files /dev/null and b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/def-header-bg.gif differ

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0ab7c4aa/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif
new file mode 100644
index 0000000..f118904
Binary files /dev/null and b/products/cloud_controller/modules/styles/service/src/main/resources/web/styles/images/t-right-logo.gif differ

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