[Cppunit-cvs] cppunit ChangeLog,1.228,1.229 NEWS,1.89,1.90
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-14 21:57:31
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9184 Modified Files: ChangeLog NEWS Log Message: * contrib/xml-xsl/cppunit2junit.txt * contrib/xml-xsl/cppunit2junit.xsl * contrib/readme.txt: XSLT for compatibility with Ant junit xml formatter. Patch #1112053 contributed by Norbert Barbosa. Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** NEWS 14 Jun 2005 21:44:00 -0000 1.89 --- NEWS 14 Jun 2005 21:57:22 -0000 1.90 *************** *** 75,78 **** --- 75,84 ---- is not (usually on reference count based implementation). + * Contrib: + + - added XSLT for compatibility with Ant junit xml formatter. + Patch #1112053 contributed by Norbert Barbosa. + See xml-xsl/cppunit2junit.xsl and cppunit2junit.txt for details. + * (Possible) Compatiblity break: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.228 retrieving revision 1.229 diff -C2 -d -r1.228 -r1.229 *** ChangeLog 14 Jun 2005 21:44:00 -0000 1.228 --- ChangeLog 14 Jun 2005 21:57:22 -0000 1.229 *************** *** 10,13 **** --- 10,18 ---- version number comparison in AM_PATH_CPPUNIT. + * contrib/xml-xsl/cppunit2junit.txt + * contrib/xml-xsl/cppunit2junit.xsl + * contrib/readme.txt: XSLT for compatibility with Ant junit xml formatter. + Patch #1112053 contributed by Norbert Barbosa. + 2005-02-23 Baptiste Lepilleur <gai...@fr...> |