Author: ruwan
Date: Mon Aug 18 23:24:18 2008
New Revision: 20843
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=20843

Log:
Fixing the versions

Modified:
   branches/esb/java/1.7.1/modules/distribution/src/main/conf/server.xml
   branches/esb/java/1.7.1/modules/distribution/src/main/release/BUILDING.txt
   branches/esb/java/1.7.1/modules/distribution/src/main/release/NOTICE
   branches/esb/java/1.7.1/src/site/xdoc/ESB_QuickStart.xml
   branches/esb/java/1.7.1/src/site/xdoc/ESB_Samples_Setup.xml
   branches/esb/java/1.7.1/src/site/xdoc/index.xml
   branches/esb/java/1.7.1/src/site/xdoc/installationguide.xml

Modified: branches/esb/java/1.7.1/modules/distribution/src/main/conf/server.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/modules/distribution/src/main/conf/server.xml?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/modules/distribution/src/main/conf/server.xml       
(original)
+++ branches/esb/java/1.7.1/modules/distribution/src/main/conf/server.xml       
Mon Aug 18 23:24:18 2008
@@ -19,7 +19,7 @@
 
 <Server xmlns="http://www.wso2.org/projects/esb";>
 
-    <Version>1.7</Version>
+    <Version>1.7.1</Version>
 
     <!-- The default admin accounts -->
     <ESBUsers>

Modified: 
branches/esb/java/1.7.1/modules/distribution/src/main/release/BUILDING.txt
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/modules/distribution/src/main/release/BUILDING.txt?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/modules/distribution/src/main/release/BUILDING.txt  
(original)
+++ branches/esb/java/1.7.1/modules/distribution/src/main/release/BUILDING.txt  
Mon Aug 18 23:24:18 2008
@@ -5,7 +5,7 @@
 Maven 2.0.8
 JDK 1.5.x (e.g. JDK 1.5.0_15)
 
-Source code is available at 
http://wso2.org/repos/wso2/tags/esb/java/1.7/esb/java/
+Source code is available at http://wso2.org/repos/wso2/tags/esb/java/1.7.1/
 
 To build the WSO2 ESB distribution, execute
 

Modified: branches/esb/java/1.7.1/modules/distribution/src/main/release/NOTICE
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/modules/distribution/src/main/release/NOTICE?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/modules/distribution/src/main/release/NOTICE        
(original)
+++ branches/esb/java/1.7.1/modules/distribution/src/main/release/NOTICE        
Mon Aug 18 23:24:18 2008
@@ -1,4 +1,4 @@
-WSO2 Enterprise Service Bus (ESB) v1.7
+WSO2 Enterprise Service Bus (ESB) v1.7.1
 
 Copyright (c) 2006-2008 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 

Modified: branches/esb/java/1.7.1/src/site/xdoc/ESB_QuickStart.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/src/site/xdoc/ESB_QuickStart.xml?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/src/site/xdoc/ESB_QuickStart.xml    (original)
+++ branches/esb/java/1.7.1/src/site/xdoc/ESB_QuickStart.xml    Mon Aug 18 
23:24:18 2008
@@ -145,7 +145,7 @@
     </h3>
     <p>
       Our first task is to download the WSO2 ESB. Open a Web browser and access
-      the following URL: <a 
href="http://dist.wso2.org/products/esb/java/1.7";>http://dist.wso2.org/products/esb/java/</a>.
 You will then
+      the following URL: <a 
href="http://dist.wso2.org/products/esb/java/1.7.1";>http://dist.wso2.org/products/esb/java/</a>.
 You will then
       see the list of available releases. Click on the latest release version,
       and you will be directed to the WSO2 ESB latestrelease download page. Now
       download the binary distribution ZIP or tar.gz archive compatible with

Modified: branches/esb/java/1.7.1/src/site/xdoc/ESB_Samples_Setup.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/src/site/xdoc/ESB_Samples_Setup.xml?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/src/site/xdoc/ESB_Samples_Setup.xml (original)
+++ branches/esb/java/1.7.1/src/site/xdoc/ESB_Samples_Setup.xml Mon Aug 18 
23:24:18 2008
@@ -344,12 +344,12 @@
 and can be built and deployed using Ant from each service directory. </p>
 
 <p></p>
