Merged r990394 to the 1.5 branch.
diff --git a/1_5/modules/distribution/src/main/assembly/war-assembly.xml b/1_5/modules/distribution/src/main/assembly/war-assembly.xml
index c8f8e37..727a81f 100755
--- a/1_5/modules/distribution/src/main/assembly/war-assembly.xml
+++ b/1_5/modules/distribution/src/main/assembly/war-assembly.xml
@@ -42,6 +42,7 @@
                 <include>README.txt</include>
                 <include>release-notes.html</include>
             </includes>
+            <filtered>true</filtered>
         </fileSet>
     </fileSets>
 </assembly>
diff --git a/1_5/release-docs/readme-files/README-std-src.txt b/1_5/release-docs/readme-files/README-std-src.txt
index ee7f35f..a184ebe 100644
--- a/1_5/release-docs/readme-files/README-std-src.txt
+++ b/1_5/release-docs/readme-files/README-std-src.txt
@@ -25,45 +25,9 @@
 

 This is the Standard Source Release of Axis2.

 

-The modules directory contains source code of the following 

-Axis2 modules:

-

-1. adb

-2. adb-codegen

-3. addressing

-4. clustering

-5. codegen

-6. corba

-7. distribution

-8. documentation

-9. fastinfoset

-10. integration

-11. java2wsdl

-12. jaxbri

-13. jaxws

-14. jaxws-api

-15. jaxws-integration

-16. jibx

-17. json

-18. jws-api

-19. kernel

-20. metadata

-21. mex

-22. mtompolicy

-23. parent

-24. ping

-25. saaj

-26. saaj-api

-27. samples

-28. scripting

-29. soapmonitor

-30. spring

-31. tool

-32. webapp

-33. xmlbeans

-

-One can use maven 2.x to create the Standard Binary Distribution from this, 

-by typing "mvn clean install".

+The modules directory contains the source code for the various Axis2

+components. The distribution can be built with Maven 2.x by executing

+"mvn clean install".

 

 (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