Author: veithen Date: Sat Aug 28 17:27:00 2010 New Revision: 990394 URL: http://svn.apache.org/viewvc?rev=990394&view=rev Log: Some more fixes to the readme files.
Modified: axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/war-assembly.xml axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt Modified: axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/war-assembly.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/war-assembly.xml?rev=990394&r1=990393&r2=990394&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/war-assembly.xml (original) +++ axis/axis2/java/core/trunk/modules/distribution/src/main/assembly/war-assembly.xml Sat Aug 28 17:27:00 2010 @@ -42,6 +42,7 @@ <include>README.txt</include> <include>release-notes.html</include> </includes> + <filtered>true</filtered> </fileSet> </fileSets> </assembly> Modified: axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt?rev=990394&r1=990393&r2=990394&view=diff ============================================================================== --- axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt (original) +++ axis/axis2/java/core/trunk/release-docs/readme-files/README-std-src.txt Sat Aug 28 17:27:00 2010 @@ -25,45 +25,9 @@ http://ws.apache.org/axis2 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