[Clirr-devel] CVS: clirr/core/xdocs changes.xml,1.9,1.10
Status: Alpha
Brought to you by:
lkuehne
From: <lk...@us...> - 2005-08-27 11:04:41
|
Update of /cvsroot/clirr/clirr/core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7171/xdocs Modified Files: changes.xml Log Message: fix for bug #1267189, class exclusion via <apiclasses> is broken on Windows Index: changes.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 26 Aug 2005 05:35:53 -0000 1.9 +++ changes.xml 27 Aug 2005 11:04:33 -0000 1.10 @@ -16,6 +16,10 @@ sources, so a Clirr IDE plugin could use that (via an adapter) and would not require a full compile before running Clirr. </action> + <action dev="lkuehne" type="fix"> + <!-- Bug #1267189--> + Ant task: Class exclusion via apiclasses subelement was broken on Windows. + </action> <action dev="lkuehne" type="fix"> Improved test coverage. </action> |