Changeset 26
- Timestamp:
- 02/16/06 11:45:51 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/CHANGELOG
r21 r26 15 15 * Several bugfixes & behavior imporvements to ExecTask (HL, MR, Ben Gollmer) 16 16 17 * Bugfixes & refactoring for SVNLastRevisio NTasi(MR, Knut Urdalen)17 * Bugfixes & refactoring for SVNLastRevisionTask (MR, Knut Urdalen) 18 18 19 19 * Fixed reference copy bug (HL, Matthias Pigulla) … … 34 34 35 35 * Added PhpLintTask (Knut Urdalen) 36 37 * Removed CoverageFormatter class (MR) 38 NOTE: This changes the usage of the collection of PHPUnit2 code coverage reports, see the 39 updated documentation for the CoverageSetupTask 40 36 41 37 42 Sept. 18, 2005 - Phing 2.1.1 branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixC-OptionalTasks.html
r22 r26 127 127 </fileset> 128 128 </coverage-setup> 129 <phpunit2> 130 <formatter classname="phing.tasks.ext.coverage.CoverageFormatter" usefile="false"/> 129 <phpunit2 codecoverage="true"> 131 130 <batchtest> 132 131 <fileset dir="src">
