Author: saliya Date: Tue Jul 7 06:07:57 2009 New Revision: 40961 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=40961
Log: Modified user guide and changed the project url in poms Modified: branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml branches/esb/java/2.1/product/docs/xdoc/user_guide.xml branches/esb/java/2.1/product/modules/distribution/pom.xml branches/esb/java/2.1/product/pom.xml Modified: branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml?rev=40961&r1=40960&r2=40961&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/securing_secret_information.xml Tue Jul 7 06:07:57 2009 @@ -35,8 +35,8 @@ This guide describes how confidential information can be handled in a secured manner in the ESB environment. From the context of the ESB confidential information refers mainly to passwords. But confidential - information could be anything and hence instructions given in this guide - applies to all such confidential information elements. + information could be anything. Therefore, instructions given in this guide + apply to all confidential information elements. </p> <h2>Secret Providers</h2> Modified: branches/esb/java/2.1/product/docs/xdoc/user_guide.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/docs/xdoc/user_guide.xml?rev=40961&r1=40960&r2=40961&view=diff ============================================================================== --- branches/esb/java/2.1/product/docs/xdoc/user_guide.xml (original) +++ branches/esb/java/2.1/product/docs/xdoc/user_guide.xml Tue Jul 7 06:07:57 2009 @@ -77,10 +77,10 @@ <a href="#Proxy">Proxy Services</a> <ul> <li> - <a href="#Adding">Adding a Proxy Service</a> + <a href="#addProxy">Adding a Proxy Service</a> </li> <li> - <a href="#Proxy1">Proxy Service Actions</a> + <a href="#proxyActions">Proxy Service Actions</a> </li> </ul> </li> @@ -185,9 +185,6 @@ Please refer the <a href="installation_guide.html">Installation Guide</a> for details on how to install and run the WSO2 ESB. </p> - <p> - <a id="access"/> - </p> <h2 id="Accessing"> Accessing the ESB Web based Management Console </h2> @@ -256,7 +253,7 @@ </tr> <tr> <td> - <img alt="Add" src="images/add.gif"/> + <img alt="Add" src="images/add.gif" style="background-color:transparent;"/> </td> <td> <strong>Add</strong> - Click this icon to add an item. Most @@ -266,7 +263,7 @@ </tr> <tr> <td> - <img alt="Edit" src="images/edit.gif"/> + <img alt="Edit" src="images/edit.gif" style="background-color:transparent;"/> </td> <td> <strong>Edit</strong> - Click this icon to modify an @@ -275,7 +272,7 @@ </tr> <tr> <td> - <img alt="Delete" src="images/delete.gif"/> + <img alt="Delete" src="images/delete.gif" style="background-color:transparent;"/> </td> <td> <strong>Delete</strong> - Click this icon to permanently @@ -285,7 +282,7 @@ </tr> <tr> <td> - <img alt="Registry Picker" src="images/registry_picker.gif"/> + <img alt="Registry Picker" src="images/registry_picker.gif" style="background-color:transparent;"/> </td> <td> <strong>Registry Browser</strong> - Click this icon to view @@ -296,7 +293,7 @@ </tr> <tr> <td> - <img alt="Namespace" src="images/nseditor-icon.gif"/> + <img alt="Namespace" src="images/nseditor-icon.gif" style="background-color:transparent;"/> </td> <td> <strong>Namespace Editor</strong> - Click this icon to open @@ -305,7 +302,7 @@ </tr> <tr> <td> - <img alt="Stats Enabled" src="images/stat-icon.gif"/> + <img alt="Stats Enabled" src="images/stat-icon.gif" style="background-color:transparent;"/> </td> <td> <strong>Disable Statistics</strong> - This icon indicates @@ -315,7 +312,7 @@ </tr> <tr> <td> - <img alt="Stats Disabled" src="images/stat-icon-disabled.gif"/> + <img alt="Stats Disabled" src="images/stat-icon-disabled.gif" style="background-color:transparent;"/> </td> <td> <strong>Enable Statistics</strong> - This icon indicates @@ -325,7 +322,7 @@ </tr> <tr> <td> - <img alt="Trace Enabled" src="images/tracer-icon.gif"/> + <img alt="Trace Enabled" src="images/tracer-icon.gif" style="background-color:transparent;"/> </td> <td> <strong>Disable Tracing</strong> - This icon indicates that @@ -335,7 +332,7 @@ </tr> <tr> <td> - <img alt="Trace Disabled" src="images/tracer-icon-disabled.gif"/> + <img alt="Trace Disabled" src="images/tracer-icon-disabled.gif" style="background-color:transparent;"/> </td> <td> <strong>Enable Tracing</strong> - This icon indicates that @@ -345,7 +342,7 @@ </tr> <tr> <td> - <img alt="Proxy Service" src="images/proxy-service.gif"/> + <img alt="Proxy Service" src="images/proxy-service.gif" style="background-color:transparent;"/> </td> <td> <strong>Proxy Service</strong> - This icon will be used to denote @@ -354,7 +351,7 @@ </tr> <tr> <td> - <img alt="Context-sensitive Help" src="images/help.gif"/> + <img alt="Context-sensitive Help" src="images/help.gif" style="background-color:transparent;"/> </td> <td> <strong>Context-sensitive Help</strong> - To learn about a @@ -376,7 +373,7 @@ </p> <p/> <p> - <img alt="Registry Browser" src="images/registrybrowser.Jpg"/> + <img alt="Registry Browser" src="images/registrybrowser.png"/> </p> <p/> <p> @@ -413,14 +410,14 @@ aspects like WS-RM, WS-Security, etc. </p> <p/> - <h4 id="Adding"> + <h4 id="addProxy"> Adding a Proxy Service </h4> <p> This function allows you to add a proxy service. Please refer <a href="proxyservices/docs/userguide.html">Adding a Proxy Service</a> for details. </p> - <h4 id="Proxy1"> + <h4 id="proxyActions"> Proxy Service Actions </h4> <p> Modified: branches/esb/java/2.1/product/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/modules/distribution/pom.xml?rev=40961&r1=40960&r2=40961&view=diff ============================================================================== --- branches/esb/java/2.1/product/modules/distribution/pom.xml (original) +++ branches/esb/java/2.1/product/modules/distribution/pom.xml Tue Jul 7 06:07:57 2009 @@ -31,7 +31,7 @@ <artifactId>wso2esb</artifactId> <packaging>pom</packaging> <name>WSO2 ESB Distribution</name> - <url>http://wso2.org/projects/esb/java</url> + <url>http://www.wso2.org/projects/esb/java</url> <description>WSO2 Enterprise Service Bus Distribution</description> <dependencies> Modified: branches/esb/java/2.1/product/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/esb/java/2.1/product/pom.xml?rev=40961&r1=40960&r2=40961&view=diff ============================================================================== --- branches/esb/java/2.1/product/pom.xml (original) +++ branches/esb/java/2.1/product/pom.xml Tue Jul 7 06:07:57 2009 @@ -26,7 +26,7 @@ <packaging>pom</packaging> <version>2.1.0</version> <name>WSO2 ESB</name> - <url>http://wso2.org/projects/esb/java</url> + <url>http://www.wso2.org/projects/esb/java</url> <description>WSO2 Enterprise Service Bus</description> <licenses> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