-<pre xml:space="preserve">[EMAIL 
PROTECTED]:/tmp/wso2esb-1.7/samples/axis2Server/src/SimpleStockQuoteService$ ant
+<pre xml:space="preserve">[EMAIL 
PROTECTED]:/tmp/wso2esb-1.7.1/samples/axis2Server/src/SimpleStockQuoteService$ 
ant
 Buildfile: build.xml
 ...
 build-service:
    ....
-      [jar] Building jar: 
/tmp/wso2esb-1.7/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
+      [jar] Building jar: 
/tmp/wso2esb-1.7.1/samples/axis2Server/repository/services/SimpleStockQuoteService.aar
 
 BUILD SUCCESSFUL
 Total time: 3 seconds</pre>

Modified: branches/esb/java/1.7.1/src/site/xdoc/index.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/src/site/xdoc/index.xml?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/src/site/xdoc/index.xml     (original)
+++ branches/esb/java/1.7.1/src/site/xdoc/index.xml     Mon Aug 18 23:24:18 2008
@@ -27,19 +27,19 @@
   <head>
     <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
     <title>
-      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7.1
     </title>
     <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) v1.7
+      Welcome to WSO2 Enterprise Service Bus (ESB) v1.7.1
     </h1>
     <h3>
-      June, 2008 - WSO2 ESB, v1.7 Released!
+      June, 2008 - WSO2 ESB, v1.7.1 Released!
     </h3>
     <p>
-      [<a href="http://dist.wso2.org/products/esb/java/1.7";>Download</a>] | [<a
+      [<a href="http://dist.wso2.org/products/esb/";>Download</a>] | [<a
       href="docs_index.html">Documentation Index</a>] | [<a
       href="http://wso2.org/projects/esb/java#resources";>Project Resources</a>]
       | [<a href="http://wso2.org/projects/esb/java";>Official Web site</a>]</p>
@@ -58,6 +58,12 @@
       New Features
     </h2>
     <h3>
+      WSO2 ESB 1.7.1 Features
+    </h3>
+    <ul>
+    <li>Fixes the user interface issues in Firefox 3 and Internet Explorer 
7</li>
+    </ul>
+    <h3>
       WSO2 ESB 1.7 Features
     </h3>
     <ul>
@@ -209,7 +215,7 @@
      </li>
 
 
- <li>As the WSO2 ESB 1.7 depends on the Apache Synapse 1.2, it inherits the 
list of known issues of
+ <li>As the WSO2 ESB 1.7.1 depends on the Apache Synapse 1.2, it inherits the 
list of known issues of
    the Apache Synapse 1.2 release listed below
 
     <ul>

Modified: branches/esb/java/1.7.1/src/site/xdoc/installationguide.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/esb/java/1.7.1/src/site/xdoc/installationguide.xml?rev=20843&r1=20842&r2=20843&view=diff
==============================================================================
--- branches/esb/java/1.7.1/src/site/xdoc/installationguide.xml (original)
+++ branches/esb/java/1.7.1/src/site/xdoc/installationguide.xml Mon Aug 18 
23:24:18 2008
@@ -87,7 +87,7 @@
     </h2>
     <p>
       The following distribution packages are available for <a
-      href="http://dist.wso2.org/products/esb/java/1.7/";>download</a>.
+      href="http://dist.wso2.org/products/esb/";>download</a>.
     </p>
     <p>
       1. Binary Distribution : Includes binary files for both MS Windows and
@@ -213,7 +213,7 @@
     </h3>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7-bin.zip";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7.1-bin.zip";>Download</a>
         the WSO2 ESB binary distribution.
       </li>
       <li>
@@ -247,7 +247,7 @@
     </p>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7-bin.zip";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/wso2-esb-java-1.7.1-bin.zip";>Download</a>
         the WSO2 ESB binary distribution.
       </li>
       <li>
@@ -384,7 +384,7 @@
     </h3>
     <ol>
       <li>
-        <a 
href="http://dist.wso2.org/products/esb/java/1.7/#source";>Download</a>
+        <a 
href="http://dist.wso2.org/products/esb/java/1.7.1/#source";>Download</a>
         the source distribution, which is available as a zip archive.
       </li>
       <li>

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

Reply via email to