[Cppunit-cvs] cppunit ChangeLog,1.248,1.249 Makefile.am,1.36,1.37
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-07-28 05:45:29
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8950 Modified Files: ChangeLog Makefile.am Log Message: * Makefile.am: * lib/.keepme: added dummy file to prevent lib/ removal by some unzip clients. Fixed bug #1527877 . Index: Makefile.am =================================================================== RCS file: /cvsroot/cppunit/cppunit/Makefile.am,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Makefile.am 4 Mar 2006 21:47:05 -0000 1.36 --- Makefile.am 28 Jul 2006 05:45:21 -0000 1.37 *************** *** 22,26 **** contrib/xml-xsl/tests.xml \ contrib/xml-xsl/report.xsl \ ! src/CppUnitLibraries.dsw m4sources = \ --- 22,27 ---- contrib/xml-xsl/tests.xml \ contrib/xml-xsl/report.xsl \ ! src/CppUnitLibraries.dsw \ ! lib/.keepme m4sources = \ Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.248 retrieving revision 1.249 diff -C2 -d -r1.248 -r1.249 *** ChangeLog 29 Jun 2006 19:53:40 -0000 1.248 --- ChangeLog 28 Jul 2006 05:45:21 -0000 1.249 *************** *** 1,3 **** ! 2006-06-29 Baptiste Lepilleur <gai...@fr...> * include/cppunit/ui/text/TextTestRunner.h * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove --- 1,8 ---- ! 2006-06-29 Baptiste Lepilleur <bl...@us...> ! * Makefile.am: ! * lib/.keepme: added dummy file to prevent lib/ removal by some ! unzip clients. Fixed bug #1527877 . ! ! 2006-06-29 Baptiste Lepilleur <bl...@us...> [...1659 lines suppressed...] * Added some items to the TODO list for VC++ TestRunner. --- 3378,3382 ---- history anymore. ! 2001-05-19 Baptiste Lepilleur <bl...@us...> * Added some items to the TODO list for VC++ TestRunner. *************** *** 3398,3402 **** * Updated hierarchy example to use TextTestRunner. ! 2001-05-18 Baptiste Lepilleur <gai...@fr...> * Symbol CU_USE_TYPEINFO must be defined instead of USE_TYPEINFO --- 3403,3407 ---- * Updated hierarchy example to use TextTestRunner. ! 2001-05-18 Baptiste Lepilleur <bl...@us...> * Symbol CU_USE_TYPEINFO must be defined instead of USE_TYPEINFO |