Author: veithen
Date: Sat Aug 28 14:08:42 2010
New Revision: 990369

URL: http://svn.apache.org/viewvc?rev=990369&view=rev
Log:
Some fixes to the readme files.

Modified:
    axis/axis2/java/core/trunk/README.txt
    
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
    axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt
    
axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt

Modified: axis/axis2/java/core/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/README.txt?rev=990369&r1=990368&r2=990369&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/README.txt (original)
+++ axis/axis2/java/core/trunk/README.txt Sat Aug 28 14:08:42 2010
@@ -1,5 +1,5 @@
 ======================================================
-Apache Axis2 @axisVersion@ build  (@TODAY@)
+Apache Axis2 ${project.version} build (${buildTimestamp})
 
 http://ws.apache.org/axis2
 ------------------------------------------------------
@@ -64,10 +64,10 @@ or in the JIRA issue tracker. If you are
 list make sure to add the [Axis2] prefix to the subject.
 
 Mailing list subscription:
-    axis-dev-subscr...@ws.apache.org
+    java-dev-subscr...@axis.apache.org
 
 Jira:
-    http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10611
+    http://issues.apache.org/jira/browse/AXIS2
 
 
 Thank you for using Axis2!

Modified: 
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml?rev=990369&r1=990368&r2=990369&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
 (original)
+++ 
axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/bin-assembly.xml
 Sat Aug 28 14:08:42 2010
@@ -161,6 +161,7 @@
                 <include>README.txt</include>
                 <include>release-notes.html</include>
             </includes>
+            <filtered>true</filtered>
         </fileSet>
 
         <!-- copy samples -->

Modified: 
axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt?rev=990369&r1=990368&r2=990369&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt 
(original)
+++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-bin.txt Sat 
Aug 28 14:08:42 2010
@@ -25,31 +25,8 @@ http://ws.apache.org/axis2
 
 This is the Standard Binary Release of Axis2.
 
-The lib directory contains;
-
-1. axis2-adb-${project.version}.jar
-2. axis2-adb-codegen-${project.version}.jar
-3. axis2-ant-plugin-${project.version}.jar
-4. axis2-clustering-${project.version}.jar
-5. axis2-codegen-${project.version}.jar
-6. axis2-corba-${project.version}.jar
-7. axis2-fastinfoset-${project.version}.jar
-8. axis2-java2wsdl-${project.version}.jar
-9. axis2-jaxbri-${project.version}.jar
-10. axis2-jaxws-${project.version}.jar
-11. axis2-jaxws-api-${project.version}.jar
-12. axis2-jibx-${project.version}.jar
-13. axis2-json-${project.version}.jar
-14. axis2-jws-api-${project.version}.jar
-15. axis2-kernel-${project.version}.jar
-16. axis2-metadata-${project.version}.jar
-17. axis2-saaj-${project.version}.jar
-18. axis2-saaj-api-${project.version}.jar
-19. axis2-soapmonitor-${project.version}.jar
-20. axis2-spring-${project.version}.jar
-21. axis2-xmlbeans-${project.version}.jar
-
-and all 3rd party distributable dependencies of the above jars.
+The lib directory contains the Axis2 jars and all 3rd party distributable 
dependencies of
+these jars.
 
 The repository/modules directory contains the deployable addressing module.
 

Modified: 
axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt?rev=990369&r1=990368&r2=990369&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt 
(original)
+++ 
axis/axis2/java/core/trunk/release-docs/readme-files/installation-std-bin.txt 
Sat Aug 28 14:08:42 2010
@@ -22,7 +22,7 @@
 
 1. Download and Install the Apache Axis2 Binary Distribution
 
-  Download and install a Java Development Kit (JDK) release (version 1.4 or
+  Download and install a Java Development Kit (JDK) release (version 1.5 or
   later) from http://java.sun.com/j2se/. Install the JDK according to the
   instructions included with the release. Set an environment variable 
JAVA_HOME 
   to the pathname of the directory into which you installed the JDK release.
@@ -30,13 +30,13 @@
   Download and unpack the Axis2 Binary Distribution into a convenient
   location so that the distribution resides in its own directory. Set an 
   environment variables AXIS2_HOME to the pathname of the extracted directory 
-  of Axis2 (Eg: /opt/axis2-1.4).
+  of Axis2 (Eg: /opt/axis2-${project.version}).
 
 
 2. Starting up Axis2 Standalone Server
 
   Standalone Axis2 server can be started by executing the following commands:
-                       $AXIS2_HOME\bin\axis2server.bat (Windows)
+                       %AXIS2_HOME%\bin\axis2server.bat (Windows)
                        $AXIS2_HOME/bin/axis2server.sh (Unix)
 
   After startup, the default web services included with Axis2 will be 
available 
@@ -72,7 +72,7 @@ Distribution
   essential jars are missing. At such a situation the documentation of the 
   particular servlet container should be consulted to find the problem. 
   
-  Read http://ws.apache.org/axis2/1_4/installationguide.html#servlet_container
+  Read http://ws.apache.org/axis2/1_5/installationguide.html#servlet_container
   for more information.
   
    
@@ -116,8 +116,8 @@ Distribution
      Usage: WSDL2Java.{sh|bat} [OPTION]... -uri <Location of WSDL>
         Eg: WSDL2Java.sh -uri ../wsdl/Axis2Sample.wsdl
         
-   A more detailed reference about this script can be found http://
-   ws.apache.org/axis2/1_4/reference.html.
+   A more detailed reference about this script can be found
+   http://ws.apache.org/axis2/1_5/reference.html.
    
    
    * java2wsdl.{bat|sh}        
@@ -126,12 +126,12 @@ Distribution
      Usage: Java2WSDL.{sh|bat} [OPTION]... -cn <fully qualified class name>
         Eg: Java2WSDL.sh -cn ../samples/test/searchTool.Search
         
-   A more detailed reference about this script can be found in http://
-   ws.apache.org/axis2/1_4/reference.html
+   A more detailed reference about this script can be found in
+   http://ws.apache.org/axis2/1_5/reference.html
 
 Complete Installation Guide
 ===========================
 A complete Installation Guide on Apache Axis2 is available at
-http://ws.apache.org/axis2/1_4/installationguide.html
+http://ws.apache.org/axis2/1_5/installationguide.html
    
    


Reply via email to