Author: ruwan
Date: Sat Aug  1 11:11:04 2009
New Revision: 42362
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42362

Log:
Fixing the version in the documentation

Modified:
   trunk/esb/java/INSTALL.txt
   trunk/esb/java/README.txt
   trunk/esb/java/docs/xdoc/docs_index.xml
   trunk/esb/java/docs/xdoc/index.xml
   trunk/esb/java/docs/xdoc/mediator_guide.xml
   trunk/esb/java/docs/xdoc/release-notes.xml
   trunk/esb/java/docs/xdoc/source-repository.xml
   trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml
   trunk/esb/java/modules/styles/src/main/resources/web/product/about.html

Modified: trunk/esb/java/INSTALL.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/INSTALL.txt?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/INSTALL.txt  (original)
+++ trunk/esb/java/INSTALL.txt  Sat Aug  1 11:11:04 2009
@@ -1,9 +1,9 @@
-Installing  WSO2 Enterprise Service Bus (ESB) 2.1.0
+Installing  WSO2 Enterprise Service Bus (ESB) 2.2.0-SNAPSHOT
 ===================================================
 
-WSO2 ESB 2.1.0 can be run either in standalone mode or as a webapp within a
+WSO2 ESB 2.2.0-SNAPSHOT can be run either in standalone mode or as a webapp 
within a
 servlet container, for webapp deployment please follow the ESB documentation
-available at the http://wso2.org/project/esb/java/2.1.0/docs/index.html or
+available at the 
http://wso2.org/project/esb/java/2.2.0-SNAPSHOT/docs/index.html or
 download the WSO2 ESB documentation distribution.
 
 Standalone Mode
@@ -95,8 +95,8 @@
 =======================
 ESB samples are available at CARBON_HOME/repository/samples directory.
 The instructions to run samples are given in the samples guide in the WSO2 ESB
-Documentation, http://wso2.org/project/esb/java/2.1.0/docs/index.html or refer
-to the documentation distribution [wso2esb-2.1.0-docs.zip].
+Documentation, http://wso2.org/project/esb/java/2.2.0-SNAPSHOT/docs/index.html 
or refer
+to the documentation distribution [wso2esb-2.2.0-SNAPSHOT-docs.zip].
 
 To run the ESB server in sample mode use,
 

Modified: trunk/esb/java/README.txt
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/README.txt?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/README.txt   (original)
+++ trunk/esb/java/README.txt   Sat Aug  1 11:11:04 2009
@@ -1,8 +1,8 @@
 
================================================================================
-                        WSO2 Enterprise Service Bus 2.1.0
+                        WSO2 Enterprise Service Bus 2.2.0-SNAPSHOT
 
================================================================================
 
-Welcome to the WSO2 ESB 2.1.0 release
+Welcome to the WSO2 ESB 2.2.0-SNAPSHOT release
 
 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
@@ -54,7 +54,7 @@
 17. JMX monitoring support and JMX management capabilities like,
     Gracefull/Forcefull shutdown/restart
 
-New Features of the WSO2 ESB 2.1.0
+New Features of the WSO2 ESB 2.2.0-SNAPSHOT
 ==================================
 
 1. This ESB release is based on Carbon "Middleware a' la carte" which is an 
OSGi
@@ -100,7 +100,7 @@
 Installation & Running
 ==================================
 
-1. Extract the wso2esb-2.1.0.zip and go to the extracted directory
+1. Extract the wso2esb-2.2.0-SNAPSHOT.zip and go to the extracted directory
 2. Run the wso2server.sh or wso2server.bat as appropriate
 3. Point your favourite browser to
 
@@ -118,7 +118,7 @@
     ./wso2esb-samples.sh -sn 0
     ./wso2esb-samples.bat -sn 0
 
-WSO2 ESB 2.1.0 distribution directory structure
+WSO2 ESB 2.2.0-SNAPSHOT distribution directory structure
 =============================================
 
        CARBON_HOME
@@ -190,7 +190,7 @@
       This document will contain information on installing WSO2 ESB
 
        - release-notes.html
-         Release information for WSO2 ESB 2.1.0
+         Release information for WSO2 ESB 2.2.0-SNAPSHOT
 
 Training
 ==================================
