jvanzyl 2003/06/20 05:54:05 Modified: xdocs changes.xml Log: o First of a set of changes and refactorings for the RC1. Revision Changes Path 1.13 +14 -2 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- changes.xml 18 Jun 2003 21:50:14 -0000 1.12 +++ changes.xml 20 Jun 2003 12:54:05 -0000 1.13 @@ -8,6 +8,19 @@ <body> <release version="1.0RC1" date="in CVS"> + <action dev="jvanzyl" type="add"> + Added the new POM marshaller and unmarshaller based on the xpp3 + xmlpull parser. This eliminates betwixt and friends from the POM + reading and writing. The POM is used so often and rarely changes so + the optimizations that are possible with are worth the effort of + creating the xpp3 tools. This also allows fine grained control over + the marshalling and unmarshalling processes. Betwixt doesn't handle + Maps very well and we had to resort to some Digester chicanery to + get properties to work correctly. Also using xpp3 allows us to + eliminate a big set of dependencies including Xerces as xpp3 + comes with a SAX Driver so we can also elimate pretty much all + JAXP and XML parser nonsense. + </action> <action dev="vmassol" type="fix"> Fixed dependency for ejb so that ejbs file have a jar extension. Fixes bug @@ -25,9 +38,8 @@ <action dev="vmassol" type="add"> Lots of additions, bug fixes and updates but we were not counting at that time! - </action> + </action> </release> - </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]