Changeset 1043 for trunk/buildscripts
- Timestamp:
- 05/08/2006 08:36:50 AM (3 years ago)
- Location:
- trunk/buildscripts/phing/tasks
- Files:
-
- 3 modified
-
PhpLintTask.php (modified) (1 diff)
-
XmlLintTask.php (modified) (1 diff)
-
ZendCodeAnalyzerTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/phing/tasks/PhpLintTask.php
r710 r1043 5 5 * A PHP lint task. Checking syntax of one or more PHP source file. 6 6 * 7 * @author Knut Urdalen <knut.urdalen@ telio.no>7 * @author Knut Urdalen <knut.urdalen@gmail.com> 8 8 * @package phing.tasks.ext 9 9 */ -
trunk/buildscripts/phing/tasks/XmlLintTask.php
r710 r1043 5 5 * A XML lint task. Checking syntax of one or more XML source file against an XML Schema using the DOM extension. 6 6 * 7 * @author Knut Urdalen <knut.urdalen@ telio.no>7 * @author Knut Urdalen <knut.urdalen@gmail.com> 8 8 * @package phing.tasks.ext 9 9 */ -
trunk/buildscripts/phing/tasks/ZendCodeAnalyzerTask.php
r761 r1043 27 27 * break-depth Break/continue with depth more than current nesting level. 28 28 * 29 * @author Knut Urdalen <knut.urdalen@ telio.no>29 * @author Knut Urdalen <knut.urdalen@gmail.com> 30 30 * @package phing.tasks.ext 31 31 */
