You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/11 11:16:49 UTC

svn commit: r473686 - in /webservices/axis2/branches/java/1_1/release-docs/readme-files: README-std-bin.txt README-std-src.txt installation-std-bin.txt

Author: chatra
Date: Sat Nov 11 02:16:48 2006
New Revision: 473686

URL: http://svn.apache.org/viewvc?view=rev&rev=473686
Log:
made improvements

Modified:
    webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-bin.txt
    webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-src.txt
    webservices/axis2/branches/java/1_1/release-docs/readme-files/installation-std-bin.txt

Modified: webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-bin.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-bin.txt?view=diff&rev=473686&r1=473685&r2=473686
==============================================================================
--- webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-bin.txt (original)
+++ webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-bin.txt Sat Nov 11 02:16:48 2006
@@ -1,38 +1,38 @@
-======================================================
-Apache Axis2 @axisVersion@ build (@TODAY@)
-Binary Release
-
-http://ws.apache.org/axis2
-------------------------------------------------------
-
-This is the Standard Binary release of Axis2.
-
-The lib directory contains;
-
-1. axis2-adb-@axisVersion@.jar
-2. axis2-adb-codegen-@axisVersion@.jar
-3. axis2-codegen-@axisVersion@.jar
-4. axis2-java2wsdl-@axisVersion@.jar
-5. axis2-jibx-@axisVersion@.jar
-6. axis2-kernel-@axisVersion@.jar
-7. axis2-spring-@axisVersion@.jar
-8. axis2-tools-@axisVersion@.jar
-9. axis2-xmlbeans-@axisVersion@.jar
-10. axis2-saaj-@axisVersion@.jar
-11. axis2-soapmonitor-1.1-RC2.jar
-
-and all 3rd party distributable dependencies of the above jars.
-
-The repository/modules directory contains the deployable addressing module.
-
-The webapp folder contains an ant build script to generate the axis2.war out of this distribution.
-(This requires Ant 1.6.5)
-
-The samples directory contains all the Axis2 samples which demonstrates some of the key features of
-Axis2.
-
-The bin directory contains a set of usefull scripts for the users.
-
-(Please note that this release does not include the other WS-* implementation modules, like
-WS-Security, that are being developed within Axis2. Those can be downloaded from
-http://ws.apache.org/axis2/modules/)
+======================================================
+Apache Axis2 @axisVersion@ build (@TODAY@)
+Binary Release
+
+http://ws.apache.org/axis2
+------------------------------------------------------
+
+This is the Standard Binary Release of Axis2.
+
+The lib directory contains;
+
+1. axis2-adb-@axisVersion@.jar
+2. axis2-adb-codegen-@axisVersion@.jar
+3. axis2-codegen-@axisVersion@.jar
+4. axis2-java2wsdl-@axisVersion@.jar
+5. axis2-jibx-@axisVersion@.jar
+6. axis2-kernel-@axisVersion@.jar
+7. axis2-spring-@axisVersion@.jar
+8. axis2-tools-@axisVersion@.jar
+9. axis2-xmlbeans-@axisVersion@.jar
+10. axis2-saaj-@axisVersion@.jar
+11. axis2-soapmonitor-1.1-RC2.jar
+
+and all 3rd party distributable dependencies of the above jars.
+
+The repository/modules directory contains the deployable addressing module.
+
+The webapp folder contains an ant build script to generate the axis2.war out of this distribution.
+(This requires Ant 1.6.5)
+
+The samples directory contains all the Axis2 samples which demonstrates some of the key features of
+Axis2. It also contains a few samples relevant to documents found in Axis2's Docs Distribution.
+
+The bin directory contains a set of usefull scripts for the users.
+
+(Please note that this release does not include the other WS-* implementation modules, like
+WS-Security, that are being developed within Axis2. Those can be downloaded from
+http://ws.apache.org/axis2/modules/)

Modified: webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-src.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-src.txt?view=diff&rev=473686&r1=473685&r2=473686
==============================================================================
--- webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-src.txt (original)
+++ webservices/axis2/branches/java/1_1/release-docs/readme-files/README-std-src.txt Sat Nov 11 02:16:48 2006
@@ -5,7 +5,7 @@
 http://ws.apache.org/axis2
 ------------------------------------------------------
 
-This is the Standard source release of Axis2.
+This is the Standard Source Release of Axis2.
 
 The modules directory contains source code of the following 
 Axis2 modules:
@@ -22,14 +22,14 @@
 10. xmlbeans
 11. saaj
 12. spring
-13. tool
-14. jaxbri
+13. tool
+14. jaxbri
 
-One can use maven 1.x to create the standard binary distribution out of this, 
+One can use maven 1.x to create the Standard Binary Distribution from this, 
 by typing "$maven dist-bin".
 
-(Please note that this does not include the other WS-* implementation modules, 
-like WS-Security, that are being developed within Axis2. Those can be downloaded
+(Please note that this does not include the other WS-* implementation modules, 
+like WS-Security, that are being developed within Axis2. Those can be downloaded
  from http://ws.apache.org/axis2/modules/)
  
 

Modified: webservices/axis2/branches/java/1_1/release-docs/readme-files/installation-std-bin.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-docs/readme-files/installation-std-bin.txt?view=diff&rev=473686&r1=473685&r2=473686
==============================================================================
--- webservices/axis2/branches/java/1_1/release-docs/readme-files/installation-std-bin.txt (original)
+++ webservices/axis2/branches/java/1_1/release-docs/readme-files/installation-std-bin.txt Sat Nov 11 02:16:48 2006
@@ -0,0 +1,6 @@
+======================================================
+Apache Axis2 @axisVersion@ build (@TODAY@)
+Documentation Release
+
+http://ws.apache.org/axis2
+------------------------------------------------------
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org