@@ -213,7 +213,7 @@
 
 For more information on WSO2 ESB, visit the WSO2 Oxygen Tank (http://wso2.org)
 
-Known issues of WSO2 ESB 2.1.0
+Known issues of WSO2 ESB 2.2.0-SNAPSHOT
 ==================================
 
  * Dependency management within the configuration is not handled properly

Modified: trunk/esb/java/docs/xdoc/docs_index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/docs_index.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/docs_index.xml     (original)
+++ trunk/esb/java/docs/xdoc/docs_index.xml     Sat Aug  1 11:11:04 2009
@@ -106,15 +106,15 @@
     <h2>Catalogs</h2>
     <p>
       <a href="mediator_guide.html">Mediator Catalog</a> : Comprehensive 
catalog of all the
-      available default mediators in the WSO2 ESB 2.1.0.
+      available default mediators in the WSO2 ESB 2.2.0-SNAPSHOT.
     </p>
     <p>
       <a href="endpoint_guide.html">Endpoint Catalog</a> : Comprehensive 
catalog of all the
-      available default endpoints in the WSO2 ESB 2.1.0.
+      available default endpoints in the WSO2 ESB 2.2.0-SNAPSHOT.
     </p>
     <p>
       <a href="transports/transports-catalog.html">Transport Catalog</a> : 
Comprehensive catalog of
-      all the available default transports in the WSO2 ESB 2.1.0.
+      all the available default transports in the WSO2 ESB 2.2.0-SNAPSHOT.
     </p>
     <h2>
       Other Resources

Modified: trunk/esb/java/docs/xdoc/index.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/index.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/index.xml  (original)
+++ trunk/esb/java/docs/xdoc/index.xml  Sat Aug  1 11:11:04 2009
@@ -24,14 +24,14 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      Welcome to WSO2 ESB v2.1.0
+      Welcome to WSO2 ESB v2.2.0-SNAPSHOT
     </title>
     <link href="css/esb-docs.css" rel="stylesheet"/>
     <link href="styles/dist-docs.css" rel="stylesheet" type="text/css" 
media="all"/>
   </head>
   <body xml:lang="en">
     <h1>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v2.1.0
+      Welcome to WSO2 Enterprise Service Bus (ESB) v2.2.0-SNAPSHOT
     </h1>
 
     <p>The WSO2 ESB is a lightweight and easy-to-use Open Source Enterprise 
Service Bus (ESB)
@@ -42,7 +42,7 @@
         brokering, etc.. The runtime has been designed to be completely 
asynchronous, non-blocking
         and streaming based on the <a href="http://synapse.apache.org";>Apache 
Synapse</a> core.</p>
 
-    <p>WSO2 ESB 2.1.0 is developed on top of the revolutionary
+    <p>WSO2 ESB 2.2.0-SNAPSHOT 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 Service Oriented Architecture (SOA). This also 
contains a lots of
@@ -57,7 +57,7 @@
     <h2>Getting Started</h2>
       <p>Getting your integration project off the ground with the WSO2 ESB is 
fairly simple.</p>
       <ol>
-          <li><a href="http://wso2.org/downloads/esb";>Download</a> the WSO2 
ESB 2.1.0</li>
+          <li><a href="http://wso2.org/downloads/esb";>Download</a> the WSO2 
ESB 2.2.0-SNAPSHOT</li>
           <li>Read through the <a href="docs_index.html">Documentation 
Index</a></li>
           <li>Visit our <a href="http://wso2.org/projects/esb/java";>Official 
Web site</a></li>
           <li>Look at the <a href="release-notes.html">Release Notes</a> for 
the high level

Modified: trunk/esb/java/docs/xdoc/mediator_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/mediator_guide.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/mediator_guide.xml (original)
+++ trunk/esb/java/docs/xdoc/mediator_guide.xml Sat Aug  1 11:11:04 2009
@@ -37,7 +37,7 @@
     <p>Mediators are the basic component of a mediation framework and the WSO2 
ESB has a
         comprehensive set of mediators. This guide will walk you through the 
genral concept of
         mediation inside the WSO2 ESB and will also describe each and every 
mediator shipped with
-        WSO2 ESB 2.1.0, one by one</p>
+        WSO2 ESB 2.2.0-SNAPSHOT, one by one</p>
 <h2>Contents</h2>
 <ul>
     <li><a href="#Intro">Introduction</a></li>

Modified: trunk/esb/java/docs/xdoc/release-notes.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/release-notes.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/release-notes.xml  (original)
+++ trunk/esb/java/docs/xdoc/release-notes.xml  Sat Aug  1 11:11:04 2009
@@ -23,16 +23,16 @@
 <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 ESB v2.1.0 Released - 08th July 2009</title>
+      <title>WSO2 ESB v2.2.0-SNAPSHOT Released - 08th July 2009</title>
   </head>
   <body>
   <div id="header">
 </div>
 
 <div id="main-content">
-<h1>The WSO2 Enterprise Service Bus (ESB) 2.1.0 Released!</h1>
+<h1>The WSO2 Enterprise Service Bus (ESB) 2.2.0-SNAPSHOT Released!</h1>
 
-<p>The WSO2 ESB team is pleased to announce the release of version 2.1.0 of
+<p>The WSO2 ESB team is pleased to announce the release of version 
2.2.0-SNAPSHOT of
 the Open Source Enterprise Service Bus (ESB).</p>
 
 <p>WSO2 ESB is a lightweight and easy-to-use Open Source Enterprise Service Bus
@@ -44,7 +44,7 @@
 asynchronous, non-blocking and streaming based on the <a 
href="http://synapse.apache.org";>Apache
         Synapse</a> core.</p>
 
-<p>WSO2 ESB 2.1.0 is developed on top of the revolutionary
+<p>WSO2 ESB 2.2.0-SNAPSHOT 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
@@ -115,7 +115,7 @@
     Gracefull/Forcefull shutdown/restart</li>
 </ul>
 
-<h2>New Features of the WSO2 ESB 2.1.0</h2>
+<h2>New Features of the WSO2 ESB 2.2.0-SNAPSHOT</h2>
 <ul>
   <li>This ESB release is based on Carbon "Middleware a' la carte" which is an 
OSGi
    based SOA platform version 2.0 by WSO2 Inc.</li>

Modified: trunk/esb/java/docs/xdoc/source-repository.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/source-repository.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/source-repository.xml      (original)
+++ trunk/esb/java/docs/xdoc/source-repository.xml      Sat Aug  1 11:11:04 2009
@@ -40,15 +40,15 @@
         to manage its source code. Instructions on Subversion use can be found 
at
             <a 
href="http://svnbook.red-bean.com/";>http://svnbook.red-bean.com/</a>.</p>
 
-        <h2>Source code of the ESB 2.1.0 release</h2>
-        <p>The following is a link to the online source tag of the WSO2 ESB 
2.1.0 release.</p>
+        <h2>Source code of the ESB 2.2.0-SNAPSHOT release</h2>
+        <p>The following is a link to the online source tag of the WSO2 ESB 
2.2.0-SNAPSHOT release.</p>
         <div class="source">
-            <pre><a 
href="http://svn.wso2.org/repos/wso2/tags/esb/java/2.1.0/";>http://svn.wso2.org/repos/wso2/tags/esb/java/2.1.0/</a></pre>
+            <pre><a 
href="http://svn.wso2.org/repos/wso2/tags/esb/java/2.2.0-SNAPSHOT/";>http://svn.wso2.org/repos/wso2/tags/esb/java/2.2.0-SNAPSHOT/</a></pre>
         </div>
         <p>The complete source including the carbon platform can be checked 
out anonymously from
             SVN with this command:</p>
         <div class="source">
-            <pre>$ svn checkout 
http://svn.wso2.org/repos/wso2/tags/esb/java/2.1.0 wso2esb</pre>
+            <pre>$ svn checkout 
http://svn.wso2.org/repos/wso2/tags/esb/java/2.2.0-SNAPSHOT wso2esb</pre>
         </div>
 
         <p>This code base contains the ESB product source code inside the 
directory "product" and

Modified: trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml        (original)
+++ trunk/esb/java/docs/xdoc/webapp_deployment_guide.xml        Sat Aug  1 
11:11:04 2009
@@ -59,7 +59,7 @@
 
     <p>
       Download the WSO2 ESB distribution from here and extract to a specific 
location.
-      (E.g.:- /opt/software/wso2esb-2.1.0).
+      (E.g.:- /opt/software/wso2esb-2.2.0-SNAPSHOT).
     </p>
 
     <p>
@@ -99,7 +99,7 @@
         enableLookups="false" disableUploadTimeout="true"
         acceptCount="100" scheme="https" secure="true"
         clientAuth="false" sslProtocol="TLS"
-        keystoreFile = 
"/opt/software/wso2esb-2.1.0/resources/security/wso2carbon.jks"
+        keystoreFile = 
"/opt/software/wso2esb-2.2.0-SNAPSHOT/resources/security/wso2carbon.jks"
         keystorePass="wso2carbon"/&gt;</pre>
 
     <h2>Step 4 - Setting environmental variables</h2>
@@ -125,7 +125,7 @@
       the created webapp directory.
     </p>
     <pre>E.g.:-
-  cp -R /opt/software/wso2esb-2.1.0/webapps/ROOT/WEB-INF 
/opt/software/apache-tomcat-5.5.20/webapps/esb/
+  cp -R /opt/software/wso2esb-2.2.0-SNAPSHOT/webapps/ROOT/WEB-INF 
/opt/software/apache-tomcat-5.5.20/webapps/esb/
     </pre>
 
     <h2>Step 6 - Configuring the WSO2 ESB</h2>

Modified: 
trunk/esb/java/modules/styles/src/main/resources/web/product/about.html
URL: 
http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/styles/src/main/resources/web/product/about.html?rev=42362&r1=42361&r2=42362&view=diff
==============================================================================
--- trunk/esb/java/modules/styles/src/main/resources/web/product/about.html     
(original)
+++ trunk/esb/java/modules/styles/src/main/resources/web/product/about.html     
Sat Aug  1 11:11:04 2009
@@ -4,7 +4,7 @@
 <link href="../admin/css/documentation.css" rel="stylesheet" type="text/css" 
media="all"/>
 </head>
 <body>
-<h1>Version 2.1.0</h1>
+<h1>Version 2.2.0-SNAPSHOT</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
@@ -13,7 +13,7 @@
 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 2.1.0 is developed on top of the revolutionary
+<p>WSO2 ESB 2.2.0-SNAPSHOT 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
@@ -91,7 +91,7 @@
 more.</p>
 <h3>Need more help?</h3>
 <ul>
-<li><a href="http://wso2.org/project/esb/java/2.1.0/docs/index.html";>Online 
Documentation</a></li>
+<li><a 
href="http://wso2.org/project/esb/java/2.2.0-SNAPSHOT/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>

_______________________________________________
Esb-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to